Searched refs:get_location (Results 1 – 15 of 15) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 1223 YYLTYPE loc = expr->get_location(); in get_scalar_boolean_operand() 1412 loc = this->get_location(); in do_hir() 1427 this->subexpressions[0]->get_location()); in do_hir() 1730 this->subexpressions[0]->get_location()); in do_hir() 1774 this->subexpressions[0]->get_location()); in do_hir() 1801 this->subexpressions[0]->get_location()); in do_hir() 1837 this->subexpressions[0]->get_location()); in do_hir() 1874 YYLTYPE loc = this->subexpressions[1]->get_location(); in do_hir() 1968 this->subexpressions[0]->get_location()); in do_hir() 2003 this->subexpressions[0]->get_location()); in do_hir() [all …]
|
D | hir_field_selection.cpp | 46 YYLTYPE loc = expr->get_location(); in _mesa_ast_field_selection_to_hir()
|
D | ast_function.cpp | 240 YYLTYPE loc = actual_ast->get_location(); in verify_parameter_modes() 376 YYLTYPE loc = actual_ast->get_location(); in verify_parameter_modes() 389 YYLTYPE loc = actual_ast->get_location(); in verify_parameter_modes() 773 YYLTYPE index_loc = idx->get_location(); in generate_array_index() 2026 YYLTYPE loc = get_location(); in handle_method() 2118 YYLTYPE loc = type->get_location(); in hir() 2403 YYLTYPE loc = get_location(); in hir() 2535 YYLTYPE loc = this->get_location(); in hir()
|
D | ast_type.cpp | 948 YYLTYPE loc = const_expression->get_location(); in process_qualifier_constant() 955 YYLTYPE loc = const_expression->get_location(); in process_qualifier_constant() 963 YYLTYPE loc = const_expression->get_location(); in process_qualifier_constant()
|
D | glsl_parser_extras.cpp | 1824 YYLTYPE loc = state->out_qualifier->vertices->get_location(); in set_shader_inout_layout() 1872 YYLTYPE loc = state->out_qualifier->max_vertices->get_location(); in set_shader_inout_layout() 1901 YYLTYPE loc = state->in_qualifier->invocations->get_location(); in set_shader_inout_layout()
|
D | ast.h | 76 struct YYLTYPE get_location(void) const in get_location() function
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/ |
D | svttglyf.h | 38 TT_Glyf_GetLocationFunc get_location; in FT_DEFINE_SERVICE() local
|
/third_party/libabigail/src/ |
D | abg-ir.cc | 4596 decl_base::get_location() const in get_location() function in abigail::ir::decl_base 6552 ty->get_location())); in strip_typedef() 6562 ty->get_location())); in strip_typedef() 6571 ty->get_location())); in strip_typedef() 6577 t.reset(new array_type_def(p, ty->get_subranges(), ty->get_location())); in strip_typedef() 6594 p->get_location(), in strip_typedef() 6621 p->get_location(), in strip_typedef() 7256 (*i)->get_location(), in clone_array() 7266 subranges, array->get_location())); in clone_array() 7290 t->get_location(), t->get_linkage_name(), in clone_typedef() [all …]
|
D | abg-writer.cc | 1273 location loc = decl->get_location(); in write_location() 2887 write_location(decl->get_location(), ctxt); in write_array_subrange_type() 3403 write_location((*pi)->get_location(), ctxt); in write_function_decl() 4805 {dump_location(d.get_location(), o);} in dump_decl_location()
|
D | abg-reporter-priv.cc | 860 if (tu && (loc = decl->get_location())) in report_loc_info()
|
D | abg-suppression.cc | 1122 location loc = get_location(type); in suppression_matches_type_location()
|
D | abg-dwarf-reader.cc | 12262 if (pre_existing_enum->get_location() == loc) in build_enum_type() 13553 t->get_location())); in maybe_strip_qualification() 14915 if (!result->get_location()) in build_function_decl()
|
/third_party/libabigail/include/ |
D | abg-fwd.h | 909 get_location(const type_base_sptr& type); 912 get_location(const decl_base_sptr& decl);
|
D | abg-ir.h | 1619 get_location() const; 2623 get_location() const;
|
/third_party/libabigail/ |
D | ChangeLog | 21851 (maybe_update_types_lookup_map, get_location) 22623 * include/abg-fwd.h (get_location, build_qualified_name): Declare 22627 * src/abg-ir.cc (get_location, build_qualified_name) 25857 (decl_base::{decl_base,get_location}): Take or return a reference 25866 get_location}): Likewise. 25890 (decl_base::get_location): Return a reference to location. 25904 get_location}): Likewise. 37472 (decl_base::{get_context_rel, set_qualified_name, get_location, 37487 (decl_base::{get_context_rel, set_context_rel, get_location, 43980 * src/abg-ir.h (decl_base::{get_location, set_location, get_name,
|