Searched refs:statement (Results 1 – 25 of 84) sorted by relevance
1234
/Linux-v5.4/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; 138 statement S; 168 statement S; 198 statement S; 228 statement S; 258 statement S; 288 statement S; 318 statement S; 348 statement S; [all …]
|
/Linux-v5.4/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-v5.4/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 | 43 statement S1,S2;
|
D | d_find_alias.cocci | 18 statement S1, S2;
|
/Linux-v5.4/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-v5.4/Documentation/translations/it_IT/process/ |
D | index.rst | 34 kernel-enforcement-statement 35 kernel-driver-statement
|
/Linux-v5.4/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 113 This applies to all non-function statement blocks (if, switch, for, 145 the cases where it is followed by a continuation of the same statement, 146 ie a ``while`` in a do-statement or an ``else`` in an if-statement, like 175 Do not unnecessarily use braces where a single statement will do. 191 This does not apply if only one branch of a conditional statement is a single 192 statement; in the latter case use braces in both branches: 203 Also, use braces when a loop contains more than a single simple statement: 412 case-statement, where you have to do lots of small things for a lot of 453 Albeit deprecated by some people, the equivalent of the goto statement is [all …]
|
/Linux-v5.4/scripts/coccinelle/iterators/ |
D | list_entry_update.cocci | 30 statement S; 42 statement S;
|
D | device_node_continue.cocci | 28 statement S; 60 statement S;
|
/Linux-v5.4/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-v5.4/scripts/coccinelle/misc/ |
D | add_namespace.cocci | 17 // Add missing imports, but only adjacent to a MODULE_LICENSE statement.
|
D | ifaddr.cocci | 17 statement S1,S2;
|
D | semicolon.cocci | 48 statement S;
|
/Linux-v5.4/Documentation/translations/zh_CN/process/ |
D | coding-style.rst | 549 (statement . 0) 550 (statement-block-intro . +) 551 (statement-case-intro . +) 552 (statement-cont . +)
|
/Linux-v5.4/tools/power/acpi/ |
D | Makefile.config | 67 WARNINGS += $(call cc-supports,-Wdeclaration-after-statement)
|
/Linux-v5.4/scripts/kconfig/tests/preprocess/variable/ |
D | Kconfig | 37 # You can use variable references for the lefthand side of assignment statement.
|
/Linux-v5.4/Documentation/firmware-guide/acpi/ |
D | debug.rst | 76 statement. 129 statement uses ACPI_DB_INFO, which is macro based on the ACPI_LV_INFO
|
/Linux-v5.4/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
|
/Linux-v5.4/scripts/coccinelle/free/ |
D | clk_put.cocci | 21 statement S,S1;
|
D | iounmap.cocci | 21 statement S,S1;
|
1234