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

/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, ...)
H A Dglcpp-parse.y36 yyerror (YYLTYPE *locp, glcpp_parser_t *parser, const char *error);
40 YYLTYPE *loc,
46 YYLTYPE *loc,
126 _glcpp_parser_skip_stack_push_if (glcpp_parser_t *parser, YYLTYPE *loc,
130 _glcpp_parser_skip_stack_change_if (glcpp_parser_t *parser, YYLTYPE *loc,
134 _glcpp_parser_skip_stack_pop (glcpp_parser_t *parser, YYLTYPE *loc);
137 glcpp_parser_lex (YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser);
1100 yyerror (YYLTYPE *locp, glcpp_parser_t *parser, const char *error)
1712 _check_for_reserved_macro_name (glcpp_parser_t *parser, YYLTYPE *loc,
1743 YYLTYPE *lo
[all...]
/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,
H A Dglsl_parser_extras.cpp134 _mesa_glsl_msg(const YYLTYPE *locp, _mesa_glsl_parse_state *state,
161 _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state,
176 _mesa_glsl_warning(const YYLTYPE *locp, _mesa_glsl_parse_state *state,
378 _mesa_glsl_process_extension(const char *name, YYLTYPE *name_locp,
379 const char *behavior_string, YYLTYPE *behavior_locp,
H A Dir_function_detect_recursion.cpp291 YYLTYPE loc;
H A Dast_function.cpp123 YYLTYPE loc = actual_ast->get_location();
186 YYLTYPE *loc, exec_list *actual_parameters,
396 YYLTYPE *loc,
557 YYLTYPE *loc, exec_list *parameters,
1220 YYLTYPE loc = type->get_location();
1485 YYLTYPE loc = id->get_location();
/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
H A Dprogram_parse.y43 char *name, enum asm_type t, struct YYLTYPE *locp);
62 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state,
65 static int validate_inputs(struct YYLTYPE *locp,
272 extern int yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param,
2406 validate_inputs(struct YYLTYPE *locp, struct asm_parser_state *state)
2421 struct YYLTYPE *locp)
2663 yyerror(YYLTYPE *locp, struct asm_parser_state *state, const char *s)
2740 struct YYLTYPE loc;
/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;
/external/bison/data/
H A Dyacc.c107 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]])])[ macro
547 YYLTYPE yyls_alloc;])[
557 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
[all...]
H A Dglr.c64 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]])])[ macro
227 static YYLTYPE yyloc_default][]b4_yyloc_default;])[
492 YYLTYPE yylloc;]])[
700 YYLTYPE yyloc;]])[
723 YYLTYPE yyloc;]])[
745 YYLTYPE yyloc;]])[
1261 YYSTYPE* yyvalp]b4_locations_if([, YYLTYPE* yyloc
[all...]
/external/bison/doc/
H A Drefcard.tex465 \key{Position information type.} {YYLTYPE}
/external/bison/tests/
H A Dtestsuite734 142;headers.at:69;export YYLTYPE;;
[all...]

Completed in 888 milliseconds