Home
last modified time | relevance | path

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

/scripts/genksyms/
Dparse.y122 | error ';' { $$ = $2; }
123 | error '}' { $$ = $2; }
299 | direct_declarator '(' error ')'
305 | '(' error ')'
321 | direct_nested_declarator '(' error ')'
327 | '(' error ')'
375 | direct_m_abstract_declarator '(' error ')'
381 | '(' error ')'
407 | '{' error '}' { $$ = $3; }
423 | error ';'
Dparse.c_shipped196 /* Enabling verbose error messages. */
574 "$end", "error", "$undefined", "ASM_KEYW", "ATTRIBUTE_KEYW",
655 means the default is an error. */
726 If YYTABLE_NINF, syntax error. */
896 yyerror (YY_("syntax error: cannot back up")); \
1236 /* Copy into YYRESULT an error message about the unexpected token
1240 copied. As a special case, return 0 if an ordinary "syntax error"
1264 YY_("syntax error, unexpected %s");
1265 YY_("syntax error, unexpected %s, expecting %s");
1266 YY_("syntax error, unexpected %s, expecting %s or %s");
[all …]
Dkeywords.c_shipped28 #error "gperf generated tables don't work with this execution character set. Please report a bug to…
Dlex.c_shipped854 /* Report a fatal error. */
1247 "fatal flex scanner internal error--no action found" );
1280 "fatal flex scanner internal error--end of buffer missed" );
1348 "fatal error - scanner input buffer overflow" );
2169 /* For future reference: Set errno on error, since we are called by
2312 /* Save the filename and line number for later error messages. */
/scripts/kconfig/
Dkconfig_load.c14 char *error; in kconfig_load() local
28 if ((error = dlerror())) { \ in kconfig_load()
29 fprintf(stderr, "%s\n", error); \ in kconfig_load()
Dzconf.tab.c_shipped196 /* Enabling verbose error messages. */
581 "$end", "error", "$undefined", "T_MAINMENU", "T_MENU", "T_ENDMENU",
649 means the default is an error. */
720 If YYTABLE_NINF, syntax error. */
836 yyerror (YY_("syntax error: cannot back up")); \
1176 /* Copy into YYRESULT an error message about the unexpected token
1180 copied. As a special case, return 0 if an ordinary "syntax error"
1204 YY_("syntax error, unexpected %s");
1205 YY_("syntax error, unexpected %s, expecting %s");
1206 YY_("syntax error, unexpected %s, expecting %s or %s");
[all …]
Dzconf.y113 | stmt_list T_WORD error T_EOL { zconf_error("unknown statement \"%s\"", $2); }
114 | stmt_list option_name error T_EOL
118 | stmt_list error T_EOL { zconf_error("invalid statement"); }
135 T_WORD error T_EOL { zconf_error("unknown option \"%s\"", $1); }
136 | error T_EOL { zconf_error("invalid option"); }
Dzconf.hash.c_shipped29 #error "gperf generated tables don't work with this execution character set. Please report a bug to…
Dlex.zconf.c_shipped961 /* Report a fatal error. */
1462 "fatal flex scanner internal error--no action found" );
1483 "fatal flex scanner internal error--end of buffer missed" );
1551 "fatal error - scanner input buffer overflow" );
2227 /* For future reference: Set errno on error, since we are called by
/scripts/
Dunifdef.c206 static void error(const char *);
342 static void Eelif (void) { error("Inappropriate #elif"); } in Eelif()
343 static void Eelse (void) { error("Inappropriate #else"); } in Eelse()
344 static void Eendif(void) { error("Inappropriate #endif"); } in Eendif()
345 static void Eeof (void) { error("Premature EOF"); } in Eeof()
346 static void Eioccc(void) { error("Obfuscated preprocessor control line"); } in Eioccc()
435 error("EOF in comment"); in done()
468 error("Too many levels of nesting"); in nest()
853 error("unterminated char literal"); in skipcomment()
855 error("unterminated string literal"); in skipcomment()
[all …]
DMakefile.build46 $(error CFLAGS was changed in "$(kbuild-file)". Fix it to use EXTRA_CFLAGS)