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

/external/bison/data/
H A Dglr.c55 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/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.c687 yylloc->first_column = yycolumn + 1; \
688 yylloc->first_line = yylineno; \
696 yylloc->source = 0; \
763 # define yylloc yyg->yylloc_r macro
961 yylloc = yylloc_param;
1160 yylloc->source = strtol(ptr, NULL, 0);
1276 glcpp_error(yylloc, yyextra, "#error%s", p);
2459 /* Accessor methods for yylval and yylloc */
2476 return yylloc;
2482 yylloc
[all...]
H A Dglcpp-parse.c211 glcpp_parser_lex (YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser);
975 yyerror (&yylloc, parser, YY_("syntax error: cannot back up")); \
1030 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
1032 # define YYLEX yylex (&yylval, &yylloc, parser)
1527 YYLTYPE yylloc;
1609 yylloc.first_line = yylloc.last_line = 1;
1610 yylloc.first_column = yylloc.last_column = 1;
1618 yylloc
1525 YYLTYPE yylloc; local
4032 glcpp_parser_lex(YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser) argument
[all...]
/external/mesa3d/src/glsl/
H A Dglsl_lexer.cpp1011 yylloc->source = 0; \
1012 yylloc->first_column = yycolumn + 1; \
1013 yylloc->first_line = yylineno + 1; \
1039 _mesa_glsl_error(yylloc, yyextra, \
1110 # define yylloc yyg->yylloc_r macro
1299 yylloc = yylloc_param;
1422 yylloc->source = strtol(ptr, NULL, 0);
3471 /* Accessor methods for yylval and yylloc */
3488 return yylloc;
3494 yylloc
[all...]
H A Dglsl_parser.cpp73 #define yylloc _mesa_glsl_lloc macro
1985 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \
2040 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
2042 # define YYLEX yylex (&yylval, &yylloc, scanner)
2537 YYLTYPE yylloc;
2619 yylloc.first_line = yylloc.last_line = 1;
2620 yylloc.first_column = yylloc.last_column = 1;
2628 yylloc
[all...]
/external/bison/src/
H A Dparse-gram.c69 #define yylloc gram_lloc macro
234 gram_error (&yylloc, Msg)
915 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
917 # define YYLEX yylex (&yylval, &yylloc)
1489 YYLTYPE yylloc;
1560 yylloc.first_line = yylloc.last_line = 1;
1561 yylloc.first_column = yylloc.last_column = 0;
1570 yylloc
1486 YYLTYPE yylloc; local
[all...]

Completed in 35 milliseconds