Searched refs:cou (Results 1 - 2 of 2) sorted by relevance
/third_party/libabigail/include/ |
H A D | abg-fwd.h | 1012 get_class_or_union_flat_representation(const class_or_union& cou, 1019 get_class_or_union_flat_representation(const class_or_union* cou, 1026 get_class_or_union_flat_representation(const class_or_union_sptr& cou,
|
/third_party/libabigail/src/ |
H A D | abg-ir.cc | 5901 if (const class_or_union_sptr cou = is_class_or_union_type(d.get_type())) in data_member_has_anonymous_type() 5902 if (cou->get_is_anonymous()) in data_member_has_anonymous_type() 5903 return cou; in data_member_has_anonymous_type() 9140 ///@param cou the instance of @ref class_or_union to consider. 9149 get_class_or_union_flat_representation(const class_or_union& cou, in get_class_or_union_flat_representation() argument 9158 if (class_decl* clazz = is_class_type(&cou)) in get_class_or_union_flat_representation() 9166 else if (is_union_type(cou)) in get_class_or_union_flat_representation() 9173 string name = cou.get_qualified_name(); in get_class_or_union_flat_representation() 9175 if (!cou.get_is_anonymous()) in get_class_or_union_flat_representation() 9184 const class_or_union::data_members &dmems = cou in get_class_or_union_flat_representation() 9244 get_class_or_union_flat_representation(const class_or_union* cou, const string& indent, bool one_line, bool internal, bool qualified_names) get_class_or_union_flat_representation() argument 9273 get_class_or_union_flat_representation(const class_or_union_sptr& cou, const string& indent, bool one_line, bool internal, bool qualified_names) get_class_or_union_flat_representation() argument 26215 class_or_union *cou = is_class_or_union_type(type); lookup_data_member() local [all...] |
Completed in 22 milliseconds