Home
last modified time | relevance | path

Searched refs:union_decl (Results 1 – 10 of 10) sorted by relevance

/third_party/libabigail/include/
Dabg-ir.h4340 class union_decl : public class_or_union
4343 union_decl();
4347 union_decl(const environment& env, const string& name,
4352 union_decl(const environment& env, const string& name,
4358 union_decl(const environment& env, const string& name,
4362 union_decl(const environment& env, const string& name,
4366 union_decl(const environment& env, const string& name,
4380 operator==(const union_decl&) const;
4385 virtual ~union_decl();
4389 equals(const union_decl&, const union_decl&, change_kind*);
[all …]
Dabg-fwd.h168 class union_decl; variable
170 typedef shared_ptr<union_decl> union_decl_sptr;
463 union_decl*
/third_party/libabigail/src/
Dabg-ctf-reader.cc599 union_decl_sptr union_decl in process_ctf_type() local
601 result = is_type(union_decl); in process_ctf_type()
1026 union_fwd(new union_decl(rdr->env(), in process_ctf_forward_type()
1141 result.reset(new union_decl(rdr->env(), in process_ctf_union_type()
Dabg-ir.cc10265 union_decl*
10267 {return dynamic_cast<union_decl*>(const_cast<type_or_decl_base*>(t));} in is_union_type()
10277 {return dynamic_pointer_cast<union_decl>(t);} in is_union_type()
11056 return lookup_type_in_map<union_decl>(type_name, in lookup_union_type()
11091 union_decl_sptr result = lookup_type_in_map<union_decl>(loc, m); in lookup_union_type_per_location()
12430 union_decl_sptr result = lookup_type_in_map<union_decl>(type_name, m); in lookup_union_type()
13319 maybe_update_types_lookup_map<union_decl> in maybe_update_types_lookup_map()
13324 maybe_update_types_lookup_map<union_decl> in maybe_update_types_lookup_map()
13328 maybe_update_types_lookup_map<union_decl> in maybe_update_types_lookup_map()
13335 maybe_update_types_lookup_map<union_decl> in maybe_update_types_lookup_map()
[all …]
Dabg-hash.cc1021 if (const union_decl* d = dynamic_cast<const union_decl*>(t)) in operator ()()
1022 return union_decl::hash()(*d); in operator ()()
Dabg-reader.cc5051 union_decl_sptr result = dynamic_pointer_cast<union_decl>(d); in build_union_decl()
5076 union_decl::member_types mbrs; in build_union_decl()
5077 union_decl::data_members data_mbrs; in build_union_decl()
5078 union_decl::member_functions mbr_functions; in build_union_decl()
5136 decl.reset(new union_decl(env, name)); in build_union_decl()
5138 decl.reset(new union_decl(env, name, in build_union_decl()
Dabg-writer.cc2022 else if (union_decl *u = is_union_type(*i)) in write_decl_in_scope()
3976 for (union_decl::data_members::const_iterator data = in write_union_decl()
4000 for (union_decl::member_functions::const_iterator f = in write_union_decl()
4148 || write_union_decl(dynamic_pointer_cast<union_decl>(t), in write_member_type()
Dabg-comparison.cc2796 ||(d = try_to_diff<union_decl>(f, s,ctxt)) in compute_diff_for_types()
Dabg-dwarf-reader.cc13214 result.reset(new union_decl(rdr.env(), name, size, loc, in add_or_update_union_type()
/third_party/libabigail/
DChangeLog835 (union_decl::union_decl): Take or return environment&, not
979 (class_decl::add_base_specifier, union_decl::union_decl)
980 (union_decl::union_decl, template_decl::template_decl)
989 class_or_union, class_decl, union_decl.
1164 redundancy. In the overload of equals for union_decl, cache the
1508 (equals): In the overloads for class_decl and union_decl, use
2736 and still, the caller (overload for class_decl or union_decl) can
2965 union_decl}::get_pretty_representation): If the anonymous class
4831 typedef_decl, class_decl, union_decl}): Map the read type with its
8499 ({var_decl, union_decl}::get_pretty_representation): Adjust calls
[all …]