Home
last modified time | relevance | path

Searched refs:statement (Results 1 – 25 of 84) sorted by relevance

1234

/Linux-v5.4/scripts/coccinelle/api/alloc/
Dpool_zalloc-simple.cocci22 statement S;
36 statement S;
47 statement S;
62 statement S;
Dzalloc-simple.cocci34 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/
Dparse-headers.rst101 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/
Dkstrdup.cocci20 statement S;
33 statement S;
50 statement S;
63 statement S;
Dmemdup.cocci38 statement S;
49 statement S;
Dmemdup_user.cocci43 statement S1,S2;
Dd_find_alias.cocci18 statement S1, S2;
/Linux-v5.4/scripts/coccinelle/null/
Dderef_null.cocci44 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;
Dkmerr.cocci33 statement S;
49 statement S;
/Linux-v5.4/Documentation/translations/it_IT/process/
Dindex.rst34 kernel-enforcement-statement
35 kernel-driver-statement
/Linux-v5.4/Documentation/process/
Dindex.rst32 kernel-enforcement-statement
33 kernel-driver-statement
Dcoding-style.rst41 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/
Dlist_entry_update.cocci30 statement S;
42 statement S;
Ddevice_node_continue.cocci28 statement S;
60 statement S;
/Linux-v5.4/Documentation/trace/
Dtracepoints.rst41 - 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/
Dadd_namespace.cocci17 // Add missing imports, but only adjacent to a MODULE_LICENSE statement.
Difaddr.cocci17 statement S1,S2;
Dsemicolon.cocci48 statement S;
/Linux-v5.4/Documentation/translations/zh_CN/process/
Dcoding-style.rst549 (statement . 0)
550 (statement-block-intro . +)
551 (statement-case-intro . +)
552 (statement-cont . +)
/Linux-v5.4/tools/power/acpi/
DMakefile.config67 WARNINGS += $(call cc-supports,-Wdeclaration-after-statement)
/Linux-v5.4/scripts/kconfig/tests/preprocess/variable/
DKconfig37 # You can use variable references for the lefthand side of assignment statement.
/Linux-v5.4/Documentation/firmware-guide/acpi/
Ddebug.rst76 statement.
129 statement uses ACPI_DB_INFO, which is macro based on the ACPI_LV_INFO
/Linux-v5.4/Documentation/core-api/
Dsymbol-namespaces.rst79 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/
Dclk_put.cocci21 statement S,S1;
Diounmap.cocci21 statement S,S1;

1234