Home
last modified time | relevance | path

Searched full:statement (Results 1 – 25 of 259) sorted by relevance

1234567891011

/linux/arch/mips/include/asm/
H A Dcompiler.h17 * that can lead to instructions from beyond an unreachable statement being
18 * incorrectly reordered into earlier delay slots if the unreachable statement
19 * is the only content of a case in a switch statement. This can lead to
35 * We work around both of these issues by placing a volatile asm statement,
39 * The .insn statement is required to ensure that any branches to the
40 * statement, which sadly must be kept due to the asm statement, are known to
/linux/tools/memory-model/Documentation/
H 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:
212 only to the stores in the then-clause and else-clause of the "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
[all …]
/linux/scripts/coccinelle/iterators/
H 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;
H A Dlist_entry_update.cocci30 statement S;
42 statement S;
H A Ddevice_node_continue.cocci28 statement S;
60 statement S;
/linux/scripts/coccinelle/api/alloc/
H 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 …]
H A Dpool_zalloc-simple.cocci22 statement S;
36 statement S;
47 statement S;
62 statement S;
/linux/tools/perf/util/scripting-engines/
H A DBuild6 …undef -Wno-switch-default -Wno-bad-function-cast -Wno-declaration-after-statement -Wno-switch-enum…
8 # -Wno-declaration-after-statement: The python headers have mixed code with declarations (decls aft…
9 …arameter -Wno-shadow -Wno-deprecated-declarations -Wno-switch-enum -Wno-declaration-after-statement
/linux/scripts/coccinelle/null/
H 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;
H A Dkmerr.cocci33 statement S;
49 statement S;
/linux/scripts/coccinelle/api/
H A Dkstrdup.cocci20 statement S;
33 statement S;
50 statement S;
63 statement S;
H A Dmemdup.cocci38 statement S;
49 statement S;
/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_dap_fasi.h99 *; /* illegal statement to force compiler error */
202 *; /* illegal statement to force compiler error */
205 *; /* illegal statement to force compiler error */
210 *; /* illegal statement to force compiler error */
213 *; /* illegal statement to force compiler error */
226 *; /* illegal statement to force compiler error */
232 *; /* illegal statement to force compiler error */
/linux/rust/syn/
H A Dfixup.rs19 // Print expression such that it can be parsed back as a statement
22 // The effect of this is for binary operators in statement position to set
27 // match x {}; // not when its own statement
53 // statement would terminate the statement after the closing brace of
54 // the match, parsing `-1;` as a separate statement.
68 // Macro calls with brace delimiter terminate a statement without a
84 // `m! {}` will need to be parenthesized in the statement case but not the
182 /// Create the initial fixup for printing an expression in statement
260 /// different statement boundary rules compared to other leftmost
377 /// head off the early termination of a statement or condition.
[all …]
/linux/Documentation/core-api/
H A Dsymbol-namespaces.rst72 unit as preprocessor statement. The above example would then read::
77 <linux/export.h>. Typically it's placed before the first #include statement.
104 using a statement like::
118 It is advisable to add the MODULE_IMPORT_NS() statement close to other module
167 Note: it will happily generate an import statement for the module namespace;
/linux/tools/perf/scripts/python/Perf-Trace-Util/
H A DBuild3 # -Wno-declaration-after-statement: The python headers have mixed code with declarations (decls aft…
4 …s -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs -Wno-declaration-after-statement
/linux/Documentation/process/
H A Dcoding-style.rst41 The preferred way to ease multiple indentation levels in a switch statement is
135 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.
213 This does not apply if only one branch of a conditional statement is a single
214 statement; in the latter case use braces in both branches:
225 Also, use braces when a loop contains more than a single simple statement:
453 case-statement, where you have to do lots of small things for a lot of
529 Albeit deprecated by some people, the equivalent of the goto statement is
[all …]
/linux/LICENSES/deprecated/
H A DCC0-1.022 Statement of Purpose
86 as contemplated by Affirmer's express Statement of Purpose.
91 account Affirmer's express Statement of Purpose. In addition, to the
108 express Statement of Purpose.
/linux/Documentation/trace/
H 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/translations/zh_TW/process/
H A Dindex.rst38 kernel-enforcement-statement
39 kernel-driver-statement
/linux/Documentation/translations/zh_CN/process/
H A Dindex.rst37 kernel-enforcement-statement
38 kernel-driver-statement
/linux/scripts/kconfig/
H A Dparser.y101 fprintf(stderr, "%s:%d: missing end statement for this entry\n",
127 | stmt_list T_WORD error T_EOL { zconf_error("unknown statement \"%s\"", $2); }
128 | stmt_list error T_EOL { zconf_error("invalid statement"); }
136 | stmt_list_in_choice error T_EOL { zconf_error("invalid statement"); }
186 zconf_error("menuconfig statement without prompt");
437 /* prompt statement */
475 /* assignment statement */
/linux/tools/testing/selftests/user_events/
H A Duser_events_selftests.h97 #define USER_EVENT_FIXTURE_SETUP(statement, umount) do { \ argument
105 SKIP(statement, "Skipping due to: %s", message); \
/linux/drivers/s390/char/
H A Dvmur.h22 * both in SPOOL directory control statement and in CP DEFINE statement
/linux/Documentation/firmware-guide/acpi/
H A Ddebug.rst61 statement.
114 statement uses ACPI_DB_INIT, which is a macro based on the ACPI_LV_INIT

1234567891011