Searched refs:subrange_type (Results 1 – 13 of 13) sorted by relevance
/external/elfutils/tests/ |
D | run-exprlocs.sh | 169 [178] subrange_type 175 [194] subrange_type
|
D | run-readelf-dw-form-indirect.sh | 386 [ 266] subrange_type abbrev: 13 407 [ 292] subrange_type abbrev: 13 448 [ 2d8] subrange_type abbrev: 15
|
/external/libabigail/src/ |
D | abg-ir.cc | 7062 (new array_type_def::subrange_type(array->get_environment(), in clone_array() 10285 array_type_def::subrange_type* 10288 return dynamic_cast<array_type_def::subrange_type*> in is_subrange_type() 10300 {return dynamic_pointer_cast<array_type_def::subrange_type>(type);} in is_subrange_type() 13097 (const array_type_def::subrange_sptr& subrange_type) in maybe_update_types_lookup_map() argument 13099 if (translation_unit *tu = subrange_type->get_translation_unit()) in maybe_update_types_lookup_map() 13100 maybe_update_types_lookup_map<array_type_def::subrange_type> in maybe_update_types_lookup_map() 13101 (subrange_type, tu->get_types().subrange_types()); in maybe_update_types_lookup_map() 13103 if (corpus *type_corpus = subrange_type->get_corpus()) in maybe_update_types_lookup_map() 13105 maybe_update_types_lookup_map<array_type_def::subrange_type> in maybe_update_types_lookup_map() [all …]
|
D | abg-hash.cc | 264 struct array_type_def::subrange_type::hash 267 operator()(const array_type_def::subrange_type& s) const in operator ()() 285 array_type_def::subrange_type::hash hash_subrange; in operator ()()
|
D | abg-ctf-reader.cc | 857 array_type_def::subrange_type::bound_value lower_bound; in process_ctf_array_type() 858 array_type_def::subrange_type::bound_value upper_bound; in process_ctf_array_type() 867 subrange.reset(new array_type_def::subrange_type(ctxt->ir_env, in process_ctf_array_type()
|
D | abg-reader.cc | 4229 dynamic_pointer_cast<array_type_def::subrange_type>(d); in build_subrange_type() 4294 array_type_def::subrange_type::bound_value max_bound; in build_subrange_type() 4295 array_type_def::subrange_type::bound_value min_bound; in build_subrange_type() 4312 (new array_type_def::subrange_type(ctxt.get_environment(), in build_subrange_type()
|
D | abg-dwarf-reader.cc | 404 array_type_def::subrange_type::bound_value &value); 6394 array_type_def::subrange_type::bound_value &value) in die_constant_attribute() 9300 repr += array_type_def::subrange_type::vector_as_string(subranges); in die_qualified_type_name() 9858 repr += array_type_def::subrange_type::vector_as_string(subranges); in die_pretty_print_type() 13458 array_type_def::subrange_type::bound_value lower_bound = in build_subrange_type() 13460 array_type_def::subrange_type::bound_value upper_bound; in build_subrange_type() 13513 (new array_type_def::subrange_type(ctxt.env(), in build_subrange_type()
|
/external/libabigail/include/ |
D | abg-ir.h | 2408 class subrange_type; variable 2412 typedef shared_ptr<subrange_type> subrange_sptr; 2419 class subrange_type : public virtual type_base, public virtual decl_base 2425 subrange_type(); 2428 virtual ~subrange_type(); 2467 subrange_type(const environment* env, 2475 subrange_type(const environment* env, 2482 subrange_type(const environment* env, 2525 operator==(const subrange_type& o) const; 2528 operator!=(const subrange_type& o) const; [all …]
|
D | abg-fwd.h | 206 class subrange_type; variable
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.def | 72 HANDLE_DW_TAG(0x0021, subrange_type)
|
/external/libabigail/ |
D | NEWS | 200 ir: Add equality op to array_type_def::subrange_type::bound_value 347 dwarf-reader: get subrange_type bounds signedness from underlying type 982 Factorize out string representation of array_type_def::subrange_type
|
D | ChangeLog | 627 (subrange_type): Likewise. 668 (array_type_def::subrange_type): Likewise. 3950 ir: Add equality op to array_type_def::subrange_type::bound_value 3952 (array_type_def::subrange_type::bound_value::operator==): Declare 3955 (array_type_def::subrange_type::bound_value::operator==): 4009 (array_type_def::subrange_type::subrange_type): Make constify the 4022 (array_type_def::subrange_type::priv::priv): Initialize the 4188 dwarf-reader: get subrange_type bounds signedness from underlying type 4863 (array_type_def::subrange_type::operator==): Likewise. 5385 (array_type_def::subrange_type::get_underlying_type): Likewise. [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 153 HANDLE_DW_TAG(0x0021, subrange_type, 2, DWARF, DW_KIND_TYPE)
|