Home
last modified time | relevance | path

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

/scripts/
Ddecodecode22 code=
28 code=$i
34 if [ -z "$code" ]; then
39 echo $code
40 code=`echo $code | sed -e 's/.*Code: //'`
42 width=`expr index "$code" ' '`
65 marker=`expr index "$code" "\<"`
67 marker=`expr index "$code" "\("`
72 echo All code >> $T.oo
74 beforemark=`echo "$code"`
[all …]
Ddecode_stacktrace.sh66 local code=${cache[$module,$address]}
68 local code=$(addr2line -i -e "$objfile" "$address")
69 cache[$module,$address]=$code
75 if [[ $code == "??:0" ]]; then
80 code=${code//$basepath/""}
83 code=${code//$'\n'/' '}
86 symbol="$name ($code)"
DKbuild.include88 # Exit code chooses option. "$$TMP" is can be used as temporary file and
/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.h166 static inline bool gimple_call_builtin_p(gimple stmt, enum built_in_function code) in gimple_call_builtin_p() argument
175 return DECL_FUNCTION_CODE(fndecl) == code; in gimple_call_builtin_p()
229 #define int_const_binop(code, arg1, arg2) \ argument
230 int_const_binop((code), (arg1), (arg2), 0)
411 static inline const char *get_tree_code_name(enum tree_code code) in get_tree_code_name() argument
413 gcc_assert(code < MAX_TREE_CODES); in get_tree_code_name()
414 return tree_code_name[code]; in get_tree_code_name()
654 return gs->code == GIMPLE_ASSIGN; in test()
799 return gs->code == GIMPLE_GOTO; in test()
806 return gs->code == GIMPLE_RETURN; in test()
Dlatent_entropy_plugin.c347 static gimple create_assign(enum tree_code code, tree lhs, tree op1, in create_assign() argument
350 return gimple_build_assign_with_ops(code, lhs, op1, op2); in create_assign()
/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/iterators/
Ditnull.cocci5 //# happen when the matched code is on the way to a loop exit (break, goto,
/scripts/coccinelle/api/alloc/
Dkzalloc-simple.cocci6 /// matched code has to be contiguous
/scripts/kconfig/
DMakefile63 --from-code=UTF-8 \
76 $(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \
Dzconf.hash.c_shipped1 /* ANSI-C code produced by gperf version 3.0.4 */
Dzconf.tab.c_shipped2217 /* Pacify compilers like GCC when the user code never invokes
2219 code. */
2233 | 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/genksyms/
Dkeywords.hash.c_shipped1 /* ANSI-C code produced by gperf version 3.0.4 */
Dparse.tab.c_shipped2274 /* Pacify compilers like GCC when the user code never invokes
2276 code. */
2290 | 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. */
/scripts/dtc/
Ddtc-parser.tab.c_shipped778 we won't break user code: when these are the locations we know. */
2147 /* Pacify compilers like GCC when the user code never invokes
2149 code. */
2164 | yyerrlab1 -- common code for both syntax error and YYERROR. |
Ddtc-lexer.lex.c_shipped1384 * Returns a code representing an action:
2014 /* Redefine yyless() so it works in section 3 code. */