Searched refs:statement (Results 1 – 25 of 73) sorted by relevance
123
/Linux-v4.19/scripts/coccinelle/api/alloc/ |
D | pool_zalloc-simple.cocci | 21 statement S; 35 statement S; 46 statement S; 61 statement S;
|
D | zalloc-simple.cocci | 33 statement S; 50 statement S; 146 statement S; 176 statement S; 206 statement S; 236 statement S; 266 statement S; 296 statement S; 326 statement S; 356 statement S; [all …]
|
/Linux-v4.19/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-v4.19/scripts/coccinelle/api/ |
D | kstrdup.cocci | 19 statement S; 32 statement S; 49 statement S; 62 statement S;
|
D | memdup.cocci | 37 statement S; 48 statement S;
|
D | memdup_user.cocci | 42 statement S1,S2;
|
D | d_find_alias.cocci | 18 statement S1, S2;
|
/Linux-v4.19/scripts/coccinelle/null/ |
D | deref_null.cocci | 43 statement S1,S2; 56 statement S1,S2,S3,S4; 117 statement S1,S2,S3,S4; 177 statement S1,S2,S3,S4; 239 statement S1,S2; 250 statement S1,S2,S3,S4;
|
D | kmerr.cocci | 32 statement S; 48 statement S;
|
/Linux-v4.19/Documentation/process/ |
D | index.rst | 30 kernel-enforcement-statement 31 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 450 Albeit deprecated by some people, the equivalent of the goto statement is [all …]
|
/Linux-v4.19/scripts/coccinelle/iterators/ |
D | list_entry_update.cocci | 29 statement S; 41 statement S;
|
D | device_node_continue.cocci | 27 statement S; 59 statement S;
|
/Linux-v4.19/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-v4.19/scripts/coccinelle/misc/ |
D | ifaddr.cocci | 16 statement S1,S2;
|
D | semicolon.cocci | 47 statement S;
|
D | bugon.cocci | 5 //# with a BUG_ON having the conditional expression of the if statement
|
D | ifcol.cocci | 23 statement S1,S2;
|
/Linux-v4.19/tools/power/acpi/ |
D | Makefile.config | 70 WARNINGS += $(call cc-supports,-Wdeclaration-after-statement)
|
/Linux-v4.19/scripts/kconfig/tests/preprocess/variable/ |
D | Kconfig | 37 # You can use variable references for the lefthand side of assignment statement.
|
/Linux-v4.19/Documentation/acpi/ |
D | debug.txt | 73 statement. 126 statement uses ACPI_DB_INFO, which is macro based on the ACPI_LV_INFO
|
/Linux-v4.19/scripts/coccinelle/free/ |
D | iounmap.cocci | 20 statement S,S1;
|
D | clk_put.cocci | 20 statement S,S1;
|
/Linux-v4.19/tools/testing/selftests/ |
D | kselftest_harness.h | 119 #define XFAIL(statement, fmt, ...) do { \ argument 127 statement; \
|
/Linux-v4.19/Documentation/arm/Microchip/ |
D | README | 150 Work In Progress statement: 157 This statement will be removed by AT91 MAINTAINERS when appropriate.
|
123