HomeSort by relevance Sort by last modified time
    Searched refs:YYERROR (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/src/mesa/program/
program_parse.y 64 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state,
290 yyerror(& @1, state, "invalid fragment program header");
298 yyerror(& @1, state, "invalid vertex program header");
329 yyerror(& @2, state, err_str);
330 YYERROR;
453 yyerror(& @8, state,
455 YYERROR;
504 yyerror(& @12, state,
506 YYERROR;
592 yyerror(& @1, state, "position-invariant programs cannot
    [all...]
  /system/tools/hidl/
hidl-gen_y.yy 344 YYERROR;
354 YYERROR;
366 YYERROR;
495 YYERROR;
505 YYERROR;
531 YYERROR;
585 YYERROR;
597 YYERROR;
606 YYERROR;
641 YYERROR;
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
rcparse.y 204 YYERROR;
332 YYERROR;
344 YYERROR;
374 YYERROR;
401 YYERROR;
429 YYERROR;
976 YYERROR;
988 YYERROR;
1010 YYERROR;
1100 YYERROR;
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.cpp 65 #define yyerror pperror macro
149 static void yyerror(Context* context, const char* reason);
670 #define YYERROR goto yyerrorlab
687 yyerror (context, YY_("syntax error: cannot back up")); \
688 YYERROR; \
886 quotes and backslashes, so that it's suitable for yyerror. The
    [all...]
  /external/e2fsprogs/intl/
plural.c 8 #define yyerror __gettexterror macro
79 static void yyerror (const char *str);
458 #define YYERROR goto yyerrlab1
459 /* Like YYERROR except do call yyerror. This remains here temporarily
460 to ease the transition to the new meaning of YYERROR, for GCC.
476 yyerror ("syntax error: cannot back up"); \
477 YYERROR; \
1169 yyerror (yymsg);
1173 yyerror ("parse error; also virtual memory exhausted")
1487 yyerror (const char *str) function
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.cpp 341 extern void yyerror(YYLTYPE* lloc, TParseContext* context, void* scanner, const char* reason);
    [all...]
glslang.y 105 extern void yyerror(YYLTYPE* lloc, TParseContext* context, void* scanner, const char* reason);
312 YYERROR;
    [all...]
  /external/toybox/kconfig/
zconf.tab.c_shipped 54 #define yyerror zconferror
746 #define YYERROR goto yyerrorlab
749 /* Like YYERROR except do call yyerror. This remains here temporarily
750 to ease the transition to the new meaning of YYERROR, for GCC.
769 yyerror (YY_("syntax error: cannot back up")); \
770 YYERROR; \
    [all...]
  /toolchain/binutils/binutils-2.27/intl/
plural.c 8 #define yyerror __gettexterror macro
91 static void yyerror PARAMS ((const char *str));
482 #define YYERROR goto yyerrlab1
483 /* Like YYERROR except do call yyerror. This remains here temporarily
484 to ease the transition to the new meaning of YYERROR, for GCC.
500 yyerror ("syntax error: cannot back up"); \
501 YYERROR; \
1196 yyerror (yymsg);
1200 yyerror ("parse error; also virtual memory exhausted")
1514 yyerror (str) function
    [all...]
  /external/dtc/
dtc-parser.y 28 extern void yyerror(char const *s);
508 YYERROR;
530 void yyerror(char const *s)
  /prebuilts/build-tools/common/bison/
lalr1.cc 350 #define YYERROR goto yyerrorlab
356 backslashes, so that it's suitable for yyerror. The heuristic is
680 invokes YYABORT, YYACCEPT, or YYERROR immediately after altering
683 YYERROR, subsequent parser actions might lead to an incorrect
746 | yyerrorlab -- error raised explicitly by YYERROR. |
751 YYERROR and the label yyerrorlab therefore never appears in user
758 this YYERROR. */
765 | yyerrlab1 -- common code for both syntax error and YYERROR. |
    [all...]
lalr1.java 143 void yyerror (]b4_locations_if([b4_location_type[ loc, ]])[String s);]
206 protected final void yyerror (]b4_locations_if([b4_location_type[ loc, ]])[String s) {
207 yylexer.yyerror (]b4_locations_if([loc, ])[s);
211 protected final void yyerror (String s) {
212 yylexer.yyerror ((]b4_location_type[)null, s);
214 protected final void yyerror (]b4_position_type[ loc, String s) {
215 yylexer.yyerror (new ]b4_location_type[ (loc), s);
308 public static final int YYERROR = 2;
373 backslashes, so that it's suitable for yyerror. The heuristic is
583 yyerror (]b4_locations_if([yylloc, ])[yysyntax_error (yystate, yytoken))
    [all...]
yacc.c 87 # Expand ARG iff yyerror is to be given a location as argument.
95 # Arguments passed to yyerror: user args plus yylloc.
363 #define yyerror ]b4_prefix[error macro
743 #define YYERROR goto yyerrorlab
746 /* Like YYERROR except do call yyerror. This remains here temporarily
747 to ease the transition to the new meaning of YYERROR, for GCC.
776 yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")); \
777 YYERROR; \
    [all...]
  /external/libpcap/
grammar.c 65 #define yyerror pcap_error macro
249 yyerror(void *yyscanner, compiler_state_t *cstate, const char *msg) function
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.c 65 #define yyerror _xkbcommon_error macro
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp 488 #define yyerror(context, msg) context->parserError(msg) macro
    [all...]

Completed in 208 milliseconds