Home
last modified time | relevance | path

Searched refs:code (Results 1 – 22 of 22) sorted by relevance

/scripts/
Ddecodecode23 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 …]
Ddecode_stacktrace.sh67 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)"
DKbuild.include89 # Exit code chooses option. "$$TMP" serves as a temporary file and is
/scripts/coccinelle/misc/
Difcol.cocci1 /// 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)
Dreturnvar.cocci7 // Comments: Comments on code can be deleted if near code that is removed.
/scripts/gcc-plugins/
Dgcc-common.h208 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()
Dstructleak_plugin.c84 enum tree_code code = TREE_CODE(fieldtype); in is_userspace_type() local
86 if (code == RECORD_TYPE || code == UNION_TYPE) in is_userspace_type()
Dlatent_entropy_plugin.c340 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()
Drandomize_layout_plugin.c441 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/
Dkmerr.cocci3 /// 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/
Difnullfree.cocci58 …rsive or usb_free_urb is not needed. Maybe consider reorganizing relevant code to avoid passing NU…
/scripts/coccinelle/api/
Dresource_size.cocci92 msg="WARNING: Suspicious code. resource_size is maybe missing with %s" % (x)
/scripts/coccinelle/api/alloc/
Dkzalloc-simple.cocci6 /// matched code has to be contiguous
/scripts/coccinelle/iterators/
Ditnull.cocci5 //# happen when the matched code is on the way to a loop exit (break, goto,
/scripts/kconfig/
DMakefile64 --from-code=UTF-8 \
77 $(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \
Dzconf.tab.c_shipped2105 /* Pacify compilers like GCC when the user code never invokes
2107 code. */
2121 | yyerrlab1 -- common code for both syntax error and YYERROR. |
Dzconf.lex.c_shipped1520 * Returns a code representing an action:
2159 /* Redefine yyless() so it works in section 3 code. */
/scripts/coccinelle/tests/
Dunsigned_lesser_than_zero.cocci7 /// developers prefer to keep such code,
/scripts/dtc/
Ddtc-parser.tab.c_shipped784 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. |
Ddtc-lexer.lex.c_shipped1390 * Returns a code representing an action:
2024 /* Redefine yyless() so it works in section 3 code. */
/scripts/genksyms/
Dparse.tab.c_shipped2272 /* Pacify compilers like GCC when the user code never invokes
2274 code. */
2288 | yyerrlab1 -- common code for both syntax error and YYERROR. |
Dlex.lex.c_shipped1040 * Returns a code representing an action:
1711 /* Redefine yyless() so it works in section 3 code. */