Home
last modified time | relevance | path

Searched refs:YYVALID (Results 1 – 25 of 43) sorted by relevance

12

/freebsd-11-stable/contrib/byacc/test/
HDbtyacc_demo.y109 decl_specs declarator_list($e,$1) ';' [YYVALID;]
184 | expr($e) ';' [YYVALID;] { $$ = build_expr_code($1); }
185 | IF '(' expr($e) ')' THEN statement($e) ELSE statement($e) [YYVALID;]
187 | IF '(' expr($e) ')' THEN statement($e) [YYVALID;]
189 | block_statement(new_scope($e)) [YYVALID;]{ $$ = $1; }
HDbtyacc_calc1.y51 | lines line '\n' [YYVALID;]
52 | lines error '\n' [YYVALID;]
/freebsd-11-stable/contrib/byacc/
HDREADME.BTYACC319 conflict tree. The ultimate goal is YYVALID operator that
322 If no YYVALID is found on the tree, then error recovery
339 simply YYVALID. When we have a nested conflict (conflict
341 want to relate YYVALID to a particular level of conflict
347 situation YYVALID_NESTED acts like a regular YYVALID, but
348 in 2-level conflict it is a no-op and the other YYVALID
377 input or an action calls YYVALID), it backtracks to the
448 it can throw away saved paths using YYVALID. In practice,
450 example) can just put a [YYVALID;] after every complete
/freebsd-11-stable/contrib/byacc/test/btyacc/
HDbtyacc_demo.tab.c1305 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
1877 {YYVALID;} in YYPARSE_DECL()
2057 {YYVALID;} if (!yytrial) in YYPARSE_DECL()
2071 {YYVALID;} if (!yytrial) in YYPARSE_DECL()
2077 {YYVALID;} if (!yytrial) in YYPARSE_DECL()
2087 {YYVALID;} if (!yytrial) in YYPARSE_DECL()
HDbtyacc_calc1.tab.c743 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
1337 {YYVALID;} in YYPARSE_DECL()
1341 {YYVALID;} if (!yytrial) in YYPARSE_DECL()
HDcode_debug.c359 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
HDrename_debug.c361 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
HDbtyacc_destroy3.tab.c637 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
HDinherit2.tab.c593 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
HDquote_calc4.tab.c651 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
HDinherit1.tab.c538 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
HDcode_calc.code.c505 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
HDquote_calc2-s.tab.c650 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
HDcalc2.tab.c645 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
HDcode_error.code.c475 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
HDerr_syntax11.tab.c499 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
HDcalc.tab.c632 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
HDquote_calc3.tab.c651 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
HDbtyacc_destroy2.tab.c637 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
HDquote_calc2.tab.c656 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
HDquote_calc.tab.c656 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
HDerr_inherit4.tab.c592 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
HDempty.tab.c494 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
HDinherit0.tab.c517 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
HDerr_inherit3.tab.c594 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro

12