HomeSort by relevance Sort by last modified time
    Searched refs:YYLTYPE (Results 1 - 25 of 32) sorted by null

1 2

  /bootable/recovery/edify/
yydefs.h 20 #define YYLTYPE YYLTYPE
23 } YYLTYPE;
  /external/mesa3d/src/compiler/glsl/
glsl_parser_extras.h 61 typedef struct YYLTYPE {
67 } YYLTYPE;
71 extern void _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state,
116 YYLTYPE *locp, const char *fmt, ...) PRINTFLIKE(5, 6);
118 bool check_arrays_of_arrays_allowed(YYLTYPE *locp)
132 bool check_precision_qualifiers_allowed(YYLTYPE *locp)
138 bool check_bitwise_operations_allowed(YYLTYPE *locp)
143 bool check_explicit_attrib_stream_allowed(YYLTYPE *locp)
156 bool check_explicit_attrib_location_allowed(YYLTYPE *locp,
172 bool check_separate_shader_objects_allowed(YYLTYPE *locp
    [all...]
ast.h 34 struct YYLTYPE;
75 struct YYLTYPE get_location(void) const
77 struct YYLTYPE locp;
93 void set_location(const struct YYLTYPE &locp)
107 void set_location_range(const struct YYLTYPE &begin, const struct YYLTYPE &end)
345 ast_array_specifier(const struct YYLTYPE &locp, ast_expression *dim)
372 ast_layout_expression(const struct YYLTYPE &locp, ast_expression *expr)
762 bool merge_qualifier(YYLTYPE *loc,
771 bool validate_out_qualifier(YYLTYPE *loc
    [all...]
hir_field_selection.cpp 46 YYLTYPE loc = expr->get_location();
ast_type.cpp 120 validate_prim_type(YYLTYPE *loc,
141 validate_vertex_spacing(YYLTYPE *loc,
157 validate_ordering(YYLTYPE *loc,
194 ast_type_qualifier::merge_qualifier(YYLTYPE *loc,
433 ast_type_qualifier::validate_out_qualifier(YYLTYPE *loc,
500 ast_type_qualifier::merge_into_out_qualifier(YYLTYPE *loc,
527 ast_type_qualifier::validate_in_qualifier(YYLTYPE *loc,
614 ast_type_qualifier::merge_into_in_qualifier(YYLTYPE *loc,
674 ast_type_qualifier::push_to_global(YYLTYPE *loc,
707 ast_type_qualifier::validate_flags(YYLTYPE *loc
    [all...]
ast_array_index.cpp 49 update_max_array_access(ir_rvalue *ir, int idx, YYLTYPE *loc,
146 YYLTYPE &loc, YYLTYPE &idx_loc)
ast_to_hir.cpp 226 YYLTYPE loc;
328 struct _mesa_glsl_parse_state *state, YYLTYPE *loc)
470 struct _mesa_glsl_parse_state *state, YYLTYPE *loc)
501 struct _mesa_glsl_parse_state *state, YYLTYPE *loc)
588 struct _mesa_glsl_parse_state *state, YYLTYPE *loc)
655 struct _mesa_glsl_parse_state *state, YYLTYPE *loc)
712 struct _mesa_glsl_parse_state *state, YYLTYPE *loc)
810 YYLTYPE loc, ir_rvalue *lhs,
    [all...]
ast_function.cpp 97 verify_image_parameter(YYLTYPE *loc, _mesa_glsl_parse_state *state,
148 verify_first_atomic_parameter(YYLTYPE *loc, _mesa_glsl_parse_state *state,
200 YYLTYPE loc = actual_ast->get_location();
325 YYLTYPE loc = actual_ast->get_location();
641 struct _mesa_glsl_parse_state *state, YYLTYPE loc,
655 YYLTYPE index_loc = idx->get_location();
672 print_function_prototypes(_mesa_glsl_parse_state *state, YYLTYPE *loc,
695 YYLTYPE *loc,
    [all...]
glsl_parser_extras.cpp 326 YYLTYPE *locp, const char *fmt, ...)
367 _mesa_glsl_parse_state::process_version_directive(YYLTYPE *locp, int version,
456 _mesa_glsl_msg(const YYLTYPE *locp, _mesa_glsl_parse_state *state,
484 _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state,
498 _mesa_glsl_warning(const YYLTYPE *locp, _mesa_glsl_parse_state *state,
739 _mesa_glsl_process_extension(const char *name, YYLTYPE *name_locp,
740 const char *behavior_string, YYLTYPE *behavior_locp,
    [all...]
ir_function_detect_recursion.cpp 279 YYLTYPE loc;
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.h 45 #define YYLTYPE TSourceLoc
231 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
232 typedef struct YYLTYPE YYLTYPE;
233 struct YYLTYPE
glslang_tab.cpp 132 #define YYLTYPE TSourceLoc
318 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
319 typedef struct YYLTYPE YYLTYPE;
320 struct YYLTYPE
340 extern int yylex(YYSTYPE* yylval, YYLTYPE* yylloc, void* yyscanner);
341 extern void yyerror(YYLTYPE* lloc, TParseContext* context, void* scanner, const char* reason);
584 YYLTYPE yyls_alloc;
593 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
    [all...]
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp.h 72 typedef struct YYLTYPE {
78 } YYLTYPE;
104 YYLTYPE location;
164 YYLTYPE loc; /* location of the initial #if/#elif/... */
247 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...);
250 glcpp_warning (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...);
261 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
pp.c 30 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...)
52 glcpp_warning (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...)
glcpp-parse.y 36 yyerror(YYLTYPE *locp, glcpp_parser_t *parser, const char *error);
40 YYLTYPE *loc,
46 YYLTYPE *loc,
133 _glcpp_parser_skip_stack_push_if(glcpp_parser_t *parser, YYLTYPE *loc,
137 _glcpp_parser_skip_stack_change_if(glcpp_parser_t *parser, YYLTYPE *loc,
141 _glcpp_parser_skip_stack_pop(glcpp_parser_t *parser, YYLTYPE *loc);
148 glcpp_parser_lex(YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser);
    [all...]
  /external/libnl/lib/route/
pktloc_syntax.y 25 extern int pktloc_lex(YYSTYPE *, YYLTYPE *, void *);
27 static void yyerror(YYLTYPE *locp, void *scanner, const char *msg)
  /external/mesa3d/src/mesa/program/
program_parser.h 229 typedef struct YYLTYPE {
235 } YYLTYPE;
program_parse.y 45 char *name, enum asm_type t, struct YYLTYPE *locp);
64 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state,
67 static int validate_inputs(struct YYLTYPE *locp,
271 _mesa_program_lexer_lex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param,
275 yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param,
    [all...]
  /external/dtc/
srcpos.h 79 #define YYLTYPE struct srcpos
dtc-lexer.l 41 YYLTYPE yylloc;
  /external/e2fsprogs/intl/
plural.c 380 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;
    [all...]
  /toolchain/binutils/binutils-2.27/intl/
plural.c 404 YYLTYPE yyls;
415 ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
687 YYLTYPE yylloc;
737 YYLTYPE yylsa[YYINITDEPTH];
738 YYLTYPE *yyls = yylsa;
739 YYLTYPE *yylsp;
755 YYLTYPE yyloc;
809 YYLTYPE *yyls1 = yyls;
    [all...]
  /prebuilts/build-tools/common/bison/
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...]
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]])])[
227 static YYLTYPE yyloc_default][]b4_yyloc_default;])[
492 YYLTYPE yylloc;]])[
700 YYLTYPE yyloc;]])[
723 YYLTYPE yyloc;]])[
745 YYLTYPE yyloc;]])[
    [all...]
  /system/tools/hidl/
hidl-gen_l.ll 66 #define YY_DECL int yylex(YYSTYPE* yylval_param, YYLTYPE* yylloc_param, \

Completed in 880 milliseconds

1 2