Lines Matching defs:yylloc
1812 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \
2048 YYLTYPE *yylloc;
2363 YYLTYPE yylloc = yyloc_default;
2424 yylloc.first_line = 1;
2425 yylloc.first_column = 1;
2426 yylloc.last_line = 1;
2427 yylloc.last_column = 1;
2428 yylloc.source = 0;
2429 yylloc.path = NULL;
2434 yylsp[0] = yylloc;
2550 yychar = yylex (&yylval, &yylloc, state);
2567 yyerror_range[1] = yylloc;
2573 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
2596 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
2601 *++yylsp = yylloc;
6116 = {yyssp, yytoken, &yylloc};
6141 yyerror (&yylloc, state, yymsgp);
6147 yyerror_range[1] = yylloc;
6162 yytoken, &yylval, &yylloc, state);
6227 yyerror_range[2] = yylloc;
6259 yyerror (&yylloc, state, YY_("memory exhausted"));
6275 yytoken, &yylval, &yylloc, state);