Home
last modified time | relevance | path

Searched refs:subrange_type (Results 1 – 13 of 13) sorted by relevance

/external/elfutils/tests/
Drun-exprlocs.sh169 [178] subrange_type
175 [194] subrange_type
Drun-readelf-dw-form-indirect.sh386 [ 266] subrange_type abbrev: 13
407 [ 292] subrange_type abbrev: 13
448 [ 2d8] subrange_type abbrev: 15
/external/libabigail/src/
Dabg-ir.cc7062 (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 …]
Dabg-hash.cc264 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 ()()
Dabg-ctf-reader.cc857 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()
Dabg-reader.cc4229 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()
Dabg-dwarf-reader.cc404 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/
Dabg-ir.h2408 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 …]
Dabg-fwd.h206 class subrange_type; variable
/external/llvm/include/llvm/Support/
DDwarf.def72 HANDLE_DW_TAG(0x0021, subrange_type)
/external/libabigail/
DNEWS200 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
DChangeLog627 (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/
DDwarf.def153 HANDLE_DW_TAG(0x0021, subrange_type, 2, DWARF, DW_KIND_TYPE)