Home
last modified time | relevance | path

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

/external/elfutils/tests/
Drun-exprlocs.sh169 [178] subrange_type
175 [194] subrange_type
/external/libabigail/src/
Dabg-ir.cc6174 (new array_type_def::subrange_type(array->get_environment(), in clone_array()
9226 array_type_def::subrange_type*
9229 return dynamic_cast<array_type_def::subrange_type*> in is_subrange_type()
9241 {return dynamic_pointer_cast<array_type_def::subrange_type>(type);} in is_subrange_type()
12038 (const array_type_def::subrange_sptr& subrange_type) in maybe_update_types_lookup_map() argument
12040 if (translation_unit *tu = subrange_type->get_translation_unit()) in maybe_update_types_lookup_map()
12041 maybe_update_types_lookup_map<array_type_def::subrange_type> in maybe_update_types_lookup_map()
12042 (subrange_type, tu->get_types().subrange_types()); in maybe_update_types_lookup_map()
12044 if (corpus *type_corpus = subrange_type->get_corpus()) in maybe_update_types_lookup_map()
12046 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-reader.cc3841 dynamic_pointer_cast<array_type_def::subrange_type>(d); in build_subrange_type()
3906 array_type_def::subrange_type::bound_value max_bound; in build_subrange_type()
3907 array_type_def::subrange_type::bound_value min_bound; in build_subrange_type()
3924 (new array_type_def::subrange_type(ctxt.get_environment(), in build_subrange_type()
Dabg-dwarf-reader.cc386 array_type_def::subrange_type::bound_value &value);
6393 array_type_def::subrange_type::bound_value &value) in die_constant_attribute()
9190 repr += array_type_def::subrange_type::vector_as_string(subranges); in die_qualified_type_name()
9747 repr += array_type_def::subrange_type::vector_as_string(subranges); in die_pretty_print_type()
13339 array_type_def::subrange_type::bound_value lower_bound = in build_subrange_type()
13341 array_type_def::subrange_type::bound_value upper_bound; in build_subrange_type()
13394 (new array_type_def::subrange_type(ctxt.env(), in build_subrange_type()
/external/libabigail/include/
Dabg-ir.h2303 class subrange_type; variable
2307 typedef shared_ptr<subrange_type> subrange_sptr;
2314 class subrange_type : public virtual type_base, public virtual decl_base
2321 subrange_type();
2362 subrange_type(const environment* env,
2370 subrange_type(const environment* env,
2377 subrange_type(const environment* env,
2420 operator==(const subrange_type& o) const;
2423 operator!=(const subrange_type& o) const;
2494 array_type_def::subrange_type*
[all …]
Dabg-fwd.h206 class subrange_type; variable
/external/llvm/include/llvm/Support/
DDwarf.def72 HANDLE_DW_TAG(0x0021, subrange_type)
/external/libabigail/
DNEWS43 ir: Add equality op to array_type_def::subrange_type::bound_value
190 dwarf-reader: get subrange_type bounds signedness from underlying type
825 Factorize out string representation of array_type_def::subrange_type
DChangeLog398 ir: Add equality op to array_type_def::subrange_type::bound_value
400 (array_type_def::subrange_type::bound_value::operator==): Declare
403 (array_type_def::subrange_type::bound_value::operator==):
457 (array_type_def::subrange_type::subrange_type): Make constify the
470 (array_type_def::subrange_type::priv::priv): Initialize the
636 dwarf-reader: get subrange_type bounds signedness from underlying type
1311 (array_type_def::subrange_type::operator==): Likewise.
1833 (array_type_def::subrange_type::get_underlying_type): Likewise.
3530 array_type_def::subrange_type, array_type_def, enum_type_decl,
5436 array_type_def::subrange_type::subrange_type)
[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)
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.def166 HANDLE_DW_TAG(0x0021, subrange_type, 2, DWARF, DW_KIND_TYPE)