Searched refs:statement (Results 1 – 25 of 93) sorted by relevance
1234
/kernel/linux/linux-5.10/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;
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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.
|
/kernel/linux/linux-5.10/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;
|
/kernel/linux/linux-5.10/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;
|
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/process/ |
D | index.rst | 34 kernel-enforcement-statement 35 kernel-driver-statement
|
D | coding-style.rst | 549 (statement . 0) 550 (statement-block-intro . +) 551 (statement-case-intro . +) 552 (statement-cont . +)
|
/kernel/linux/linux-5.10/Documentation/process/ |
D | index.rst | 32 kernel-enforcement-statement 33 kernel-driver-statement
|
D | coding-style.rst | 41 The preferred way to ease multiple indentation levels in a switch statement is 118 This applies to all non-function statement blocks (if, switch, for, 150 the cases where it is followed by a continuation of the same statement, 151 ie a ``while`` in a do-statement or an ``else`` in an if-statement, like 180 Do not unnecessarily use braces where a single statement will do. 196 This does not apply if only one branch of a conditional statement is a single 197 statement; in the latter case use braces in both branches: 208 Also, use braces when a loop contains more than a single simple statement: 437 case-statement, where you have to do lots of small things for a lot of 478 Albeit deprecated by some people, the equivalent of the goto statement is [all …]
|
/kernel/linux/linux-5.10/Documentation/translations/it_IT/process/ |
D | index.rst | 34 kernel-enforcement-statement 35 kernel-driver-statement
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/scripts/coccinelle/misc/ |
D | ifaddr.cocci | 17 statement S1,S2;
|
D | add_namespace.cocci | 18 // Add missing imports, but only adjacent to a MODULE_LICENSE statement.
|
D | semicolon.cocci | 48 statement S;
|
/kernel/linux/linux-5.10/tools/power/acpi/ |
D | Makefile.config | 66 WARNINGS += $(call cc-supports,-Wdeclaration-after-statement)
|
/kernel/linux/linux-5.10/scripts/kconfig/tests/preprocess/variable/ |
D | Kconfig | 37 # You can use variable references for the lefthand side of assignment statement.
|
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/ |
D | debug.rst | 76 statement. 129 statement uses ACPI_DB_INFO, which is macro based on the ACPI_LV_INFO
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | symbol-namespaces.rst | 79 unit as preprocessor statement. The above example would then read:: 95 using a statement like:: 109 It is advisable to add the MODULE_IMPORT_NS() statement close to other module
|
/kernel/linux/linux-5.10/scripts/coccinelle/free/ |
D | iounmap.cocci | 21 statement S,S1;
|
1234