Home | History | Annotate | Download | only in src

Lines Matching defs:yylloc

69 #define yylloc gram_lloc
231 FIXME: depends on the undocumented availability of YYLLOC. */
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.start.file = yylloc.end.file = current_file;
1571 yylloc.start.line = yylloc.end.line = 1;
1572 yylloc.start.column = yylloc.end.column = 0;
1576 yylsp[0] = yylloc;
1689 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
1715 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
1723 *++yylsp = yylloc;
2233 yyerror_range[0] = yylloc;
2249 yytoken, &yylval, &yylloc);
2317 yyerror_range[1] = yylloc;
2318 /* Using YYLLOC is tempting, but would change the location of
2357 yytoken, &yylval, &yylloc);