Searched refs:statement (Results 1 – 25 of 107) sorted by relevance
12345
/linux-6.1.9/scripts/coccinelle/iterators/ |
D | for_each_child.cocci | 2 // Adds missing of_node_put() before return/break/goto statement within a for_each iterator for chi… 24 statement S; 56 statement S; 85 statement S,S2; 118 statement S,S2; 148 statement S; 186 statement S, S2; 217 statement S2; 241 statement S,S2; 275 statement S2;
|
D | list_entry_update.cocci | 30 statement S; 42 statement S;
|
D | device_node_continue.cocci | 28 statement S; 60 statement S;
|
/linux-6.1.9/scripts/coccinelle/api/alloc/ |
D | pool_zalloc-simple.cocci | 22 statement S; 36 statement S; 47 statement S; 62 statement S;
|
D | zalloc-simple.cocci | 34 statement S; 51 statement S; 134 statement S; 148 statement S; 178 statement S; 208 statement S; 238 statement S; 268 statement S; 298 statement S; 328 statement S; [all …]
|
/linux-6.1.9/Documentation/doc-guide/ |
D | parse-headers.rst | 101 The ignore or replace statement will apply to ioctl definitions like: 109 The ignore or replace statement will apply to any other #define found 116 The ignore or replace statement will apply to typedef statements at C_FILE. 122 The ignore or replace statement will apply to the name of struct statements 129 The ignore or replace statement will apply to the name of enum statements 136 The ignore or replace statement will apply to the name of enum value 142 also be explicitly defined at the replace statement.
|
/linux-6.1.9/scripts/coccinelle/api/ |
D | kstrdup.cocci | 20 statement S; 33 statement S; 50 statement S; 63 statement S;
|
D | memdup.cocci | 38 statement S; 49 statement S;
|
D | memdup_user.cocci | 76 statement S1,S2; 89 statement S1,S2;
|
/linux-6.1.9/scripts/coccinelle/null/ |
D | deref_null.cocci | 44 statement S1,S2; 57 statement S1,S2,S3,S4; 118 statement S1,S2,S3,S4; 178 statement S1,S2,S3,S4; 240 statement S1,S2; 251 statement S1,S2,S3,S4;
|
D | kmerr.cocci | 33 statement S; 49 statement S;
|
/linux-6.1.9/tools/memory-model/Documentation/ |
D | control-dependencies.txt | 50 the original example by eliminating the "if" statement as follows: 60 identical stores on both branches of the "if" statement as follows: 158 Please note once again that each leg of the "if" statement absolutely 161 "if" statement, destroying the control dependency's ordering properties. 183 else-clause of the "if" statement in question. In particular, they do 184 not necessarily order the code following the entire "if" statement: 212 only to the stores in the then-clause and else-clause of the "if" statement 214 to code following that "if" statement. 226 (*) If both legs of the "if" statement contain identical stores to 230 barrier() at beginning and end of each leg of the "if" statement [all …]
|
/linux-6.1.9/Documentation/translations/zh_CN/process/ |
D | index.rst | 35 kernel-enforcement-statement 36 kernel-driver-statement
|
/linux-6.1.9/Documentation/translations/zh_TW/process/ |
D | index.rst | 37 kernel-enforcement-statement 38 kernel-driver-statement
|
D | coding-style.rst | 552 (statement . 0) 553 (statement-block-intro . +) 554 (statement-case-intro . +) 555 (statement-cont . +)
|
/linux-6.1.9/Documentation/process/ |
D | index.rst | 35 kernel-enforcement-statement 36 kernel-driver-statement
|
/linux-6.1.9/Documentation/translations/it_IT/process/ |
D | index.rst | 34 kernel-enforcement-statement 35 kernel-driver-statement
|
/linux-6.1.9/Documentation/trace/ |
D | tracepoints.rst | 41 - The tracepoint statement, in C code. 64 In subsys/file.c (where the tracing statement must be added):: 123 within an if statement with the following:: 142 the static_key of the tracepoint to allow the if statement to be implemented
|
/linux-6.1.9/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | Build | 3 …cls -Wno-strict-prototypes -Wno-bad-function-cast -Wno-declaration-after-statement -Wno-switch-enum
|
/linux-6.1.9/tools/perf/util/scripting-engines/ |
D | Build | 4 …-undef -Wno-switch-default -Wno-bad-function-cast -Wno-declaration-after-statement -Wno-switch-enum
|
/linux-6.1.9/scripts/coccinelle/misc/ |
D | add_namespace.cocci | 18 // Add missing imports, but only adjacent to a MODULE_LICENSE statement.
|
D | semicolon.cocci | 48 statement S;
|
/linux-6.1.9/Documentation/firmware-guide/acpi/ |
D | debug.rst | 61 statement. 114 statement uses ACPI_DB_INIT, which is a macro based on the ACPI_LV_INIT
|
/linux-6.1.9/arch/arm64/kernel/vdso32/ |
D | Makefile | 71 -Wdeclaration-after-statement \ 75 VDSO_CFLAGS += $(call cc32-option,-Wdeclaration-after-statement,)
|
/linux-6.1.9/tools/power/acpi/ |
D | Makefile.config | 66 WARNINGS += $(call cc-supports,-Wdeclaration-after-statement)
|
12345