/external/mesa3d/src/compiler/glsl/ |
D | glsl_parser_extras.h | 60 typedef struct YYLTYPE { struct 66 } YYLTYPE; argument 70 extern void _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state, 115 YYLTYPE *locp, const char *fmt, ...) PRINTFLIKE(5, 6); 117 bool check_arrays_of_arrays_allowed(YYLTYPE *locp) in check_arrays_of_arrays_allowed() 131 bool check_precision_qualifiers_allowed(YYLTYPE *locp) in check_precision_qualifiers_allowed() 137 bool check_bitwise_operations_allowed(YYLTYPE *locp) in check_bitwise_operations_allowed() 142 bool check_explicit_attrib_stream_allowed(YYLTYPE *locp) in check_explicit_attrib_stream_allowed() 155 bool check_explicit_attrib_location_allowed(YYLTYPE *locp, in check_explicit_attrib_location_allowed() 171 bool check_separate_shader_objects_allowed(YYLTYPE *locp, in check_separate_shader_objects_allowed() [all …]
|
D | ast.h | 34 struct YYLTYPE; 75 struct YYLTYPE get_location(void) const in get_location() 77 struct YYLTYPE locp; in get_location() 93 void set_location(const struct YYLTYPE &locp) in set_location() 107 void set_location_range(const struct YYLTYPE &begin, const struct YYLTYPE &end) in set_location_range() 349 ast_array_specifier(const struct YYLTYPE &locp, ast_expression *dim) in ast_array_specifier() 376 ast_layout_expression(const struct YYLTYPE &locp, ast_expression *expr) in ast_layout_expression() 786 bool merge_qualifier(YYLTYPE *loc, 795 bool validate_out_qualifier(YYLTYPE *loc, 801 bool merge_into_out_qualifier(YYLTYPE *loc, [all …]
|
D | ast_to_hir.cpp | 227 YYLTYPE loc; in _mesa_ast_to_hir() 349 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in arithmetic_result_type() 489 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in unary_arithmetic_result_type() 520 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in bit_logic_result_type() 607 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in modulus_result_type() 674 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in relational_result_type() 731 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in shift_result_type() 829 YYLTYPE loc, ir_rvalue *lhs, in validate_assignment() 933 YYLTYPE lhs_loc) in do_assignment() 1204 YYLTYPE loc = expr->get_location(); in get_scalar_boolean_operand() [all …]
|
D | ast_type.cpp | 125 validate_prim_type(YYLTYPE *loc, in validate_prim_type() 146 validate_vertex_spacing(YYLTYPE *loc, in validate_vertex_spacing() 162 validate_ordering(YYLTYPE *loc, in validate_ordering() 223 ast_type_qualifier::merge_qualifier(YYLTYPE *loc, in merge_qualifier() 490 ast_type_qualifier::validate_out_qualifier(YYLTYPE *loc, in validate_out_qualifier() 557 ast_type_qualifier::merge_into_out_qualifier(YYLTYPE *loc, in merge_into_out_qualifier() 584 ast_type_qualifier::validate_in_qualifier(YYLTYPE *loc, in validate_in_qualifier() 671 ast_type_qualifier::merge_into_in_qualifier(YYLTYPE *loc, in merge_into_in_qualifier() 731 ast_type_qualifier::push_to_global(YYLTYPE *loc, in push_to_global() 764 ast_type_qualifier::validate_flags(YYLTYPE *loc, in validate_flags() [all …]
|
D | ast_array_index.cpp | 49 update_max_array_access(ir_rvalue *ir, int idx, YYLTYPE *loc, in update_max_array_access() 146 YYLTYPE &loc, YYLTYPE &idx_loc) in _mesa_ast_array_index_to_hir()
|
D | ast_function.cpp | 101 verify_image_parameter(YYLTYPE *loc, _mesa_glsl_parse_state *state, in verify_image_parameter() 152 verify_first_atomic_parameter(YYLTYPE *loc, _mesa_glsl_parse_state *state, in verify_first_atomic_parameter() 204 YYLTYPE loc = actual_ast->get_location(); in verify_parameter_modes() 340 YYLTYPE loc = actual_ast->get_location(); in verify_parameter_modes() 657 struct _mesa_glsl_parse_state *state, YYLTYPE loc, in generate_array_index() 671 YYLTYPE index_loc = idx->get_location(); in generate_array_index() 693 print_function_prototypes(_mesa_glsl_parse_state *state, YYLTYPE *loc, in print_function_prototypes() 716 YYLTYPE *loc, in no_matching_function_error() 1066 YYLTYPE *loc, exec_list *parameters, in process_vec_mat_constructor() 1167 YYLTYPE *loc, exec_list *parameters, in process_array_constructor() [all …]
|
D | glsl_parser_extras.cpp | 339 YYLTYPE *locp, const char *fmt, ...) in check_version() 380 _mesa_glsl_parse_state::process_version_directive(YYLTYPE *locp, int version, in process_version_directive() 477 _mesa_glsl_msg(const YYLTYPE *locp, _mesa_glsl_parse_state *state, in _mesa_glsl_msg() 505 _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state, in _mesa_glsl_error() 519 _mesa_glsl_warning(const YYLTYPE *locp, _mesa_glsl_parse_state *state, in _mesa_glsl_warning() 764 _mesa_glsl_process_extension(const char *name, YYLTYPE *name_locp, in _mesa_glsl_process_extension() 765 const char *behavior_string, YYLTYPE *behavior_locp, in _mesa_glsl_process_extension() 950 _mesa_ast_process_interface_block(YYLTYPE *locp, in _mesa_ast_process_interface_block() 1742 YYLTYPE loc = state->out_qualifier->vertices->get_location(); in set_shader_inout_layout() 1777 YYLTYPE loc = state->out_qualifier->max_vertices->get_location(); in set_shader_inout_layout() [all …]
|
D | hir_field_selection.cpp | 46 YYLTYPE loc = expr->get_location(); in _mesa_ast_field_selection_to_hir()
|
D | ir_function_detect_recursion.cpp | 279 YYLTYPE loc; in emit_errors_unlinked()
|
/external/iproute2/tc/ |
D | emp_ematch.yacc.h | 76 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 77 typedef struct YYLTYPE YYLTYPE; typedef 78 struct YYLTYPE struct 91 extern YYLTYPE ematch_lloc; argument
|
D | emp_ematch.yacc.c | 145 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 146 typedef struct YYLTYPE YYLTYPE; typedef 147 struct YYLTYPE struct 160 extern YYLTYPE ematch_lloc; argument 362 YYLTYPE yyls_alloc; 371 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \ 665 yy_location_print_ (FILE *yyo, YYLTYPE const * const yylocp) in yy_location_print_() 715 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * … in yy_symbol_value_print() 735 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const … in yy_symbol_print() 775 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule) in yy_reduce_print() [all …]
|
/external/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp.h | 74 typedef struct YYLTYPE { struct 80 } YYLTYPE; argument 106 YYLTYPE location; 166 YYLTYPE loc; /* location of the initial #if/#elif/... */ 249 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...); 252 glcpp_warning (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...); 263 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, 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); 1328 yyerror(YYLTYPE *locp, glcpp_parser_t *parser, const char *error) in yyerror() 2059 _check_for_reserved_macro_name(glcpp_parser_t *parser, YYLTYPE *loc, in _check_for_reserved_macro_name() 2106 _define_object_macro(glcpp_parser_t *parser, YYLTYPE *loc, in _define_object_macro() [all …]
|
D | pp.c | 30 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...) in glcpp_error() 48 glcpp_warning (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...) in glcpp_warning()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.h | 45 #define YYLTYPE TSourceLoc macro 231 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 232 typedef struct YYLTYPE YYLTYPE; typedef 233 struct YYLTYPE struct
|
D | glslang_tab.cpp | 132 #define YYLTYPE TSourceLoc macro 318 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 319 typedef struct YYLTYPE YYLTYPE; typedef 320 struct YYLTYPE struct 340 extern int yylex(YYSTYPE* yylval, YYLTYPE* yylloc, void* yyscanner); argument 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)) \ 1681 yy_location_print_ (FILE *yyo, YYLTYPE const * const yylocp) in yy_location_print_() 1731 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * … in yy_symbol_value_print() [all …]
|
D | glslang_lex.cpp | 1242 YYLTYPE * yylloc_r; 1347 YYLTYPE *yyget_lloc ( yyscan_t yyscanner ); 1351 void yyset_lloc ( YYLTYPE * yylloc_param , yyscan_t yyscanner ); 1504 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner); 1507 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner) 3402 YYLTYPE *yyget_lloc (yyscan_t yyscanner) in yyget_lloc() 3410 void yyset_lloc (YYLTYPE * yylloc_param , yyscan_t yyscanner) in yyset_lloc() 3766 void yyerror(YYLTYPE* lloc, TParseContext* context, void* scanner, const char* reason) { 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/libnl/lib/route/ |
D | pktloc_syntax.y | 25 extern int pktloc_lex(YYSTYPE *, YYLTYPE *, void *); 27 static void yyerror(YYLTYPE *locp, void *scanner, const char *msg) in yyerror()
|
/external/mesa3d/src/mesa/program/ |
D | program_parser.h | 231 typedef struct YYLTYPE { struct 237 } YYLTYPE; argument
|
D | 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, 270 _mesa_program_lexer_lex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param, 274 yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param, 2213 validate_inputs(struct YYLTYPE *locp, struct asm_parser_state *state) 2249 struct YYLTYPE *locp) 2492 yyerror(YYLTYPE *locp, struct asm_parser_state *state, const char *s) 2569 struct YYLTYPE loc;
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 939 typedef pp::SourceLocation YYLTYPE; typedef 1029 YYLTYPE * yylloc_r; 1134 YYLTYPE *yyget_lloc ( yyscan_t yyscanner ); 1138 void yyset_lloc ( YYLTYPE * yylloc_param , yyscan_t yyscanner ); 1291 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner); 1294 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner) 2761 YYLTYPE *yyget_lloc (yyscan_t yyscanner) in yyget_lloc() 2769 void yyset_lloc (YYLTYPE * yylloc_param , yyscan_t yyscanner) in yyset_lloc()
|
/external/dtc/ |
D | srcpos.h | 79 #define YYLTYPE struct srcpos macro
|
D | treesource.c | 26 extern YYLTYPE yylloc;
|
/external/u-boot/scripts/dtc/ |
D | srcpos.h | 79 #define YYLTYPE struct srcpos macro
|