Searched refs:copy_member_function (Results 1 - 2 of 2) sorted by relevance
/third_party/libabigail/include/ |
H A D | abg-ir.h | 4040 copy_member_function(class_or_union_sptr& t, 4044 copy_member_function(class_or_union_sptr& t, 4064 copy_member_function(const class_or_union_sptr& clazz, 4068 copy_member_function(const class_or_union_sptr& clazz, 4233 copy_member_function(const class_decl_sptr& clazz, 4237 copy_member_function(const class_decl_sptr& clazz, 4392 copy_member_function(const union_decl_sptr& union_type, 4396 copy_member_function(const union_decl_sptr& union_type,
|
/third_party/libabigail/src/ |
H A D | abg-ir.cc | 14390 copy_member_function (canonical_class, *i); in maybe_adjust_canonical_type() 22128 copy_member_function(const class_or_union_sptr& t, in copy_member_function() function 22130 {return copy_member_function(t, method.get());} in copy_member_function() 22142 copy_member_function(const class_or_union_sptr& t, const method_decl* method) in copy_member_function() function 23699 copy_member_function(const class_decl_sptr& clazz, const method_decl_sptr& f) in copy_member_function() function 23700 {return copy_member_function(static_pointer_cast<class_or_union>(clazz), f);} in copy_member_function() 23710 copy_member_function(const class_decl_sptr& clazz, const method_decl* f) in copy_member_function() function 23711 {return copy_member_function(static_pointer_cast<class_or_union>(clazz), f);} in copy_member_function() 24719 copy_member_function(const union_decl_sptr& union_type, in copy_member_function() function 24721 {return copy_member_function(union_typ in copy_member_function() 24732 copy_member_function(const union_decl_sptr& union_type, copy_member_function() function [all...] |
Completed in 34 milliseconds