Searched defs:yylloc (Results 1 - 11 of 11) sorted by relevance

/external/bison/data/
H A Dglr.c64 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...]
H A Dyacc.c95 # 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)
1428 YYLTYPE yylloc = yyloc_default;]])])[
1445 yypush_parse (yyps_local]b4_pure_if([[, yychar, &yylval]b4_locations_if([[, &yylloc]])])m4_ifset([b4_parse_param], [, b4_c_args(b4_parse_param)])[);
1526 YYLTYPE yypushed_loc = yylloc;]])
1577 [b4_push_if([b4_pure_if([*])yypushed_loc], [yylloc])])dn
[all...]
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DTokenizer.cpp577 yylloc->file = yyfileno; \
578 yylloc->line = yylineno; \
634 # define yylloc yyg->yylloc_r macro
821 yylloc = yylloc_param;
1164 yylloc->file = yyfileno;
1165 yylloc->line = yylineno;
2116 /* Accessor methods for yylval and yylloc */
2133 return yylloc;
2139 yylloc = yylloc_param;
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_lex.cpp1011 yylloc->first_file = yylloc->last_file = yycolumn; \
1012 yylloc->first_line = yylloc->last_line = yylineno;
1076 # define yylloc yyg->yylloc_r macro
1263 yylloc = yylloc_param;
2983 /* Accessor methods for yylval and yylloc */
3000 return yylloc;
3006 yylloc = yylloc_param;
3218 yyextra->error(*yylloc, "Illega
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-lex.c613 yylloc->source = parser->new_source_number; \
614 yylloc->first_column = yycolumn + 1; \
615 yylloc->first_line = yylineno; \
625 yylloc->source = 0; \
689 # define yylloc yyg->yylloc_r macro
903 yylloc = yylloc_param;
1124 glcpp_error(yylloc, yyextra, "#error%s", p);
2358 /* Accessor methods for yylval and yylloc */
2375 return yylloc;
2381 yylloc
[all...]
H A Dglsl_lexer.cc1056 yylloc->source = 0; \
1057 yylloc->first_column = yycolumn + 1; \
1058 yylloc->first_line = yylineno + 1; \
1082 _mesa_glsl_error(yylloc, yyextra, \
1143 literal_integer(yytext, yyleng, yyextra, yylval, yylloc, base)
1198 # define yylloc yyg->yylloc_r macro
1392 yylloc = yylloc_param;
1515 yylloc->source = strtol(ptr, NULL, 0);
3603 /* Accessor methods for yylval and yylloc */
3620 return yylloc;
[all...]
H A Dlex.yy.c1153 yylloc->first_column = yylloc->last_column; \
1154 yylloc->last_column += yyleng; \
1155 if ((yylloc->first_line == 1) \
1156 && (yylloc->first_column == 1)) { \
1157 yylloc->position = 1; \
1159 yylloc->position += yylloc->last_column - yylloc->first_column; \
1237 # define yylloc yy macro
[all...]
H A Dglcpp-parse.c72 #define yylloc glcpp_parser_lloc macro
214 glcpp_parser_lex (YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser);
1046 yyerror (&yylloc, parser, YY_("syntax error: cannot back up")); \
1101 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
1103 # define YYLEX yylex (&yylval, &yylloc, parser)
1620 YYLTYPE yylloc; local
1702 yylloc.first_line = yylloc.last_line = 1;
1703 yylloc.first_column = yylloc
4273 glcpp_parser_lex(YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser) argument
[all...]
H A Dglsl_parser.cc72 #define yylloc _mesa_glsl_lloc macro
2151 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \
2206 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
2208 # define YYLEX yylex (&yylval, &yylloc, scanner)
2725 YYLTYPE yylloc;
2807 yylloc.first_line = yylloc.last_line = 1;
2808 yylloc.first_column = yylloc.last_column = 1;
2816 yylloc
[all...]
/external/bison/src/
H A Dparse-gram.c72 #define yylloc gram_lloc macro
126 gram_error (&yylloc, Msg)
1023 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
1025 # define YYLEX yylex (&yylval, &yylloc)
1911 YYLTYPE yylloc local
2003 boundary_set (&yylloc.start, current_file, 1, 1);
2004 boundary_set (&yylloc.end, current_file, 1, 1);
2008 yylsp[0] = yylloc;
2125 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
2152 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c72 #define yylloc _mesa_program_lloc macro
1444 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \
1499 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
1501 # define YYLEX yylex (&yylval, &yylloc, scanner)
2018 YYLTYPE yylloc; local
2100 yylloc.first_line = yylloc.last_line = 1;
2101 yylloc.first_column = yylloc.last_column = 1;
2220 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
[all...]

Completed in 95 milliseconds