Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 36) sorted by relevance

12

/scripts/kconfig/tests/err_recursive_dep/
Dexpected_stderr1 Kconfig:11:error: recursive dependency detected!
6 Kconfig:5:error: recursive dependency detected!
11 Kconfig:17:error: recursive dependency detected!
17 Kconfig:32:error: recursive dependency detected!
23 Kconfig:37:error: recursive dependency detected!
29 Kconfig:60:error: recursive dependency detected!
34 Kconfig:51:error: recursive dependency detected!
/scripts/genksyms/
Dparse.y133 | error ';' { $$ = $2; }
134 | error '}' { $$ = $2; }
309 | direct_declarator '(' error ')'
329 | direct_nested_declarator '(' error ')'
335 | '(' error ')'
383 | direct_m_abstract_declarator '(' error ')'
389 | '(' error ')'
415 | '{' error '}' { $$ = $3; }
431 | error ';'
/scripts/
Dcheck_extable.sh67 error=true
90 error=true
143 if [ "${error}" ]; then
DKconfig.include35 $(error-if,$(failure,command -v $(CC)),compiler '$(CC)' not found)
36 $(error-if,$(failure,command -v $(LD)),linker '$(LD)' not found)
39 $(error-if,$(success, $(LD) -v | grep -q gold), gold linker '$(LD)' not supported)
Dunifdef.c216 static void error(const char *);
418 static void Eelif (void) { error("Inappropriate #elif"); } in Eelif()
419 static void Eelse (void) { error("Inappropriate #else"); } in Eelse()
420 static void Eendif(void) { error("Inappropriate #endif"); } in Eendif()
421 static void Eeof (void) { error("Premature EOF"); } in Eeof()
422 static void Eioccc(void) { error("Obfuscated preprocessor control line"); } in Eioccc()
532 error("Too many levels of nesting"); in nest()
624 error("EOF in comment"); in done()
1036 error("unterminated char literal"); in skipcomment()
1038 error("unterminated string literal"); in skipcomment()
[all …]
/scripts/gcc-plugins/
Darm_ssp_per_task_plugin.c79 error(G_("incompatible gcc/plugin versions")); in plugin_init()
89 error(G_("no value supplied for option '-fplugin-arg-%s-%s'"), in plugin_init()
103 error(G_("unknown option '-fplugin-arg-%s-%s'"), in plugin_init()
Dlatent_entropy_plugin.c137 error("%qE attribute only applies to functions and variables", in handle_latent_entropy_attribute()
144 error("variable %qD with %qE attribute must not be initialized", in handle_latent_entropy_attribute()
151 error("variable %qD with %qE attribute must not be local", in handle_latent_entropy_attribute()
160error("variable %qD with %qE attribute must be an integer or a fixed length integer array type or … in handle_latent_entropy_attribute()
176 error("structure variable %qD with %qE attribute has a non-integer field %qE", in handle_latent_entropy_attribute()
219 error("array variable %qD with %qE attribute must be a fixed length integer array type", in handle_latent_entropy_attribute()
602 error(G_("incompatible gcc/plugin versions")); in plugin_init()
611 error(G_("unknown option '-fplugin-arg-%s-%s'"), plugin_name, argv[i].key); in plugin_init()
Dstackleak_plugin.c374 error(G_("incompatible gcc/plugin versions")); in plugin_init()
385 error(G_("no value supplied for option '-fplugin-arg-%s-%s'"), in plugin_init()
392 error(G_("invalid option argument '-fplugin-arg-%s-%s=%s'"), in plugin_init()
397 error(G_("unknown option '-fplugin-arg-%s-%s'"), in plugin_init()
Drandomize_layout_plugin.c23 #error "The RANDSTRUCT plugin requires GCC 4.7 or newer."
82 error("%qE attribute does not apply to functions (%qF)", name, *node); in handle_randomize_layout_attr()
87 error("%qE attribute does not apply to function parameters (%qD)", name, *node); in handle_randomize_layout_attr()
92 error("%qE attribute does not apply to variables (%qD)", name, *node); in handle_randomize_layout_attr()
104 error("%qE attribute used on %qT applies to struct types only", name, type); in handle_randomize_layout_attr()
109 error("%qE attribute is already applied to the type %qT", name, type); in handle_randomize_layout_attr()
356 error(G_("attempted to randomize userland API struct %s"), ORIG_TYPE_NAME(type)); in relayout_struct()
514 error("Only string constants are supported as initializers " in update_decl_size()
950 error(G_("incompatible gcc/plugin versions")); in plugin_init()
968 error(G_("unknown option '-fplugin-arg-%s-%s'"), plugin_name, argv[i].key); in plugin_init()
[all …]
Dsancov_plugin.c116 error(G_("incompatible gcc/plugin versions")); in plugin_init()
125 error(G_("unknown option '-fplugin-arg-%s-%s'"), plugin_name, argv[i].key); in plugin_init()
Dcyc_complexity_plugin.c59 error(G_("incompatible gcc/plugin versions")); in plugin_init()
Dstructleak_plugin.c227 error(G_("incompatible gcc/plugin versions")); in plugin_init()
253 error(G_("unknown option '-fplugin-arg-%s-%s'"), plugin_name, argv[i].key); in plugin_init()
Dgcc-generate-rtl-pass.h20 #error at least PASS_NAME must be defined
Dgcc-generate-simple_ipa-pass.h20 #error at least PASS_NAME must be defined
/scripts/dtc/
Dchecks.c35 bool warn, error; member
49 .error = (e_), \
71 if (!(c->warn && (quiet < 1)) && !(c->error && (quiet < 2))) in check_msg()
90 (c->error) ? "ERROR" : "Warning", c->name); in check_msg()
149 bool error = false; in run_check() local
161 error = error || run_check(prq, dti); in run_check()
181 if ((c->status != PASSED) && (c->error)) in run_check()
182 error = true; in run_check()
183 return error; in run_check()
1831 static void enable_warning_error(struct check *c, bool warn, bool error) in enable_warning_error() argument
[all …]
DMakefile16 $(error dtc needs libyaml for DT schema validation support. \
/scripts/kconfig/tests/preprocess/builtin_func/
DKconfig10 # 'error-if' is similar, but it terminates the parsing immediately.
12 $(error-if,n,this should not be printed)
/scripts/gdb/linux/
Dutils.py153 except gdb.error:
160 except gdb.error:
177 except gdb.error:
Dconfig.py30 except gdb.error as e:
Dproc.py156 except gdb.error:
267 except gdb.error:
/scripts/coccinelle/null/
Dkmerr.cocci4 /// error handling code later in the function, which may be helpful
5 /// in determining what the error handling code for the call to kmalloc etc
/scripts/coccinelle/api/
Dplatform_get_irq.cocci101 msg = "line %s is redundant because platform_get_irq() already prints an error" % (p1[0].line)
Dpm_runtime.cocci113 msg = "%s returns < 0 as error. Unecessary IS_ERR_VALUE at line %s" % (pm_runtime_api, p2[0].line)
/scripts/kconfig/tests/preprocess/escape/
DKconfig42 # It should not be emit "unterminated reference" error.
/scripts/coccinelle/misc/
Ddoubleinit.cocci11 // Comments: requires at least Coccinelle 0.2.4, lex or parse error otherwise

12