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

  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_parse.y 62 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state,
284 yyerror(& @1, state, "invalid fragment program header");
292 yyerror(& @1, state, "invalid vertex program header");
323 yyerror(& @2, state, err_str);
324 YYERROR;
449 yyerror(& @8, state,
451 YYERROR;
508 yyerror(& @12, state,
510 YYERROR;
565 yyerror(& @2, state, "unexpected character '|'")
    [all...]
  /external/mesa3d/src/mesa/program/
program_parse.y 62 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state,
284 yyerror(& @1, state, "invalid fragment program header");
292 yyerror(& @1, state, "invalid vertex program header");
323 yyerror(& @2, state, err_str);
324 YYERROR;
449 yyerror(& @8, state,
451 YYERROR;
508 yyerror(& @12, state,
510 YYERROR;
565 yyerror(& @2, state, "unexpected character '|'")
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGrammar.y.in 596 YYERROR;
599 YYERROR;
887 YYERROR;
1216 YYERROR;
1221 YYERROR;
1226 YYERROR;
1231 YYERROR;
1236 YYERROR;
1280 YYERROR;
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 67 #define yyerror _mesa_program_error macro
139 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state,
5805 yyerror(YYLTYPE *locp, struct asm_parser_state *state, const char *s) function
    [all...]
  /bootable/recovery/edify/
parser.y 29 void yyerror(Expr** root, int* error_count, const char* s);
95 yyerror(root, error_count, buffer);
96 YYERROR;
124 void yyerror(Expr** root, int* error_count, const char* s) {
  /external/bison/etc/
bench.pl.in 42 static void yyerror (const char *msg);
99 yyerror (const char *msg)
161 /* yyerror receives the location if:
164 static void yyerror (const char *s);
211 | '!' { \$\$ = 0; YYERROR; }
212 | '-' error { \$\$ = 0; YYERROR; }
219 yyerror (const char *s)
  /system/core/sh/
init.c 115 #undef YYERROR
116 #define YYERROR goto yyerrorlab
407 #undef YYERROR
408 #define YYERROR goto yyerrorlab
699 #undef YYERROR
700 #define YYERROR goto yyerrorlab
arith.c 167 void yyerror(const char *);
556 #define YYERROR goto yyerrorlab
559 /* Like YYERROR except do call yyerror. This remains here temporarily
560 to ease the transition to the new meaning of YYERROR, for GCC.
579 yyerror ("syntax error: cannot back up");\
580 YYERROR; \
1576 yyerror(s) function
    [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/elfutils/src/
ldscript.c 64 #define yyerror lderror macro
184 static void yyerror (const char *s);
789 #define YYERROR goto yyerrorlab
792 /* Like YYERROR except do call yyerror. This remains here temporarily
793 to ease the transition to the new meaning of YYERROR, for GCC.
812 yyerror (YY_("syntax error: cannot back up")); \
813 YYERROR; \
2257 yyerror (const char *s) function
    [all...]
  /external/libpcap/
grammar.c 54 #define yyerror pcap_error macro
352 yyerror(const char *msg) function
    [all...]
  /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...]
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/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
ExpressionParser.cpp 65 #define yyerror pperror macro
125 static void yyerror(Context* context, const char* reason);
655 #define YYERROR goto yyerrorlab
658 /* Like YYERROR except do call yyerror. This remains here temporarily
659 to ease the transition to the new meaning of YYERROR, for GCC.
687 yyerror (context, YY_("syntax error: cannot back up")); \
688 YYERROR; \
952 quotes and backslashes, so that it's suitable for yyerror. The
1024 for details. YYERROR is fine as it does not invoke thi
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.cc 67 #define yyerror _mesa_glsl_error macro
113 #undef yyerror macro
115 static void yyerror(YYLTYPE *loc, _mesa_glsl_parse_state *st, const char *msg) function
    [all...]
glcpp-parse.c 67 #define yyerror glcpp_parser_error macro
113 yyerror (YYLTYPE *locp, glcpp_parser_t *parser, const char *error);
3567 yyerror (YYLTYPE *locp, glcpp_parser_t *parser, const char *error) function
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 64 #define yyerror i386_error macro
156 static void yyerror (const char *s);
780 #define YYERROR goto yyerrorlab
783 /* Like YYERROR except do call yyerror. This remains here temporarily
784 to ease the transition to the new meaning of YYERROR, for GCC.
803 yyerror (YY_("syntax error: cannot back up")); \
804 YYERROR; \
1098 quotes and backslashes, so that it's suitable for yyerror. The
2151 yyerror (const char *s) function
    [all...]
  /external/bison/doc/
refcard.tex 476 \key{User defined error handler.} {int yyerror(char *)}
490 \key{Pretend a syntax error occurred.} {YYERROR}
  /external/bison/src/
parse-gram.c 67 #define yyerror gram_error macro
124 #undef yyerror macro
125 #define yyerror(Msg) \ macro
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
glslang_tab.cpp 310 static void yyerror(YYLTYPE* yylloc, TParseContext* context, const char* reason);
    [all...]
glslang.y 88 static void yyerror(YYLTYPE* yylloc, TParseContext* context, const char* reason);
449 YYERROR;
    [all...]

Completed in 1710 milliseconds