Home
last modified time | relevance | path

Searched refs:yyerror (Results 1 – 25 of 45) sorted by relevance

12

/third_party/selinux/checkpolicy/
Dpolicy_define.c78 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 …]
Dmodule_compiler.c42 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 …]
Dpolicy_scan.l40 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/
Dprogram_parse.y75 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/
DExpressionParser.cpp65 #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
DExpressionParser.y105 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/
DExpressionParser.cpp64 #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
DExpressionParser.y91 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/
Dpreprocessor_tab_autogen.cpp68 #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
Dpreprocessor.y93 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/
Dyacc.c89 # 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/
Dsyn.c213 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()
Dlex.c904 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/
Dparser.y47 void yyerror(const char *error);
48 void yyerror(const char *error) in yyerror() function
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoomsl_lex.l9 void yyerror(char *);
/third_party/gstreamer/gstreamer/gst/parse/
Dgrammar.tab.c69 #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
Dgrammar.y782 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/
Dzconf.tab.c_shipped54 #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/
Di965_gram.y31 #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/
Dglcpp-parse.y46 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
1815yyerror(&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/
Dglslang_tab.cpp381 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/
Dglslang_tab_autogen.cpp407 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/
Dglslang_tab.cpp341 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()
Dglslang.l536 void yyerror(YYLTYPE* lloc, TParseContext* context, void* scanner, const char* reason) { in yyerror() function
/third_party/mesa3d/src/freedreno/ir3/
Dir3_parser.y268 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");

12