Home
last modified time | relevance | path

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

123

/external/chromium_org/third_party/mesa/src/src/glsl/
Dglsl_parser_extras.h218 typedef struct YYLTYPE { struct
224 } YYLTYPE; argument
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,
Dast_to_hir.cpp167 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in arithmetic_result_type()
359 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in unary_arithmetic_result_type()
391 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in bit_logic_result_type()
447 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in modulus_result_type()
497 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in relational_result_type()
554 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in shift_result_type()
675 YYLTYPE lhs_loc) in do_assignment()
899 YYLTYPE loc = expr->get_location(); in get_scalar_boolean_operand()
915 YYLTYPE loc, struct _mesa_glsl_parse_state *state) in check_builtin_array_max_size()
1033 YYLTYPE loc; in hir()
[all …]
Dast.h34 struct YYLTYPE;
90 struct YYLTYPE get_location(void) const in get_location()
92 struct YYLTYPE locp; in get_location()
108 void set_location(const struct YYLTYPE &locp) in set_location()
447 bool merge_qualifier(YYLTYPE *loc,
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
Dglcpp.h63 typedef struct YYLTYPE { struct
69 } YYLTYPE; typedef
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);
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) in yyerror()
1712 _check_for_reserved_macro_name (glcpp_parser_t *parser, YYLTYPE *loc, in _check_for_reserved_macro_name()
1743 YYLTYPE *loc, in _define_object_macro()
[all …]
Dpp.c31 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...) in glcpp_error()
53 glcpp_warning (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...) in glcpp_warning()
/external/mesa3d/src/glsl/
Dglsl_parser_extras.h218 typedef struct YYLTYPE { struct
224 } YYLTYPE; argument
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,
Dast_to_hir.cpp167 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in arithmetic_result_type()
359 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in unary_arithmetic_result_type()
391 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in bit_logic_result_type()
447 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in modulus_result_type()
497 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in relational_result_type()
554 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in shift_result_type()
675 YYLTYPE lhs_loc) in do_assignment()
899 YYLTYPE loc = expr->get_location(); in get_scalar_boolean_operand()
915 YYLTYPE loc, struct _mesa_glsl_parse_state *state) in check_builtin_array_max_size()
1033 YYLTYPE loc; in hir()
[all …]
Dast.h34 struct YYLTYPE;
90 struct YYLTYPE get_location(void) const in get_location()
92 struct YYLTYPE locp; in get_location()
108 void set_location(const struct YYLTYPE &locp) in set_location()
447 bool merge_qualifier(YYLTYPE *loc,
/external/mesa3d/src/glsl/glcpp/
Dglcpp.h63 typedef struct YYLTYPE { struct
69 } YYLTYPE; typedef
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);
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) in yyerror()
1712 _check_for_reserved_macro_name (glcpp_parser_t *parser, YYLTYPE *loc, in _check_for_reserved_macro_name()
1743 YYLTYPE *loc, in _define_object_macro()
[all …]
Dpp.c31 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...) in glcpp_error()
53 glcpp_warning (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...) in glcpp_warning()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglcpp-parse.h125 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
126 typedef struct YYLTYPE struct
132 } YYLTYPE; typedef
133 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */
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; argument
[all …]
Dglsl_parser.h495 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
496 typedef struct YYLTYPE struct
502 } YYLTYPE; argument
503 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */
/external/chromium_org/third_party/angle/src/compiler/translator/
Dglslang_tab.h45 #define YYLTYPE TSourceLoc macro
229 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
230 typedef struct YYLTYPE struct
236 } YYLTYPE; argument
237 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
Dprogram_parse.tab.h300 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
301 typedef struct YYLTYPE struct
307 } YYLTYPE; argument
308 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */
Dprogram_parse.tab.c120 char *name, enum asm_type t, struct YYLTYPE *locp);
139 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state,
142 static int validate_inputs(struct YYLTYPE *locp,
483 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
484 typedef struct YYLTYPE struct
490 } YYLTYPE; argument
491 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */
502 extern int yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param,
673 YYLTYPE yyls_alloc;
682 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
[all …]
/external/bison/src/
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 * … in yy_symbol_value_print()
1069 YYLTYPE const * const yylocationp;
1224 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const … in yy_symbol_print()
1231 YYLTYPE const * const yylocationp;
1284 yy_reduce_print (YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule) in yy_reduce_print()
1289 YYLTYPE *yylsp;
[all …]
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/libnl/lib/route/
Dpktloc_syntax.y24 extern int pktloc_lex(YYSTYPE *, YYLTYPE *, void *);
27 static void yyerror(YYLTYPE *locp, void *scanner, const char *msg) in yyerror()
/external/bison/data/
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]])])[
547 YYLTYPE yyls_alloc;])[
557 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
[all …]
/external/e2fsprogs/intl/
Dplural.c380 YYLTYPE yyls;
391 ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
661 YYLTYPE yylloc;
711 YYLTYPE yylsa[YYINITDEPTH]; in yyparse()
712 YYLTYPE *yyls = yylsa; in yyparse()
713 YYLTYPE *yylsp; in yyparse()
729 YYLTYPE yyloc; in yyparse()
783 YYLTYPE *yyls1 = yyls; in yyparse()
/external/mesa3d/src/mesa/program/
Dprogram_parser.h228 typedef struct YYLTYPE { struct
234 } YYLTYPE; argument
/external/chromium_org/third_party/mesa/src/src/mesa/program/
Dprogram_parser.h228 typedef struct YYLTYPE { struct
234 } YYLTYPE; argument

123