/third_party/selinux/checkpolicy/ |
D | policy_define.c | 78 extern int yyerror(const char *msg); 95 yyerror(errormsg); in yyerror2() 109 yyerror("queue overflow"); in insert_separator() 122 yyerror("out of memory"); in insert_id() 132 yyerror("queue overflow"); in insert_id() 164 yyerror("no class name for class definition?"); in define_class() 169 yyerror("out of memory"); in define_class() 176 yyerror("Out of memory!"); in define_class() 184 yyerror("could not declare class here"); in define_class() 262 yyerror("no capability name for policycap definition?"); in define_polcap() [all …]
|
D | module_compiler.c | 42 extern int yyerror(const char *msg); 69 yyerror("Out of memory!"); in print_error_msg() 78 yyerror("Unknown error"); in print_error_msg() 88 yyerror in define_policy() 99 yyerror("no module name"); in define_policy() 106 yyerror in define_policy() 113 yyerror in define_policy() 228 yyerror("out of memory"); in role_implicit_bounds() 265 yyerror("no role name"); in create_role() 271 yyerror("Out of memory!"); in create_role() [all …]
|
D | policy_scan.l | 40 int yyerror(const char *msg); 313 . { yyerror("unrecognized character");} 315 int yyerror(const char *msg) 334 return yyerror(msg);
|
/third_party/mesa3d/src/mesa/program/ |
D | program_parse.y | 75 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state, 301 yyerror(& @1, state, "invalid fragment program header"); 309 yyerror(& @1, state, "invalid vertex program header"); 340 yyerror(& @2, state, err_str); 464 yyerror(& @8, state, 515 yyerror(& @12, state, 603 yyerror(& @1, state, "position-invariant programs cannot " 642 yyerror(& @1, state, "cannot combine RGBA and XYZW swizzle " 663 yyerror(& @1, state, "invalid extended swizzle selector"); 681 yyerror(& @1, state, "invalid extended swizzle selector"); [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | ExpressionParser.cpp | 65 #define yyerror pperror macro 149 static void yyerror(Context* context, const char* reason); 687 yyerror (context, YY_("syntax error: cannot back up")); \ 1746 yyerror (context, YY_("syntax error")); in yyparse() 1773 yyerror (context, yymsgp); in yyparse() 1890 yyerror (context, YY_("memory exhausted")); in yyparse() 2006 void yyerror(Context *context, const char *reason) in yyerror() function
|
D | ExpressionParser.y | 105 static void yyerror(Context* context, const char* reason); 429 void yyerror(Context *context, const char *reason) in yyerror() function
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | ExpressionParser.cpp | 64 #define yyerror pperror macro 140 static void yyerror(Context *context, const char *reason); 577 yyerror(context, YY_("syntax error: cannot back up")); \ 1608 yyerror(context, YY_("syntax error")); in yyparse() 1634 yyerror(context, yymsgp); in yyparse() 1742 yyerror(context, YY_("memory exhausted")); in yyparse() 1856 void yyerror(Context *context, const char *reason) in yyerror() function
|
D | ExpressionParser.y | 91 static void yyerror(Context* context, const char* reason); 415 void yyerror(Context *context, const char *reason) in yyerror() function
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | preprocessor_tab_autogen.cpp | 68 #define yyerror pperror macro 146 static void yyerror(Context *context, const char *reason); 577 yyerror(context, YY_("syntax error: cannot back up")); \ 1608 yyerror(context, YY_("syntax error")); in yyparse() 1634 yyerror(context, yymsgp); in yyparse() 1740 yyerror(context, YY_("memory exhausted")); in yyparse() 1857 void yyerror(Context *context, const char *reason) in yyerror() function
|
D | preprocessor.y | 93 static void yyerror(Context* context, const char* reason); 417 void yyerror(Context *context, const char *reason) in yyerror() function
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/ |
D | yacc.c | 89 # Expand ARG iff yyerror is to be given a location as argument. 97 # Arguments passed to yyerror: user args plus yylloc. 329 #define yyerror ]b4_prefix[error 639 yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")); \ 1292 yyerror (]b4_yyerror_args[YY_("memory exhausted"));]], [[ 1294 yyerror (]b4_yyerror_args[YY_("memory exhausted"));]])[ 1715 yyerror (]b4_yyerror_args[YY_("syntax error")); 1745 yyerror (]b4_yyerror_args[yymsgp); 1871 yyerror (]b4_yyerror_args[YY_("memory exhausted"));
|
/third_party/mksh/ |
D | syn.c | 213 yyerror(Tf_toomany, "<<"); in synio() 311 yyerror(Tf_toomany, Tredirection); in get_command() 442 yyerror("%s: bad identifier", in get_command() 506 yyerror(Tf_toomany, Tredirection); in get_command() 699 yyerror(Tinvname, sname, Tfunction); in function_body() 866 yyerror("%s: unexpected EOF", Tsynerr); in syntaxerr() 893 yyerror(Tf_sD_s_qs, Tsynerr, what, s); in syntaxerr()
|
D | lex.c | 904 yyerror("no closing quote"); in yylex() 1009 yyerror(Tf_heredoc, in yylex() 1185 yyerror(Tf_heredoc, eof); in readhere() 1213 yyerror(const char *fmt, ...) in yyerror() function 1648 yyerror("missing ]"); in get_brace_var()
|
/third_party/mesa3d/src/freedreno/afuc/ |
D | parser.y | 47 void yyerror(const char *error); 48 void yyerror(const char *error) in yyerror() function
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | goomsl_lex.l | 9 void yyerror(char *);
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | grammar.tab.c | 69 #define yyerror priv_gst_parse_yyerror macro 856 static int yyerror (void *scanner, graph_t *graph, const char *s); 1451 yyerror (scanner, graph, YY_("syntax error: cannot back up")); \ 2662 yyerror (scanner, graph, YY_("syntax error")); in yyparse() 2689 yyerror (scanner, graph, yymsgp); in yyparse() 2806 yyerror (scanner, graph, YY_("memory exhausted")); in yyparse() 2849 yyerror (void *scanner, graph_t *graph, const char *s) in yyerror() function
|
D | grammar.y | 782 static int yyerror (void *scanner, graph_t *graph, const char *s); 1172 yyerror (void *scanner, graph_t *graph, const char *s)
|
/third_party/toybox/kconfig/ |
D | zconf.tab.c_shipped | 54 #define yyerror zconferror 749 /* Like YYERROR except do call yyerror. This remains here temporarily 769 yyerror (YY_("syntax error: cannot back up")); \ 993 quotes and backslashes, so that it's suitable for yyerror. The 1961 yyerror (yymsg); 1966 yyerror (YY_("syntax error")); 1972 yyerror (YY_("syntax error")); 2080 yyerror (YY_("memory exhausted"));
|
/third_party/mesa3d/src/intel/tools/ |
D | i965_gram.y | 31 #undef yyerror 34 void yyerror (struct YYLTYPE *, char *); 36 void yyerror (char *); 2347 yyerror(YYLTYPE *ltype, char *msg) in yyerror() function 2350 yyerror(char *msg) in yyerror()
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-parse.y | 46 yyerror(YYLTYPE *locp, glcpp_parser_t *parser, const char *error); 710 yyerror (& @1, parser, 722 yyerror (& @1, parser, 1449 yyerror(YYLTYPE *locp, glcpp_parser_t *parser, const char *error) in yyerror() function 1815 …yyerror(&node->token->location, parser, "'##' cannot appear at either end of a macro expansion\n"); in _glcpp_parser_apply_pastes()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_tab.cpp | 381 extern void yyerror(YYLTYPE* yylloc, TParseContext* context, void *scanner, const char* reason); 1764 yyerror (&yylloc, context, scanner, YY_("syntax error: cannot back up")); \ 5015 yyerror (&yylloc, context, scanner, YY_("syntax error")); in yyparse() 5042 yyerror (&yylloc, context, scanner, yymsgp); in yyparse() 5165 yyerror (&yylloc, context, scanner, YY_("memory exhausted")); in yyparse()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_tab_autogen.cpp | 407 extern void yyerror(YYLTYPE *yylloc, TParseContext *context, void *scanner, const char *reason); 1621 yyerror(&yylloc, context, scanner, YY_("syntax error: cannot back up")); \ 5463 yyerror(&yylloc, context, scanner, YY_("syntax error")); in yyparse() 5489 yyerror(&yylloc, context, scanner, yymsgp); in yyparse() 5604 yyerror(&yylloc, context, scanner, YY_("memory exhausted")); in yyparse()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.cpp | 341 extern void yyerror(YYLTYPE* lloc, TParseContext* context, void* scanner, const char* reason); 1618 yyerror (&yylloc, context, yyscanner, YY_("syntax error: cannot back up")); \ 4923 yyerror (&yylloc, context, yyscanner, YY_("syntax error")); in yyparse() 4950 yyerror (&yylloc, context, yyscanner, yymsgp); in yyparse() 5073 yyerror (&yylloc, context, yyscanner, YY_("memory exhausted")); in yyparse()
|
D | glslang.l | 536 void yyerror(YYLTYPE* lloc, TParseContext* context, void* scanner, const char* reason) { in yyerror() function
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_parser.y | 268 static void yyerror(const char *error) in yyerror() function 869 yyerror("w# must be multiple of 32"); 871 yyerror("w# must be at least 32");
|