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

  /prebuilts/build-tools/common/bison/
glr.c 64 b4_locations_if([, [[YYLTYPE *], [&yylloc]]])])dnl
70 # Optional effective arguments passed to yyerror: user args plus yylloc, and
79 # Same as above, but on the lookahead, hence &yylloc instead of yylocp.
81 [b4_pure_if([b4_locations_if([&yylloc, ])])dnl
94 # Same as above, but on the lookahead, hence &yylloc instead of yylocp.
96 [b4_pure_if([b4_locations_if([, &yylloc])])[]b4_user_args])
204 #define yylloc ]b4_prefix[lloc]])])[ macro
484 #undef yylloc macro
485 #define yylloc (yystackp->yyloc) macro
490 #define b4_prefix[]lloc yylloc])],
    [all...]
yacc.c 95 # Arguments passed to yyerror: user args plus yylloc.
97 [b4_yyerror_arg_loc_if([&yylloc, ])dnl
107 b4_locations_if([, [[YYLTYPE *], [&yylloc]]])m4_ifdef([b4_lex_param], [, ])])dnl
213 YYLTYPE yylloc]b4_pure_if([ = yyloc_default], [b4_yyloc_default])[;
368 #define yylloc ]b4_prefix[lloc]])])[ macro
793 # define YYLEX yylex (]b4_pure_if([&yylval[]b4_locations_if([, &yylloc]), ])[YYLEX_PARAM)
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_lex.cpp 1262 # define yylloc macro
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.cpp 963 yylloc->file = yyfileno; \
964 yylloc->line = yylineno; \
1049 # define yylloc yyg->yylloc_r macro
1334 yylloc = yylloc_param;
    [all...]

Completed in 69 milliseconds