/external/mesa3d/src/glsl/glcpp/ |
D | glcpp.h | 63 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);
|
D | glcpp-parse.y | 36 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 …]
|
D | pp.c | 31 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/ |
D | glsl_parser_extras.h | 218 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,
|
D | ast_to_hir.cpp | 167 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 …]
|
D | ast.h | 34 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,
|
D | glsl_parser_extras.cpp | 134 _mesa_glsl_msg(const YYLTYPE *locp, _mesa_glsl_parse_state *state, in _mesa_glsl_msg() 161 _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state, in _mesa_glsl_error() 176 _mesa_glsl_warning(const YYLTYPE *locp, _mesa_glsl_parse_state *state, in _mesa_glsl_warning() 378 _mesa_glsl_process_extension(const char *name, YYLTYPE *name_locp, in _mesa_glsl_process_extension() 379 const char *behavior_string, YYLTYPE *behavior_locp, in _mesa_glsl_process_extension()
|
D | hir_field_selection.cpp | 47 YYLTYPE loc = expr->get_location(); in _mesa_ast_field_selection_to_hir()
|
D | ast_type.cpp | 76 ast_type_qualifier::merge_qualifier(YYLTYPE *loc, in merge_qualifier()
|
D | ast_function.cpp | 123 YYLTYPE loc = actual_ast->get_location(); in verify_parameter_modes() 186 YYLTYPE *loc, exec_list *actual_parameters, in generate_call() 396 YYLTYPE *loc, in no_matching_function_error() 557 YYLTYPE *loc, exec_list *parameters, in process_array_constructor() 1220 YYLTYPE loc = type->get_location(); in hir() 1485 YYLTYPE loc = id->get_location(); in hir()
|
D | ir_function_detect_recursion.cpp | 291 YYLTYPE loc; in emit_errors_unlinked()
|
/external/bison/src/ |
D | parse-gram.c | 63 #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 …]
|
D | parse-gram.y | 39 static YYLTYPE lloc_default (YYLTYPE const *, int); 690 static YYLTYPE 691 lloc_default (YYLTYPE const *rhs, int n) 694 YYLTYPE loc;
|
/external/bison/data/ |
D | yacc.c | 107 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 …]
|
D | glr.c | 64 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;]])[ 1260 YYSTYPE* yyvalp]b4_locations_if([, YYLTYPE* yylocp])[) [all …]
|
D | c.m4 | 458 b4_locations_if( [, [[YYLTYPE *yylocationp], [yylocationp]]])[]dnl 497 b4_locations_if([, [[YYLTYPE const * const yylocationp], [yylocationp]]])[]dnl 531 b4_locations_if([, [[YYLTYPE const * const yylocationp], [yylocationp]]])[]dnl 555 # in the parser body. Declare YYSTYPE/YYLTYPE, and yylval/yylloc. 665 [[YYLTYPE const * const yylocp], [yylocp]])[
|
/external/libnl/lib/route/ |
D | pktloc_syntax.y | 24 extern int pktloc_lex(YYSTYPE *, YYLTYPE *, void *); 27 static void yyerror(YYLTYPE *locp, void *scanner, const char *msg) in yyerror()
|
/external/e2fsprogs/intl/ |
D | plural.c | 380 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/ |
D | program_parser.h | 228 typedef struct YYLTYPE { struct 234 } YYLTYPE; typedef
|
D | program_parse.y | 43 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/bison/tests/ |
D | headers.at | 65 ## export YYLTYPE. ## 69 AT_SETUP([export YYLTYPE]) 98 # YYLTYPE should be defined, and MY_LLOC declared. 101 YYLTYPE *my_llocp = &my_lloc;
|
D | actions.at | 152 # define YYLTYPE int 163 # define YYLTYPE int 389 AT_LALR1_CC_IF([typedef yy::location YYLTYPE;])[ 1270 # define YYLTYPE int
|
/external/bison/doc/ |
D | bison.texi | 2226 @code{YYLTYPE}) containing the token's location. 2859 decide to override Bison's default definition for @code{YYLTYPE}, in 2863 @code{YYLTYPE} definition. In which @var{Prologue} section should you 2865 @code{YYLTYPE} and @code{yytokentype} as arguments? You should 2867 @emph{after} the @code{YYLTYPE} and @code{yytokentype} definitions. 2873 @code{YYLTYPE} and @code{yytokentype}? 2880 Let's go ahead and add the new @code{YYLTYPE} definition and the 2892 #define YYLTYPE YYLTYPE 2893 typedef struct YYLTYPE 2900 @} YYLTYPE; [all …]
|
D | bison.info | 2708 `YYLTYPE') containing the token's location. 3253 override Bison's default definition for `YYLTYPE', in which PROLOGUE 3256 implementation file _before_ the default `YYLTYPE' definition. In 3258 `trace_token', that accepts `YYLTYPE' and `yytokentype' as arguments? 3260 _after_ the `YYLTYPE' and `yytokentype' definitions. 3265 `%union' affect definitions related to `YYLTYPE' and `yytokentype'? 3271 `YYLTYPE' definition and the `trace_token' prototype at the same time: 3281 #define YYLTYPE YYLTYPE 3282 typedef struct YYLTYPE 3289 } YYLTYPE; [all …]
|
/external/bison/ |
D | NEWS | 260 YYLTYPE. 1283 ** It is now documented that any definition of YYSTYPE or YYLTYPE should 1508 For consistency, YYLTYPE is also declared instead of defined. 1516 For consistency, YYLTYPE's struct tag is now "YYLTYPE" not "yyltype". 1562 int yylex (YYSTYPE *lvalp, YYLTYPE *llocp, int *nastiness); 2035 LocalWords: Solaris AIX UX RHEL Tru LHS gcc's Wundef YYENABLE NLS YYLTYPE VCG 2041 LocalWords: YYMAXDEPTH Unescaped UCNs YYLTYPE's yyltype typedefs inline Yaccs
|