Home | History | Annotate | Download | only in compiler

Lines Matching refs:yylloc

340 extern int yylex(YYSTYPE* yylval, YYLTYPE* yylloc, void* yyscanner);
1618 yyerror (&yylloc, context, yyscanner, YY_("syntax error: cannot back up")); \
2114 YYLTYPE yylloc = yyloc_default;
2184 yylsp[0] = yylloc;
2290 yychar = yylex (&yylval, &yylloc, yyscanner);
2301 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
2324 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
2333 *++yylsp = yylloc;
4923 yyerror (&yylloc, context, yyscanner, YY_("syntax error"));
4950 yyerror (&yylloc, context, yyscanner, yymsgp);
4958 yyerror_range[1] = yylloc;
4974 yytoken, &yylval, &yylloc, context, yyscanner);
5041 yyerror_range[2] = yylloc;
5042 /* Using YYLLOC is tempting, but would change the location of
5073 yyerror (&yylloc, context, yyscanner, YY_("memory exhausted"));
5085 yytoken, &yylval, &yylloc, context, yyscanner);