| /OK3568_Linux_fs/kernel/scripts/coccinelle/iterators/ |
| H A D | for_each_child.cocci | 2 // 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 D | list_entry_update.cocci | 30 statement S; 42 statement S;
|
| H A D | device_node_continue.cocci | 28 statement S; 60 statement S;
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/api/alloc/ |
| H A D | pool_zalloc-simple.cocci | 22 statement S; 36 statement S; 47 statement S; 62 statement S;
|
| H A D | zalloc-simple.cocci | 34 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/doc-guide/ |
| H A 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.
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/null/ |
| H A 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;
|
| H A D | kmerr.cocci | 33 statement S; 49 statement S;
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/api/ |
| H A D | kstrdup.cocci | 20 statement S; 33 statement S; 50 statement S; 63 statement S;
|
| H A D | memdup.cocci | 38 statement S; 49 statement S;
|
| H A D | memdup_user.cocci | 76 statement S1,S2; 89 statement S1,S2;
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/ |
| H A D | index.rst | 34 kernel-enforcement-statement 35 kernel-driver-statement
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ada/gcc-interface/ |
| H A D | ada-tree.def | 60 /* Here are the tree codes for the statement types known to Ada. These 64 makes this tree node, whose operand is a statement. The latter inserts 66 just returning the inner statement. */ 70 is the statement to update the loop iteration variable at the continue
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ada/gcc-interface/ |
| H A D | ada-tree.def | 60 /* Here are the tree codes for the statement types known to Ada. These 64 makes this tree node, whose operand is a statement. The latter inserts 66 just returning the inner statement. */ 70 is the statement to update the loop iteration variable at the continue
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
| H A D | 0001-ARM-code-has-unreachable-code-after-switch-statement.patch | 4 Subject: [PATCH] ARM code has unreachable code after switch statement move 8 sysdeps/linux-gnu/arm/trace.c:173:33: error: statement will never be executed [-Werror=switch-unrea…
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | index.rst | 32 kernel-enforcement-statement 33 kernel-driver-statement
|
| /OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/ |
| H A D | index.rst | 34 kernel-enforcement-statement 35 kernel-driver-statement
|
| /OK3568_Linux_fs/buildroot/package/am33x-cm3/ |
| H A D | 0004-Makefile-add-fno-builtin.patch | 11 This is due to the fact that gcc 10 replaces the following statement by 32 -Wdeclaration-after-statement -fno-delete-null-pointer-checks \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/mpeg2dec/files/ |
| H A D | altivec_h_needed.patch | 5 statement: 20 Here we include another statement "int tmp = __CR6_EQ;", in
|
| /OK3568_Linux_fs/u-boot/test/ |
| H A D | compression.c | 285 #define errcheck(statement) if (!(statement)) { \ argument 286 fprintf(stderr, "\tFailed: %s\n", #statement); \
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | OGL-Canada-2.0 | 13 * Acknowledge the source of the Information by including any attribution statement specified by the… 14 …statement, or if you are using Information from several information providers and multiple attribu…
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A 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
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/cp/ |
| H A D | cp-tree.def | 295 /* Represents an 'if' statement. The operands are IF_COND, 301 /* Used to represent a `for' statement. The operands are 305 /* Used to represent a range-based `for' statement. The operands are 311 /* Used to represent a 'while' statement. The operands are WHILE_COND 315 /* Used to represent a 'do' statement. The operands are DO_BODY and 319 /* Used to represent a 'break' statement. */ 322 /* Used to represent a 'continue' statement. */ 325 /* Used to represent a 'switch' statement. The operands are 330 /* Used to represent an expression statement. Use `EXPR_STMT_EXPR' to 355 /* A STMT_EXPR represents a statement-expression during template [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/cp/ |
| H A D | cp-tree.def | 295 /* Represents an 'if' statement. The operands are IF_COND, 301 /* Used to represent a `for' statement. The operands are 305 /* Used to represent a range-based `for' statement. The operands are 311 /* Used to represent a 'while' statement. The operands are WHILE_COND 315 /* Used to represent a 'do' statement. The operands are DO_BODY and 319 /* Used to represent a 'break' statement. */ 322 /* Used to represent a 'continue' statement. */ 325 /* Used to represent a 'switch' statement. The operands are 330 /* Used to represent an expression statement. Use `EXPR_STMT_EXPR' to 355 /* A STMT_EXPR represents a statement-expression during template [all …]
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.log | 48 LOGC_NONE - Unknown category (e.g. a debug() statement) 75 file-by-file basis. The debug() macro compiles to a printf() statement if 76 DEBUG is enabled, and an empty statement if not. 135 The last option turns every debug() statement into a logging call, which
|