HomeSort by relevance Sort by last modified time
    Searched full:yylloc (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/bison/examples/calc++/
calc++-scanner.ll 30 # define YY_USER_ACTION yylloc->columns (yyleng);
35 yylloc->step ();
37 {blank}+ yylloc->step ();
38 [\n]+ yylloc->lines (yyleng); yylloc->step ();
53 driver.error (*yylloc, "integer is out of range");
66 . driver.error (*yylloc, "invalid character");
calc++-driver.hh 12 yy::calcxx_parser::location_type* yylloc, \
calc++-parser.cc 352 location_type yylloc;
375 yylloc.begin.filename = yylloc.end.filename = &driver.file;
388 yylocation_stack_.push (yylloc);
413 yychar = yylex (&yylval, &yylloc, driver);
425 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
445 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
451 yylocation_stack_.push (yylloc);
607 error (yylloc, yysyntax_error_ (yystate, yytoken));
610 yyerror_range[1] = yylloc;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_parser.yy 374 $$->set_location(yylloc);
381 $$->set_location(yylloc);
388 $$->set_location(yylloc);
395 $$->set_location(yylloc);
402 $$->set_location(yylloc);
417 $$->set_location(yylloc);
427 $$->set_location(yylloc);
434 $$->set_location(yylloc);
440 $$->set_location(yylloc);
458 $$->set_location(yylloc);
    [all...]
glsl_lexer.ll 39 yylloc->source = 0; \
40 yylloc->first_column = yycolumn + 1; \
41 yylloc->first_line = yylineno + 1; \
65 _mesa_glsl_error(yylloc, yyextra, \
126 literal_integer(yytext, yyleng, yyextra, yylval, yylloc, base)
166 yylloc->source = strtol(ptr, NULL, 0);
  /external/mesa3d/src/glsl/
glsl_parser.yy 374 $$->set_location(yylloc);
381 $$->set_location(yylloc);
388 $$->set_location(yylloc);
395 $$->set_location(yylloc);
402 $$->set_location(yylloc);
417 $$->set_location(yylloc);
427 $$->set_location(yylloc);
434 $$->set_location(yylloc);
440 $$->set_location(yylloc);
458 $$->set_location(yylloc);
    [all...]
glsl_lexer.ll 39 yylloc->source = 0; \
40 yylloc->first_column = yycolumn + 1; \
41 yylloc->first_line = yylineno + 1; \
65 _mesa_glsl_error(yylloc, yyextra, \
126 literal_integer(yytext, yyleng, yyextra, yylval, yylloc, base)
166 yylloc->source = strtol(ptr, NULL, 0);
  /bootable/recovery/edify/
lexer.l 32 #define ADVANCE do {yylloc.start=gPos; yylloc.end=gPos+yyleng; \
47 yylloc.start = gPos;
59 yylloc.end = gPos;
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang.l 52 yylloc->first_file = yylloc->last_file = yycolumn; \
53 yylloc->first_line = yylloc->last_line = yylineno;
416 yyextra->error(*yylloc, "Illegal use of reserved word", yytext, "");
467 context->error(*yylloc, "Unsigned integers are unsupported prior to GLSL ES 3.00", yytext, "");
473 yyextra->warning(*yylloc, "Integer overflow", yytext, "");
484 context->error(*yylloc, "Floating-point suffix unsupported prior to GLSL ES 3.00", yytext);
490 yyextra->warning(*yylloc, "Float overflow", yytext, "");
504 yyextra->warning(*yylloc, "Integer overflow", yytext, "")
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
ScriptScanner.h 20 mcld::ScriptParser::location_type* yylloc, \
41 ScriptParser::location_type* yylloc,
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_lexer.l 132 yylloc->first_column = yylloc->last_column; \
133 yylloc->last_column += yyleng; \
134 if ((yylloc->first_line == 1) \
135 && (yylloc->first_column == 1)) { \
136 yylloc->position = 1; \
138 yylloc->position += yylloc->last_column - yylloc->first_column; \
485 yylloc->first_line++
    [all...]
  /external/mesa3d/src/mesa/program/
program_lexer.l 132 yylloc->first_column = yylloc->last_column; \
133 yylloc->last_column += yyleng; \
134 if ((yylloc->first_line == 1) \
135 && (yylloc->first_column == 1)) { \
136 yylloc->position = 1; \
138 yylloc->position += yylloc->last_column - yylloc->first_column; \
485 yylloc->first_line++
    [all...]
  /frameworks/compile/mclinker/lib/Script/
ScriptScanner.ll 34 #define YY_USER_ACTION yylloc->columns(yyleng);
53 yylloc->step();
252 enterComments(*yylloc);
262 enterComments(*yylloc);
263 yylloc->step();
268 yylloc->step();
273 yylloc->lines(1);
274 yylloc->step();
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp-lex.l 48 yylloc->source = parser->new_source_number; \
49 yylloc->first_column = yycolumn + 1; \
50 yylloc->first_line = yylineno; \
60 yylloc->source = 0; \
184 glcpp_error(yylloc, yyextra, "#error%s", p);
glcpp-parse.y 137 glcpp_parser_lex (YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser);
536 $$->location = yylloc;
540 $$->location = yylloc;
544 $$->location = yylloc;
548 $$->location = yylloc;
552 $$->location = yylloc;
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.l 48 yylloc->source = parser->new_source_number; \
49 yylloc->first_column = yycolumn + 1; \
50 yylloc->first_line = yylineno; \
60 yylloc->source = 0; \
184 glcpp_error(yylloc, yyextra, "#error%s", p);
  /external/bison/tests/
cxx-type.at 147 # undef yylloc
148 # define yylloc (*llocp)
174 yylloc.first_line = yylloc.last_line = lineNum;
175 yylloc.first_column = colNum;]])[
200 yylloc.last_column = colNum-1;]])[
glr-regression.at 712 yylloc.first_column = 1;
713 yylloc.last_column = 9;
716 yylloc.first_column = 13;
717 yylloc.last_column = 17;
1148 printf ("', yylloc=(%d,%d),(%d,%d)",
1149 yylloc.first_line, yylloc.first_column,
1150 yylloc.last_line, yylloc.last_column);
1172 yychar='a', yylval='A', yylloc=(1,1),(1,1
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.cc 72 #define yylloc _mesa_glsl_lloc macro
    [all...]
glcpp-parse.c 72 #define yylloc glcpp_parser_lloc macro
214 glcpp_parser_lex (YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser);
1620 YYLTYPE yylloc; local
    [all...]
  /external/bison/data/
lalr1.cc 528 location_type yylloc;
546 b4_dollar_pushdef([yylval], [], [yylloc])dnl
559 yylocation_stack_.push (yylloc);
586 b4_locations_if([, [[location*], [&yylloc]]])dnl
599 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
619 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
625 yylocation_stack_.push (yylloc);
719 error (yylloc, yysyntax_error_ (yystate, yytoken));
722 yyerror_range[1] = yylloc;
735 yydestruct_ ("Error: discarding", yytoken, &yylval, &yylloc);
    [all...]
lalr1.java 101 private ]b4_location_type[ yylloc (YYStack rhs, int n)
333 ]b4_locations_if([b4_location_type[ yyloc = yylloc (yystack, yylen);]])[
448 ]b4_location_type[ yylloc = new ]b4_location_type[ (null, null);
460 b4_dollar_pushdef([yylval], [], [yylloc])dnl
466 yystack.push (yystate, yylval]b4_locations_if([, yylloc])[);
497 yylloc = new ]b4_location_type[(yylexer.getStartPos (),
512 yylval]b4_locations_if([, yylloc])[);
537 yylval]b4_locations_if([, yylloc])[);
548 yystack.push (yystate, yylval]b4_locations_if([, yylloc])[);
583 yyerror (]b4_locations_if([yylloc, ])[yysyntax_error (yystate, yytoken))
    [all...]
glr.c 64 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...]
yacc.c 95 # 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)
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.l 61 yylloc->file = yyfileno; \
62 yylloc->line = yylineno; \
253 yylloc->file = yyfileno;
254 yylloc->line = yylineno;

Completed in 3661 milliseconds

1 2 3