Searched refs:YYLTYPE (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-parse.h125 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
126 typedef struct YYLTYPE struct
132 } YYLTYPE; typedef in typeref:struct:YYLTYPE
133 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */
H A Dglsl_parser.h495 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
496 typedef struct YYLTYPE struct
502 } YYLTYPE; typedef in typeref:struct:YYLTYPE
503 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */
H A Dglcpp-parse.c113 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 struct
342 } YYLTYPE; typedef in typeref:struct:YYLTYPE
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_tab.h45 #define YYLTYPE TSourceLoc macro
229 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
230 typedef struct YYLTYPE struct
236 } YYLTYPE; typedef in typeref:struct:YYLTYPE
237 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
H A Dglcpp.h63 typedef struct YYLTYPE { struct
69 } YYLTYPE; typedef in typeref:struct: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);
H A Dpp.c31 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...)
53 glcpp_warning (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...)
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dglsl_parser_extras.h218 typedef struct YYLTYPE { struct
224 } YYLTYPE; typedef in typeref:struct: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,
H A Dast_to_hir.cpp167 struct _mesa_glsl_parse_state *state, YYLTYPE *loc)
359 struct _mesa_glsl_parse_state *state, YYLTYPE *loc)
391 struct _mesa_glsl_parse_state *state, YYLTYPE *loc)
447 struct _mesa_glsl_parse_state *state, YYLTYPE *loc)
497 struct _mesa_glsl_parse_state *state, YYLTYPE *loc)
554 struct _mesa_glsl_parse_state *state, YYLTYPE *loc)
675 YYLTYPE lhs_loc)
899 YYLTYPE loc = expr->get_location();
915 YYLTYPE loc, struct _mesa_glsl_parse_state *state)
1033 YYLTYPE lo
[all...]
H A Dast_type.cpp76 ast_type_qualifier::merge_qualifier(YYLTYPE *loc,
H A Dhir_field_selection.cpp47 YYLTYPE loc = expr->get_location();
H A Dast.h34 struct YYLTYPE;
90 struct YYLTYPE get_location(void) const
92 struct YYLTYPE locp;
108 void set_location(const struct YYLTYPE &locp)
447 bool merge_qualifier(YYLTYPE *loc,
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp.h63 typedef struct YYLTYPE { struct
69 } YYLTYPE; typedef in typeref:struct: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);
H A Dpp.c31 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...)
53 glcpp_warning (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...)
/external/mesa3d/src/glsl/
H A Dglsl_parser_extras.h218 typedef struct YYLTYPE { struct
224 } YYLTYPE; typedef in typeref:struct: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,
H A Dast_to_hir.cpp167 struct _mesa_glsl_parse_state *state, YYLTYPE *loc)
359 struct _mesa_glsl_parse_state *state, YYLTYPE *loc)
391 struct _mesa_glsl_parse_state *state, YYLTYPE *loc)
447 struct _mesa_glsl_parse_state *state, YYLTYPE *loc)
497 struct _mesa_glsl_parse_state *state, YYLTYPE *loc)
554 struct _mesa_glsl_parse_state *state, YYLTYPE *loc)
675 YYLTYPE lhs_loc)
899 YYLTYPE loc = expr->get_location();
915 YYLTYPE loc, struct _mesa_glsl_parse_state *state)
1033 YYLTYPE lo
[all...]
H A Dast_type.cpp76 ast_type_qualifier::merge_qualifier(YYLTYPE *loc,
H A Dhir_field_selection.cpp47 YYLTYPE loc = expr->get_location();
H A Dast.h34 struct YYLTYPE;
90 struct YYLTYPE get_location(void) const
92 struct YYLTYPE locp;
108 void set_location(const struct YYLTYPE &locp)
447 bool merge_qualifier(YYLTYPE *loc,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.h300 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
301 typedef struct YYLTYPE struct
307 } YYLTYPE; typedef in typeref:struct:YYLTYPE
308 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram_parser.h228 typedef struct YYLTYPE { struct
234 } YYLTYPE; typedef in typeref:struct:YYLTYPE
/external/libnl/lib/route/
H A Dpktloc_syntax.y24 extern int pktloc_lex(YYSTYPE *, YYLTYPE *, void *);
27 static void yyerror(YYLTYPE *locp, void *scanner, const char *msg)
/external/mesa3d/src/mesa/program/
H A Dprogram_parser.h228 typedef struct YYLTYPE { struct
234 } YYLTYPE; typedef in typeref:struct:YYLTYPE
/external/e2fsprogs/intl/
H A Dplural.c380 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;
/external/bison/src/
H A Dparse-gram.c63 #define YYLTYPE GRAM_LTYPE macro
115 static YYLTYPE lloc_default (YYLTYPE const *, int);
535 YYLTYPE yyls_alloc;
544 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
1062 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp)
1069 YYLTYPE const * const yylocationp;
1224 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp)
1231 YYLTYPE const * const yylocationp;
1284 yy_reduce_print (YYSTYPE *yyvsp, YYLTYPE *yyls
[all...]
H A Dparse-gram.y39 static YYLTYPE lloc_default (YYLTYPE const *, int);
690 static YYLTYPE
691 lloc_default (YYLTYPE const *rhs, int n)
694 YYLTYPE loc;

Completed in 4450 milliseconds

12