HomeSort by relevance Sort by last modified time
    Searched defs:YYLTYPE (Results 1 - 11 of 11) sorted by null

  /bootable/recovery/edify/
yydefs.h 20 #define YYLTYPE YYLTYPE
23 } YYLTYPE;
  /external/bison/data/
glr.cc 383 #ifndef YYLTYPE
384 # define YYLTYPE ]b4_namespace[::]b4_parser_class_name[::location_type
  /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.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/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...]
  /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
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...]

Completed in 267 milliseconds