| /Zephyr-latest/scripts/coccinelle/ | 
| D | ztest_strcmp.cocci | 14 @@ expression E1,E2; @@ 18 @@ expression E1,E2,E3; @@ 22 @@ expression E1,E2; @@ 26 @@ expression E1,E2,E3; @@ 34 @@ expression E1,E2; @@ 38 @@ expression E1,E2,E3; @@ 45 @@expression E1,E2; @@ 49 @@expression E1,E2; @@ 53 @@expression E1,E2,E3; @@ 57 @@expression E1,E2,E3; @@ [all …] 
 | 
| D | deref_null.cocci | 18 // expression in different ways 19 @pr1 depends on !(file in "ext") expression@ 20 expression E; 28 expression E; 42 expression *E; 52 expression subE <= ifm.E; 53 expression *ifm.E; 54 expression E1,E2; 113 expression subE <= ifm.E; 114 expression *ifm.E; [all …] 
 | 
| D | noderef.cocci | 1 /// sizeof when applied to a pointer typed expression gives the size of 17 expression *x; 18 expression f; 19 expression i; 51 expression *x; 52 expression f; 53 expression i;
  | 
| D | const_config_info.cocci | 26 expression E; 38 expression E; 51 expression E; 63 expression E; 75 expression E; 87 expression E; 99 expression E; 113 expression E; 125 expression E;
  | 
| D | int_ms_to_timeout.cocci | 21 // Base rule provides the complex identifier regular expression 94 // ** Handle call sites where a timeout is specified by an expression 96 // ** K_SECONDS() expression. 105 expression V; 129 expression V; 144 expression V; 230 // Select declarers where the startup delay is a timeout expression 237 expression E; 259 expression V; 286 expression T; [all …] 
 | 
| D | mini_lock.cocci | 20 expression E1; 44 expression x <= prelocked.E1; 45 expression E,prelocked.E1; 46 expression E2; 63 expression E1;
  | 
| D | boolean.cocci | 49 msg = "WARNING: Violation to rule 14.4 (Controlling expression shall have essentially Boolean type)" 78 msg = "WARNING: Violation to rule 14.4 (Controlling expression shall have essentially Boolean type)" 99 msg = "WARNING: Violation to rule 14.4 (Controlling expression shall have essentially Boolean type)"
  | 
| D | ms_timeout.cocci | 89 expression L1; 100 expression X1; 127 expression X1; 147 expression L1; 148 expression L2;
  | 
| D | unsigned_lesser_than_zero.cocci | 25 msg = "WARNING: Unsigned expression compared with zero." 32 msg = "WARNING: Unsigned expression compared with zero."
  | 
| D | unsigned_shift.cocci | 11 expression A;
  | 
| D | ignore_return.cocci | 14 expression e1,e2,e3;
  | 
| D | find_dev_usage.cocci | 49 expression list[nb_args] args;
  | 
| D | reserved_names.cocci | 17 expression E;
  | 
| /Zephyr-latest/scripts/west_commands/zspdx/ | 
| D | scanner.py | 47     expression = p[2].strip() 48     expression = expression.rstrip("/*") 49     expression = expression.strip() 50     return expression 73                 expression = parseLineForExpression(line) 74                 if expression is not None: 75                     return expression 84 def splitExpression(expression):  argument 93     e2 = re.sub(r'\(|\)|\+', "", expression, flags=re.IGNORECASE) 212             expression = getExpressionData(f.abspath, cfg.numLinesScanned) [all …] 
 | 
| /Zephyr-latest/lib/libc/picolibc/ | 
| D | assert.c | 12 				 const char *function, const char *expression)  in __assert_func()  argument 16 		 expression, file, line,  in __assert_func()
  | 
| /Zephyr-latest/modules/hal_nordic/nrfx/ | 
| D | nrfx_glue.h | 42 #define NRFX_ASSERT(expression)  __ASSERT_NO_MSG(expression)  argument 55 #define NRFX_STATIC_ASSERT(expression) \  argument 56         BUILD_ASSERT(expression, "assertion failed")
  | 
| /Zephyr-latest/tests/application_development/code_relocation/ | 
| D | CMakeLists.txt | 29 # Test support for a simple generator expression to relocate two files
  | 
| /Zephyr-latest/doc/build/snippets/ | 
| D | design.rst | 37   expression for the settings, which will then apply to both boards
  | 
| D | writing.rst | 224 By regular expression 228 regular expression in the `CMake syntax`_. The regular expression must match
  | 
| /Zephyr-latest/doc/build/flashing/ | 
| D | configuration.rst | 33 target sets. Board targets are regular expression matches, for ``soc.yml`` files each set of 34 board targets must be in a ``qualifiers`` key (only regular expression matches for board
  | 
| /Zephyr-latest/doc/kernel/ | 
| D | code-relocation.rst | 17 A regular expression filter can be used to select only the required sections to be relocated. 112 ``FILTER`` is used, a regular expression is provided to select only 115 The regular expression applies to sections names which can be used to
  | 
| /Zephyr-latest/doc/releases/ | 
| D | release-notes-1.12.rst | 379 * :github:`5742` - [Coverity CID: 181921] Incorrect expression in /subsys/bluetooth/controller/ll_s… 456 * :github:`6660` - [Coverity CID: 183072] Incorrect expression in /tests/lib/c_lib/src/main.c 457 * :github:`6661` - [Coverity CID: 183071] Incorrect expression in /tests/kernel/static_idt/src/stat… 459 * :github:`6663` - [Coverity CID: 183068] Incorrect expression in /tests/kernel/fatal/src/main.c 460 * :github:`6665` - [Coverity CID: 183067] Incorrect expression in /tests/lib/c_lib/src/main.c 463 * :github:`6668` - [Coverity CID: 183064] Incorrect expression in /tests/kernel/common/src/intmath.c 466 * :github:`6671` - [Coverity CID: 183061] Incorrect expression in /tests/kernel/mem_pool/mem_pool/s… 467 * :github:`6672` - [Coverity CID: 183060] Incorrect expression in /tests/kernel/fatal/src/main.c 468 * :github:`6674` - [Coverity CID: 183058] Incorrect expression in /tests/kernel/static_idt/src/stat… 474 * :github:`6683` - [Coverity CID: 183049] Incorrect expression in /tests/lib/c_lib/src/main.c [all …] 
 | 
| D | release-notes-1.14.rst | 1088 * :github:`15407` - [Coverity CID :197597]Incorrect expression in /tests/kernel/static_idt/src/main… 1089 * :github:`15406` - [Coverity CID :197598]Incorrect expression in /tests/drivers/uart/uart_async_ap… 1090 * :github:`15405` - [Coverity CID :197599]Incorrect expression in /tests/kernel/fatal/src/main.c 1091 * :github:`15404` - [Coverity CID :197600]Incorrect expression in /tests/lib/c_lib/src/main.c 1092 * :github:`15403` - [Coverity CID :197601]Incorrect expression in /tests/kernel/common/src/intmath.c 1093 * :github:`15402` - [Coverity CID :197602]Incorrect expression in /tests/kernel/common/src/intmath.c 1094 * :github:`15401` - [Coverity CID :197603]Incorrect expression in /tests/kernel/fatal/src/main.c 1097 * :github:`15398` - [Coverity CID :197606]Incorrect expression in /tests/kernel/common/src/irq_offl… 1098 * :github:`15397` - [Coverity CID :197607]Incorrect expression in /tests/drivers/uart/uart_async_ap… 1099 * :github:`15396` - [Coverity CID :197608]Incorrect expression in /tests/lib/c_lib/src/main.c [all …] 
 | 
| /Zephyr-latest/scripts/ci/ | 
| D | pylintrc | 189     simplifiable-if-expression, 193     expression-not-assigned,
  | 
| /Zephyr-latest/doc/develop/test/ | 
| D | twister.rst | 595     fixture: <expression> 643 filter: <expression> 644     Filter whether the test scenario should be run by evaluating an expression 655 …Twister will first evaluate the expression to find if a "limited" cmake call, i.e. using package_h… 658 …If there are no other types of entries in the expression a filtration can be done without creating… 661     The grammar for the expression language is as follows: 665         expression : expression 'and' expression 666                    | expression 'or' expression 667                    | 'not' expression 668                    | '(' expression ')' [all …] 
 |