Searched refs:subrange_type (Results 1 - 7 of 7) sorted by relevance
/third_party/libabigail/src/ |
H A D | abg-ir.cc | 7251 (new array_type_def::subrange_type(array->get_environment(), in clone_array() 10740 /// Test if a type is an array_type_def::subrange_type. 10744 /// @return the array_type_def::subrange_type which @p type is a type 10746 array_type_def::subrange_type* 10749 return dynamic_cast<array_type_def::subrange_type*> in is_subrange_type() 10753 /// Test if a type is an array_type_def::subrange_type. 10757 /// @return the array_type_def::subrange_type which @p type is a type 10761 {return dynamic_pointer_cast<array_type_def::subrange_type>(type);} in is_subrange_type() 13586 /// @param subrange_type the type to consider. 13589 (const array_type_def::subrange_sptr& subrange_type) in maybe_update_types_lookup_map() 13588 maybe_update_types_lookup_map(const array_type_def::subrange_sptr& subrange_type) maybe_update_types_lookup_map() argument 16976 array_type_def::subrange_type::subrange_type(const environment& env, subrange_type() function in abigail::ir::array_type_def::subrange_type 17008 array_type_def::subrange_type::subrange_type(const environment& env, subrange_type() function in abigail::ir::array_type_def::subrange_type 17036 array_type_def::subrange_type::subrange_type(const environment& env, subrange_type() function in abigail::ir::array_type_def::subrange_type [all...] |
H A D | abg-ctf-reader.cc | 1186 array_type_def::subrange_type::bound_value lower_bound; in build_array_ctf_range() 1187 array_type_def::subrange_type::bound_value upper_bound; in build_array_ctf_range() 1200 subrange.reset(new array_type_def::subrange_type(rdr->env(), in build_array_ctf_range()
|
H A 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 ()()
|
H A D | abg-dwarf-reader.cc | 483 array_type_def::subrange_type::bound_value &value); 5960 /// unsigned into a array_type_def::subrange_type::bound_value value. 5981 array_type_def::subrange_type::bound_value &value) in die_constant_attribute() 9105 repr += array_type_def::subrange_type::vector_as_string(subranges); 9662 repr += array_type_def::subrange_type::vector_as_string(subranges); 13955 /// array_type_def::subrange_type is to use some of its method like, 13959 /// array_type_def::subrange_type, or nil if no type could be built. 13999 array_type_def::subrange_type::bound_value lower_bound = 14001 array_type_def::subrange_type::bound_value upper_bound; 14054 (new array_type_def::subrange_type(rd [all...] |
H A D | abg-reader.cc | 4079 /// Build a array_type_def::subrange_type from a 'subrange' xml node. 4084 /// array_type_def::subrange_type from. 4087 /// @return a pointer to a newly built array_type_def::subrange_type 4101 dynamic_pointer_cast<array_type_def::subrange_type>(d); in build_subrange_type() 4166 array_type_def::subrange_type::bound_value max_bound; in build_subrange_type() 4167 array_type_def::subrange_type::bound_value min_bound; in build_subrange_type() 4184 (new array_type_def::subrange_type(rdr.get_environment(), in build_subrange_type()
|
/third_party/libabigail/include/ |
H A D | abg-ir.h | 2437 class subrange_type; 2441 typedef shared_ptr<subrange_type> subrange_sptr; 2448 class subrange_type : public virtual type_base, public virtual decl_base class in abigail::ir::array_type_def 2454 subrange_type(); 2457 virtual ~subrange_type(); 2496 subrange_type(const environment& env, 2504 subrange_type(const environment& env, 2511 subrange_type(const environment& env, 2554 operator==(const subrange_type& o) const; 2557 operator!=(const subrange_type [all...] |
H A D | abg-fwd.h | 206 class subrange_type;
|
Completed in 51 milliseconds