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

/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.h86 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
87 typedef struct YYLTYPE struct
93 } YYLTYPE; typedef in typeref:struct:YYLTYPE
94 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */
H A Dglcpp.h62 typedef struct YYLTYPE { struct
68 } YYLTYPE; typedef in typeref:struct: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);
H A Dglcpp-parse.c110 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 struct
299 } YYLTYPE; typedef in typeref:struct:YYLTYPE
[all...]
H A Dpp.c31 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...)
49 glcpp_warning (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...)
H A Dglcpp-parse.y40 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)
1615 _check_for_reserved_macro_name (glcpp_parser_t *parser, YYLTYPE *loc,
1646 YYLTYPE *lo
[all...]
H A Dglcpp-lex.c753 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 );
920 (YYSTYPE * yylval_param,YYLTYPE * yylloc_param ,yyscan_t yyscanner);
923 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner)
2473 YYLTYPE *glcpp_get_lloc (yyscan_t yyscanner)
2479 void glcpp_set_lloc (YYLTYPE * yylloc_param , yyscan_t yyscanner)
/external/mesa3d/src/glsl/
H A Dglsl_parser_extras.h147 typedef struct YYLTYPE { struct
153 } YYLTYPE; typedef in typeref:struct: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,
H A Dglsl_parser.h283 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
284 typedef struct YYLTYPE struct
290 } YYLTYPE; typedef in typeref:struct:YYLTYPE
291 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */
H A Dast_to_hir.cpp156 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;
1071 YYLTYPE loc = this->subexpressions[0]->get_location();
1084 YYLTYPE lo
[all...]
H A Dhir_field_selection.cpp47 YYLTYPE loc = expr->get_location();
H A Dglsl_parser.cpp383 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
384 typedef struct YYLTYPE struct
390 } YYLTYPE; typedef in typeref:struct:YYLTYPE
391 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */
567 YYLTYPE yyls_alloc;
576 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
2079 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, struct _mesa_glsl_parse_state *state)
2086 YYLTYPE const * const yylocationp;
2115 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, struct _mesa_glsl_parse_state *state)
2122 YYLTYPE cons
[all...]
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)
H A Dglsl_parser_extras.cpp99 _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,
H A Dast_function.cpp97 YYLTYPE *loc, exec_list *actual_parameters,
336 YYLTYPE *loc, exec_list *parameters,
991 YYLTYPE loc = type->get_location();
1194 YYLTYPE loc = id->get_location();
H A Dglsl_lexer.cpp1100 YYLTYPE * yylloc_r;
1106 /* This must go here because YYSTYPE and YYLTYPE are included
1149 YYLTYPE *_mesa_glsl_get_lloc (yyscan_t yyscanner );
1151 void _mesa_glsl_set_lloc (YYLTYPE * yylloc_param ,yyscan_t yyscanner );
1259 (YYSTYPE * yylval_param,YYLTYPE * yylloc_param ,yyscan_t yyscanner);
1262 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner)
3485 YYLTYPE *_mesa_glsl_get_lloc (yyscan_t yyscanner)
3491 void _mesa_glsl_set_lloc (YYLTYPE * yylloc_param , yyscan_t yyscanner)
/external/bison/src/
H A Dlocation.h63 #define YYLTYPE location macro
H A Dparse-gram.h170 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
171 typedef struct YYLTYPE struct
177 } YYLTYPE; typedef in typeref:struct:YYLTYPE
178 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */
H A Dparse-gram.y38 static YYLTYPE lloc_default (YYLTYPE const *, int);
493 static YYLTYPE
494 lloc_default (YYLTYPE const *rhs, int n)
497 YYLTYPE loc;
H A Dparse-gram.c223 static YYLTYPE lloc_default (YYLTYPE const *, int);
296 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
297 typedef struct YYLTYPE struct
303 } YYLTYPE; typedef in typeref:struct:YYLTYPE
304 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */
480 YYLTYPE yyls;
489 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
954 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp)
961 YYLTYPE cons
[all...]
/external/bison/data/
H A Dyacc.c62 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 */
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;])
1032 YYLTYPE yyls
[all...]
H A Dglr.c55 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_LO
[all...]
H A Dglr.cc383 #ifndef YYLTYPE
384 # define YYLTYPE ]b4_namespace[::]b4_parser_class_name[::location_type macro
/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/tests/
H A Dtestsuite360 49;headers.at:87;export YYLTYPE;;
6325 49 ) # 49. headers.at:87: export YYLTYPE
6327 at_desc='export YYLTYPE'
6328 $at_quiet $ECHO_N " 49: export YYLTYPE $ECHO_C"
6398 # YYLTYPE should be defined, and MY_LLOC declared.
6401 YYLTYPE *my_llocp = &my_lloc;
7949 typedef yy::location YYLTYPE;
7951 static int yylex (YYSTYPE *lvalp, YYLTYPE *llocp);
8048 yylex (YYSTYPE *lvalp, YYLTYPE *llocp)
8433 typedef yy::location YYLTYPE;
[all...]
/external/bison/doc/
H A Drefcard.tex467 \key{Position information type.} {YYLTYPE}

Completed in 205 milliseconds