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

  /external/bison/data/
glr.c 55 b4_locations_if([, [[YYLTYPE *], [&yylloc]]])])dnl
61 # Optional effective arguments passed to yyerror: user args plus yylloc, and
70 # Same as above, but on the look-ahead, hence &yylloc instead of yylocp.
72 [b4_pure_if([b4_locations_if([&yylloc, ])])dnl
85 # Same as above, but on the look-ahead, hence &yylloc instead of yylocp.
87 [b4_pure_if([b4_locations_if([, &yylloc])])[]b4_user_args])
162 #define yylloc b4_prefix[]lloc]) macro
541 #undef yylloc macro
542 #define yylloc (yystackp->yyloc)
547 #define b4_prefix[]lloc yylloc])],
540 #undef yylloc macro
    [all...]
  /external/bison/src/
parse-gram.c 69 #define yylloc gram_lloc macro
231 FIXME: depends on the undocumented availability of YYLLOC. */
234 gram_error (&yylloc, Msg)
1486 YYLTYPE yylloc; local
    [all...]

Completed in 24 milliseconds