Home
last modified time | relevance | path

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

12345678910>>...104

/linux/scripts/coccinelle/iterators/
A Dfor_each_child.cocci2 // 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;
A Dlist_entry_update.cocci30 statement S;
42 statement S;
A Ddevice_node_continue.cocci28 statement S;
60 statement S;
/linux/scripts/coccinelle/api/alloc/
A Dpool_zalloc-simple.cocci22 statement S;
36 statement S;
47 statement S;
62 statement S;
A Dzalloc-simple.cocci34 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/Documentation/doc-guide/
A 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/tools/memory-model/Documentation/
A Dcontrol-dependencies.txt50 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:
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
247 of the "if" statement containing the control dependency, including
[all …]
/linux/scripts/coccinelle/null/
A 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;
A Dkmerr.cocci33 statement S;
49 statement S;
/linux/scripts/coccinelle/api/
A Dkstrdup.cocci20 statement S;
33 statement S;
50 statement S;
63 statement S;
A Dmemdup.cocci38 statement S;
49 statement S;
A Dmemdup_user.cocci76 statement S1,S2;
89 statement S1,S2;
/linux/Documentation/translations/zh_CN/process/
A Dindex.rst34 kernel-enforcement-statement
35 kernel-driver-statement
A Dcoding-style.rst548 (statement . 0)
549 (statement-block-intro . +)
550 (statement-case-intro . +)
551 (statement-cont . +)
/linux/Documentation/translations/zh_TW/process/
A Dindex.rst37 kernel-enforcement-statement
38 kernel-driver-statement
A Dcoding-style.rst552 (statement . 0)
553 (statement-block-intro . +)
554 (statement-case-intro . +)
555 (statement-cont . +)
/linux/Documentation/process/
A Dindex.rst33 kernel-enforcement-statement
34 kernel-driver-statement
A Dcoding-style.rst135 This applies to all non-function statement blocks (if, switch, for,
167 the cases where it is followed by a continuation of the same statement,
168 ie a ``while`` in a do-statement or an ``else`` in an if-statement, like
197 Do not unnecessarily use braces where a single statement will do.
214 statement; in the latter case use braces in both branches:
532 The goto statement comes in handy when a function exits from multiple
698 (statement . 0)
699 (statement-block-intro . +)
700 (statement-case-intro . +)
701 (statement-cont . +)
[all …]
/linux/Documentation/translations/it_IT/process/
A Dindex.rst34 kernel-enforcement-statement
35 kernel-driver-statement
/linux/Documentation/trace/
A 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/Documentation/firmware-guide/acpi/
A Ddebug.rst61 statement.
114 statement uses ACPI_DB_INIT, which is a macro based on the ACPI_LV_INIT
/linux/scripts/coccinelle/misc/
A Difaddr.cocci17 statement S1,S2;
A Dadd_namespace.cocci18 // Add missing imports, but only adjacent to a MODULE_LICENSE statement.
/linux/Documentation/core-api/
A 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/tools/power/acpi/
A DMakefile.config66 WARNINGS += $(call cc-supports,-Wdeclaration-after-statement)

Completed in 55 milliseconds

12345678910>>...104