| /scripts/ |
| D | decodecode | 23 code= 29 code=$i 35 if [ -z "$code" ]; then 40 echo $code 41 code=`echo $code | sed -e 's/.*Code: //'` 43 width=`expr index "$code" ' '` 66 marker=`expr index "$code" "\<"` 68 marker=`expr index "$code" "\("` 73 echo All code >> $T.oo 75 beforemark=`echo "$code"` [all …]
|
| D | decode_stacktrace.sh | 67 local code=${cache[$module,$address]} 69 local code=$(${CROSS_COMPILE}addr2line -i -e "$objfile" "$address") 70 cache[$module,$address]=$code 76 if [[ $code == "??:0" ]]; then 81 code=${code#$basepath/} 84 code=${code//$'\n'/' '} 87 symbol="$name ($code)"
|
| D | Kbuild.include | 89 # Exit code chooses option. "$$TMP" serves as a temporary file and is
|
| /scripts/coccinelle/misc/ |
| D | ifcol.cocci | 1 /// Find confusingly indented code in or after an if. An if branch should 2 /// be indented. The code following an if should not be indented. 3 /// Sometimes, code after an if that is indented is actually intended to be 7 /// calculation does not distinguish between spaces and tabs, so code that 47 msg = "code aligned with following code on line %s" % (p2[0].line)
|
| D | returnvar.cocci | 7 // Comments: Comments on code can be deleted if near code that is removed.
|
| /scripts/gcc-plugins/ |
| D | gcc-common.h | 208 static inline bool gimple_call_builtin_p(gimple stmt, enum built_in_function code) in gimple_call_builtin_p() argument 217 return DECL_FUNCTION_CODE(fndecl) == code; in gimple_call_builtin_p() 271 #define int_const_binop(code, arg1, arg2) \ argument 272 int_const_binop((code), (arg1), (arg2), 0) 453 static inline const char *get_tree_code_name(enum tree_code code) in get_tree_code_name() argument 455 gcc_assert(code < MAX_TREE_CODES); in get_tree_code_name() 456 return tree_code_name[code]; in get_tree_code_name() 703 return gs->code == GIMPLE_ASSIGN; in test() 848 return gs->code == GIMPLE_GOTO; in test() 855 return gs->code == GIMPLE_RETURN; in test()
|
| D | structleak_plugin.c | 84 enum tree_code code = TREE_CODE(fieldtype); in is_userspace_type() local 86 if (code == RECORD_TYPE || code == UNION_TYPE) in is_userspace_type()
|
| D | latent_entropy_plugin.c | 340 static gimple create_assign(enum tree_code code, tree lhs, tree op1, in create_assign() argument 343 return gimple_build_assign_with_ops(code, lhs, op1, op2); in create_assign()
|
| D | randomize_layout_plugin.c | 441 enum tree_code code = TREE_CODE(fieldtype); in is_pure_ops_struct() local 446 if (code == RECORD_TYPE || code == UNION_TYPE) { in is_pure_ops_struct()
|
| /scripts/coccinelle/null/ |
| D | kmerr.cocci | 3 /// error handling code later in the function, which may be helpful 4 /// in determining what the error handling code for the call to kmalloc etc
|
| /scripts/coccinelle/free/ |
| D | ifnullfree.cocci | 58 …rsive or usb_free_urb is not needed. Maybe consider reorganizing relevant code to avoid passing NU…
|
| /scripts/coccinelle/api/ |
| D | resource_size.cocci | 92 msg="WARNING: Suspicious code. resource_size is maybe missing with %s" % (x)
|
| /scripts/coccinelle/api/alloc/ |
| D | kzalloc-simple.cocci | 6 /// matched code has to be contiguous
|
| /scripts/coccinelle/iterators/ |
| D | itnull.cocci | 5 //# happen when the matched code is on the way to a loop exit (break, goto,
|
| /scripts/kconfig/ |
| D | Makefile | 64 --from-code=UTF-8 \ 77 $(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \
|
| D | zconf.tab.c_shipped | 2105 /* Pacify compilers like GCC when the user code never invokes 2107 code. */ 2121 | yyerrlab1 -- common code for both syntax error and YYERROR. |
|
| D | zconf.lex.c_shipped | 1520 * Returns a code representing an action: 2159 /* Redefine yyless() so it works in section 3 code. */
|
| /scripts/coccinelle/tests/ |
| D | unsigned_lesser_than_zero.cocci | 7 /// developers prefer to keep such code,
|
| /scripts/dtc/ |
| D | dtc-parser.tab.c_shipped | 784 we won't break user code: when these are the locations we know. */ 2179 /* Pacify compilers like GCC when the user code never invokes 2181 code. */ 2196 | yyerrlab1 -- common code for both syntax error and YYERROR. |
|
| D | dtc-lexer.lex.c_shipped | 1390 * Returns a code representing an action: 2024 /* Redefine yyless() so it works in section 3 code. */
|
| /scripts/genksyms/ |
| D | parse.tab.c_shipped | 2272 /* Pacify compilers like GCC when the user code never invokes 2274 code. */ 2288 | yyerrlab1 -- common code for both syntax error and YYERROR. |
|
| D | lex.lex.c_shipped | 1040 * Returns a code representing an action: 1711 /* Redefine yyless() so it works in section 3 code. */
|