/bootable/recovery/edify/ |
yydefs.h | 20 #define YYLTYPE YYLTYPE 23 } YYLTYPE;
|
expr.h | 93 Expr* Build(Function fn, YYLTYPE loc, int count, ...);
|
/external/mesa3d/src/glsl/glcpp/ |
glcpp-parse.h | 86 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 87 typedef struct YYLTYPE 93 } YYLTYPE; 94 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */ macro
|
glcpp.h | 62 typedef struct YYLTYPE { 68 } YYLTYPE; 94 YYLTYPE location; 153 YYLTYPE loc; /* location of the initial #if/#elif/... */ 198 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...); 201 glcpp_warning (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...); 212 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
|
glcpp-parse.c | 110 yyerror (YYLTYPE *locp, glcpp_parser_t *parser, const char *error); 114 YYLTYPE *loc, 120 YYLTYPE *loc, 198 _glcpp_parser_skip_stack_push_if (glcpp_parser_t *parser, YYLTYPE *loc, 202 _glcpp_parser_skip_stack_change_if (glcpp_parser_t *parser, YYLTYPE *loc, 206 _glcpp_parser_skip_stack_pop (glcpp_parser_t *parser, YYLTYPE *loc); 211 glcpp_parser_lex (YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser); 292 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 293 typedef struct YYLTYPE 299 } YYLTYPE; 300 # define yyltype macro [all...] |
pp.c | 31 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...) 49 glcpp_warning (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...)
|
glcpp-parse.y | 40 yyerror (YYLTYPE *locp, glcpp_parser_t *parser, const char *error); 44 YYLTYPE *loc, 50 YYLTYPE *loc, 128 _glcpp_parser_skip_stack_push_if (glcpp_parser_t *parser, YYLTYPE *loc, 132 _glcpp_parser_skip_stack_change_if (glcpp_parser_t *parser, YYLTYPE *loc, 136 _glcpp_parser_skip_stack_pop (glcpp_parser_t *parser, YYLTYPE *loc); 141 glcpp_parser_lex (YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser); 1042 yyerror (YYLTYPE *locp, glcpp_parser_t *parser, const char *error) [all...] |
glcpp-lex.c | 753 YYLTYPE * yylloc_r; 759 /* This must go here because YYSTYPE and YYLTYPE are included 802 YYLTYPE *glcpp_get_lloc (yyscan_t yyscanner ); 804 void glcpp_set_lloc (YYLTYPE * yylloc_param ,yyscan_t yyscanner ); [all...] |
/external/mesa3d/src/glsl/ |
glsl_parser_extras.h | 147 typedef struct YYLTYPE { 153 } YYLTYPE; 176 extern void _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state, 184 extern void _mesa_glsl_warning(const YYLTYPE *locp, 194 extern int _mesa_glsl_lex(union YYSTYPE *yylval, YYLTYPE *yylloc, 206 extern bool _mesa_glsl_process_extension(const char *name, YYLTYPE *name_locp, 208 YYLTYPE *behavior_locp,
|
glsl_parser.h | 283 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 284 typedef struct YYLTYPE 290 } YYLTYPE; 291 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */ macro
|
ast_to_hir.cpp | 156 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) 348 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) 380 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) 436 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) 471 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) 528 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) 639 YYLTYPE lhs_loc) 901 YYLTYPE loc; [all...] |
ast.h | 34 struct YYLTYPE; 90 struct YYLTYPE get_location(void) const 92 struct YYLTYPE locp; 108 void set_location(const struct YYLTYPE &locp)
|
hir_field_selection.cpp | 47 YYLTYPE loc = expr->get_location();
|
glsl_parser.cpp | 383 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 384 typedef struct YYLTYPE 390 } YYLTYPE; 391 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */ macro 567 YYLTYPE yyls_alloc; 576 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \ [all...] |
glsl_parser_extras.cpp | 99 _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state, 120 _mesa_glsl_warning(const YYLTYPE *locp, _mesa_glsl_parse_state *state, 139 _mesa_glsl_process_extension(const char *name, YYLTYPE *name_locp, 140 const char *behavior, YYLTYPE *behavior_locp,
|
ast_function.cpp | 97 YYLTYPE *loc, exec_list *actual_parameters, 336 YYLTYPE *loc, exec_list *parameters, [all...] |
glsl_lexer.cpp | [all...] |
/external/bison/src/ |
location.h | 63 #define YYLTYPE location
|
parse-gram.h | 170 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 171 typedef struct YYLTYPE 177 } YYLTYPE; 178 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */ macro
|
parse-gram.y | 38 static YYLTYPE lloc_default (YYLTYPE const *, int); 493 static YYLTYPE 494 lloc_default (YYLTYPE const *rhs, int n) 497 YYLTYPE loc;
|
parse-gram.c | 223 static YYLTYPE lloc_default (YYLTYPE const *, int); 296 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 297 typedef struct YYLTYPE 303 } YYLTYPE; 304 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */ macro 480 YYLTYPE yyls; 489 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \ [all...] |
/external/bison/data/ |
yacc.c | 62 b4_locations_if([, [[YYLTYPE *], [&yylloc]]])m4_ifdef([b4_lex_param], [, ])])dnl 199 ]b4_locations_if([#if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 200 typedef struct YYLTYPE 206 } YYLTYPE; 207 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */ macro 370 ]b4_locations_if([ YYLTYPE yyls; 381 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \ 696 b4_locations_if([[[YYLTYPE *yylsp], [yylsp]], 979 YYLTYPE yylloc;] 1521 # define yyltype macro [all...] |
glr.c | 55 b4_locations_if([, [[YYLTYPE *], [&yylloc]]])])dnl 94 [b4_pure_if([b4_locations_if([, YYLTYPE *yylocp])])[]b4_user_formals]) 186 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 187 typedef struct YYLTYPE 197 } YYLTYPE; 550 YYLTYPE yylloc; 759 YYLTYPE yyloc; 782 YYLTYPE yyloc; 804 YYLTYPE yyloc; 893 YYLTYPE* YYOPTIONAL_LOC (yylocp) [all...] |
glr.cc | 383 #ifndef YYLTYPE 384 # define YYLTYPE ]b4_namespace[::]b4_parser_class_name[::location_type
|
/external/e2fsprogs/intl/ |
plural.c | 380 YYLTYPE yyls; 391 ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \ 661 YYLTYPE yylloc; 711 YYLTYPE yylsa[YYINITDEPTH]; 712 YYLTYPE *yyls = yylsa; 713 YYLTYPE *yylsp; 729 YYLTYPE yyloc; 783 YYLTYPE *yyls1 = yyls; [all...] |