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

  /external/bison/data/
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...]
glr.c 70 # Optional effective arguments passed to yyerror: user args plus yylloc, and
102 # Arguments passed to yyerror: user formals plus yylocp with leading comma.
199 #define yyerror ]b4_prefix[error macro
613 quotes and backslashes, so that it's suitable for yyerror. The
766 yyerror (]b4_yyerror_args[yymsg);
829 * yyerr for YYERROR, yyabort for YYABORT. */
845 # undef YYERROR
846 # define YYERROR return yyerrok, yyerr
855 return yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")), \
876 # undef YYERROR
    [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/bison/examples/calc++/
calc++-parser.cc 143 #define YYERROR goto yyerrorlab
152 backslashes, so that it's suitable for yyerror. The heuristic is
568 invokes YYABORT, YYACCEPT, or YYERROR immediately after altering
571 YYERROR, subsequent parser actions might lead to an incorrect
634 | yyerrorlab -- error raised explicitly by YYERROR. |
639 YYERROR and the label yyerrorlab therefore never appears in user
646 this YYERROR. */
653 | yyerrlab1 -- common code for both syntax error and YYERROR. |
    [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/preprocessor/
ExpressionParser.cpp 65 #define yyerror pperror macro
127 static void yyerror(Context* context, const char* reason);
647 #define YYERROR goto yyerrorlab
664 yyerror (context, YY_("syntax error: cannot back up")); \
665 YYERROR; \
863 quotes and backslashes, so that it's suitable for yyerror. The
1877 void yyerror(Context* context, const char* reason) function
    [all...]
  /toolchain/binutils/binutils-2.25/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/bison/src/
parse-gram.c 67 #define yyerror gram_error macro
124 #undef yyerror macro
125 #define yyerror(Msg) \ macro
    [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/swiftshader/src/OpenGL/compiler/
glslang_tab.cpp 341 extern void yyerror(YYLTYPE* lloc, TParseContext* context, void* scanner, const char* reason);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp 460 #define yyerror(context, msg) context->parserError(msg) macro
    [all...]

Completed in 134 milliseconds