/bootable/recovery/edify/ |
yydefs.h | 20 #define YYLTYPE YYLTYPE 23 } YYLTYPE;
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glcpp-parse.h | 125 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 126 typedef struct YYLTYPE 132 } YYLTYPE; 133 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */ macro
|
glsl_parser.h | 495 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 496 typedef struct YYLTYPE 502 } YYLTYPE; 503 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */ macro
|
glcpp-parse.c | 113 yyerror (YYLTYPE *locp, glcpp_parser_t *parser, const char *error); 117 YYLTYPE *loc, 123 YYLTYPE *loc, 203 _glcpp_parser_skip_stack_push_if (glcpp_parser_t *parser, YYLTYPE *loc, 207 _glcpp_parser_skip_stack_change_if (glcpp_parser_t *parser, YYLTYPE *loc, 211 _glcpp_parser_skip_stack_pop (glcpp_parser_t *parser, YYLTYPE *loc); 214 glcpp_parser_lex (YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser); 335 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 336 typedef struct YYLTYPE 342 } YYLTYPE; 343 # define yyltype macro [all...] |
glsl_parser.cc | 115 static void yyerror(YYLTYPE *loc, _mesa_glsl_parse_state *st, const char *msg) 602 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 603 typedef struct YYLTYPE 609 } YYLTYPE; 610 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */ macro 786 YYLTYPE yyls_alloc; 795 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \ [all...] |
/external/bison/data/ |
glr.c | 64 b4_locations_if([, [[YYLTYPE *], [&yylloc]]])])dnl 104 [b4_pure_if([b4_locations_if([, YYLTYPE *yylocp])])[]b4_user_formals]) 110 [b4_locations_if([, YYLTYPE *m4_default([$1], [yylocp])])[]b4_user_formals]) 194 #define YYLTYPE ]b4_api_PREFIX[LTYPE]])])[ 227 static YYLTYPE yyloc_default][]b4_yyloc_default;])[ 492 YYLTYPE yylloc;]])[ 700 YYLTYPE yyloc;]])[ 723 YYLTYPE yyloc;]])[ 745 YYLTYPE yyloc;]])[ [all...] |
yacc.c | 107 b4_locations_if([, [[YYLTYPE *], [&yylloc]]])m4_ifdef([b4_lex_param], [, ])])dnl 200 static YYLTYPE yyloc_default][]b4_yyloc_default[;]])])[ 213 YYLTYPE yylloc]b4_pure_if([ = yyloc_default], [b4_yyloc_default])[; 251 YYLTYPE yylsa[YYINITDEPTH]; 252 YYLTYPE *yyls; 253 YYLTYPE *yylsp; 256 YYLTYPE yyerror_range[3];]])[ 353 #define YYLTYPE ]b4_api_PREFIX[LTYPE]])])[ 547 YYLTYPE yyls_alloc;])[ 557 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \ [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
program_parser.h | 228 typedef struct YYLTYPE { 234 } YYLTYPE;
|
/external/mesa3d/src/mesa/program/ |
program_parser.h | 228 typedef struct YYLTYPE { 234 } YYLTYPE;
|
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/ |
glcpp.h | 63 typedef struct YYLTYPE { 69 } YYLTYPE; 95 YYLTYPE location; 154 YYLTYPE loc; /* location of the initial #if/#elif/... */ 205 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...); 208 glcpp_warning (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...); 219 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
glsl_parser_extras.h | 218 typedef struct YYLTYPE { 224 } YYLTYPE; 247 extern void _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state, 255 extern void _mesa_glsl_warning(const YYLTYPE *locp, 265 extern int _mesa_glsl_lex(union YYSTYPE *yylval, YYLTYPE *yylloc, 277 extern bool _mesa_glsl_process_extension(const char *name, YYLTYPE *name_locp, 279 YYLTYPE *behavior_locp,
|
/external/mesa3d/src/glsl/glcpp/ |
glcpp.h | 63 typedef struct YYLTYPE { 69 } YYLTYPE; 95 YYLTYPE location; 154 YYLTYPE loc; /* location of the initial #if/#elif/... */ 205 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...); 208 glcpp_warning (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...); 219 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
|
/external/mesa3d/src/glsl/ |
glsl_parser_extras.h | 218 typedef struct YYLTYPE { 224 } YYLTYPE; 247 extern void _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state, 255 extern void _mesa_glsl_warning(const YYLTYPE *locp, 265 extern int _mesa_glsl_lex(union YYSTYPE *yylval, YYLTYPE *yylloc, 277 extern bool _mesa_glsl_process_extension(const char *name, YYLTYPE *name_locp, 279 YYLTYPE *behavior_locp,
|
/external/chromium_org/third_party/angle/src/compiler/ |
glslang_tab.h | 45 #define YYLTYPE TSourceLoc 195 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 196 typedef struct YYLTYPE 202 } YYLTYPE; 203 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */ macro
|
glslang_tab.cpp | 127 #define YYLTYPE TSourceLoc 277 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 278 typedef struct YYLTYPE 284 } YYLTYPE; 285 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */ macro 310 extern int yylex(YYSTYPE* yylval, YYLTYPE* yylloc, void* yyscanner); 311 extern void yyerror(YYLTYPE* yylloc, TParseContext* context, const char* reason); 510 YYLTYPE yyls_alloc; 519 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \ [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/ |
program_parse.tab.h | 300 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 301 typedef struct YYLTYPE 307 } YYLTYPE; 308 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */ macro
|
program_parse.tab.c | 120 char *name, enum asm_type t, struct YYLTYPE *locp); 139 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state, 142 static int validate_inputs(struct YYLTYPE *locp, 483 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 484 typedef struct YYLTYPE 490 } YYLTYPE; 491 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */ macro 502 extern int yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param, 673 YYLTYPE yyls_alloc [all...] |
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
Tokenizer.cpp | 533 typedef pp::SourceLocation YYLTYPE; 604 YYLTYPE * yylloc_r; 610 /* This must go here because YYSTYPE and YYLTYPE are included 653 YYLTYPE *ppget_lloc (yyscan_t yyscanner ); 655 void ppset_lloc (YYLTYPE * yylloc_param ,yyscan_t yyscanner ); 763 (YYSTYPE * yylval_param,YYLTYPE * yylloc_param ,yyscan_t yyscanner); 766 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner) [all...] |
/external/bison/src/ |
parse-gram.c | 63 #define YYLTYPE GRAM_LTYPE 115 static YYLTYPE lloc_default (YYLTYPE const *, int); 535 YYLTYPE yyls_alloc; 544 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \ [all...] |