Home
last modified time | relevance | path

Searched refs:yylloc (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_lex_autogen.cpp899 yylloc->first_file = yylloc->last_file = yycolumn; \
900 yylloc->first_line = yylloc->last_line = yylineno;
1014 #define yylloc yyg->yylloc_r macro
1208 yylloc = yylloc_param;
2119 yyextra->error(*yylloc, "Illegal character at fieldname start", yytext);
3092 /* Accessor methods for yylval and yylloc */
3109 return yylloc; in yyget_lloc()
3115 yylloc in yyset_lloc()
[all...]
H A Dglslang_tab_autogen.cpp406 extern int yylex(YYSTYPE *yylval, YYLTYPE *yylloc, void *yyscanner);
407 extern void yyerror(YYLTYPE *yylloc, TParseContext *context, void *scanner, const char *reason);
1621 yyerror(&yylloc, context, scanner, YY_("syntax error: cannot back up")); \
2118 YYLTYPE yylloc = yyloc_default;
2188 yylsp[0] = yylloc;
2290 yychar = yylex(&yylval, &yylloc, scanner);
2301 YY_SYMBOL_PRINT("Next token is", yytoken, &yylval, &yylloc);
2324 YY_SYMBOL_PRINT("Shifting", yytoken, &yylval, &yylloc);
2333 *++yylsp = yylloc;
5463 yyerror(&yylloc, contex
[all...]
H A Dglslang.y111 extern int yylex(YYSTYPE* yylval, YYLTYPE* yylloc, void* yyscanner);
112 extern void yyerror(YYLTYPE* yylloc, TParseContext* context, void *scanner, const char* reason);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_lex.cpp1167 yylloc->first_file = yylloc->last_file = yycolumn; \
1168 yylloc->first_line = yylloc->last_line = yylineno;
1262 # define yylloc yyg->yylloc_r macro
1547 yylloc = yylloc_param;
2347 { context->warning(*yylloc, "Unknown char", yytext, ""); return 0; }
3382 /* Accessor methods for yylval and yylloc */
3405 return yylloc; in yyget_lloc()
3413 yylloc in yyset_lloc()
[all...]
H A Dglslang_tab.cpp340 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, contex
[all...]
H A Dglslang.y104 extern int yylex(YYSTYPE* yylval, YYLTYPE* yylloc, void* yyscanner);
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
H A Dyacc.c97 # Arguments passed to yyerror: user args plus yylloc.
99 [b4_yyerror_arg_loc_if([&yylloc, ])dnl
185 YYLTYPE yylloc = yyloc_default;]])],
189 YYLTYPE yylloc]b4_yyloc_default[;]])[
335 #define yylloc ]b4_prefix[lloc]])]))[ macro
1283 YYLTYPE yylloc = yyloc_default;]])])[
1303 yypush_parse (yyps_local]b4_pure_if([[, yychar, &yylval]b4_locations_if([[, &yylloc]])])m4_ifset([b4_parse_param], [, b4_args(b4_parse_param)])[);
1382 YYLTYPE yypushed_loc = yylloc;]])
1433 [b4_push_if([b4_pure_if([*])yypushed_loc], [yylloc])])dnl
1438 b4_locations_if([[ yylsp[0] = ]b4_push_if([b4_pure_if([*])yypushed_loc], [yylloc])[;
[all...]
/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y158 glcpp_parser_lex(YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser);
806 $$->location = yylloc;
810 $$->location = yylloc;
814 $$->location = yylloc;
818 $$->location = yylloc;
822 $$->location = yylloc;
826 $$->location = yylloc;
830 $$->location = yylloc;
2303 glcpp_parser_lex(YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser)
2309 ret = glcpp_lex(yylval, yylloc, parse
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor_lex_autogen.cpp750 yylloc->file = yyfileno; \
751 yylloc->line = yylineno; \
806 #define yylloc yyg->yylloc_r macro
1000 yylloc = yylloc_param;
1354 yylloc->file = yyfileno; in YY_STATE_EOF()
1355 yylloc->line = yylineno; in YY_STATE_EOF()
2318 /* Accessor methods for yylval and yylloc */
2335 return yylloc; in yyget_lloc()
2341 yylloc = yylloc_param; in yyset_lloc()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DTokenizer.cpp963 yylloc->file = yyfileno; \
964 yylloc->line = yylineno; \
1049 # define yylloc yyg->yylloc_r macro
1334 yylloc = yylloc_param;
1695 yylloc->file = yyfileno; in YY_STATE_EOF()
1696 yylloc->line = yylineno; in YY_STATE_EOF()
2741 /* Accessor methods for yylval and yylloc */
2764 return yylloc; in yyget_lloc()
2772 yylloc = yylloc_param; in yyset_lloc()
/third_party/mesa3d/src/compiler/glsl/
H A Dglsl_parser_extras.h1026 extern int _mesa_glsl_lexer_lex(union YYSTYPE *yylval, YYLTYPE *yylloc,

Completed in 35 milliseconds