Home
last modified time | relevance | path

Searched refs:expression (Results 1 – 25 of 63) sorted by relevance

123

/Zephyr-latest/scripts/coccinelle/
Dztest_strcmp.cocci14 @@ 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 …]
Dderef_null.cocci18 // 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 …]
Dnoderef.cocci1 /// 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;
Dconst_config_info.cocci26 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;
Dint_ms_to_timeout.cocci21 // 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 …]
Dmini_lock.cocci20 expression E1;
44 expression x <= prelocked.E1;
45 expression E,prelocked.E1;
46 expression E2;
63 expression E1;
Dboolean.cocci49 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)"
Dms_timeout.cocci89 expression L1;
100 expression X1;
127 expression X1;
147 expression L1;
148 expression L2;
Dunsigned_lesser_than_zero.cocci25 msg = "WARNING: Unsigned expression compared with zero."
32 msg = "WARNING: Unsigned expression compared with zero."
Dunsigned_shift.cocci11 expression A;
Dignore_return.cocci14 expression e1,e2,e3;
Dreserved_names.cocci17 expression E;
Dfind_dev_usage.cocci49 expression list[nb_args] args;
/Zephyr-latest/scripts/west_commands/zspdx/
Dscanner.py47 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/
Dassert.c12 const char *function, const char *expression) in __assert_func() argument
15 expression, file, line, in __assert_func()
/Zephyr-latest/modules/hal_nordic/nrfx/
Dnrfx_glue.h42 #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/
DCMakeLists.txt29 # Test support for a simple generator expression to relocate two files
/Zephyr-latest/doc/build/snippets/
Ddesign.rst37 expression for the settings, which will then apply to both boards
Dwriting.rst224 By regular expression
228 regular expression in the `CMake syntax`_. The regular expression must match
/Zephyr-latest/doc/build/flashing/
Dconfiguration.rst33 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/releases/
Drelease-notes-1.12.rst379 * :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 …]
Drelease-notes-1.14.rst1088 * :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/doc/develop/test/
Dtwister.rst591 Check the regular expression strings in orderly or randomly fashion
594 regex: <regular expression> (required)
595 The regular expression with named subgroups to match data fields
610 Data fields, extracted by the regular expression into named subgroups,
647 fixture: <expression>
783 filter: <expression>
784 Filter whether the test scenario should be run by evaluating an expression
795 …Twister will first evaluate the expression to find if a "limited" cmake call, i.e. using package_h…
798 …If there are no other types of entries in the expression a filtration can be done without creating…
801 The grammar for the expression language is as follows:
[all …]
/Zephyr-latest/scripts/ci/
Dpylintrc189 simplifiable-if-expression,
193 expression-not-assigned,
/Zephyr-latest/cmake/compiler/clang/
Dcompiler_flags.cmake116 # comparison of unsigned expression < 0 is always false

123