Searched refs:copy_member_function (Results 1 – 3 of 3) sorted by relevance
/external/libabigail/include/ |
D | abg-ir.h | 3950 copy_member_function(class_or_union_sptr& t, 3954 copy_member_function(class_or_union_sptr& t, 3974 copy_member_function(const class_or_union_sptr& clazz, 3978 copy_member_function(const class_or_union_sptr& clazz, 4143 copy_member_function(const class_decl_sptr& clazz, 4147 copy_member_function(const class_decl_sptr& clazz, 4302 copy_member_function(const union_decl_sptr& union_type, 4306 copy_member_function(const union_decl_sptr& union_type,
|
/external/libabigail/src/ |
D | abg-ir.cc | 12750 copy_member_function (canonical_class, *i); in maybe_adjust_canonical_type() 20027 copy_member_function(const class_or_union_sptr& t, in copy_member_function() function 20029 {return copy_member_function(t, method.get());} in copy_member_function() 20041 copy_member_function(const class_or_union_sptr& t, const method_decl* method) in copy_member_function() function 21505 copy_member_function(const class_decl_sptr& clazz, const method_decl_sptr& f) in copy_member_function() function 21506 {return copy_member_function(static_pointer_cast<class_or_union>(clazz), f);} in copy_member_function() 21516 copy_member_function(const class_decl_sptr& clazz, const method_decl* f) in copy_member_function() function 21517 {return copy_member_function(static_pointer_cast<class_or_union>(clazz), f);} in copy_member_function() 22489 copy_member_function(const union_decl_sptr& union_type, in copy_member_function() function 22491 {return copy_member_function(union_type, f.get());} in copy_member_function() [all …]
|
/external/libabigail/ |
D | ChangeLog | 13106 (copy_member_function): Adjust. 13424 (copy_member_function, equals): Add overloads for class_or_union. 13427 (equals, copy_member_function): New overloads for class union_decl 13485 (equals, copy_member_function): Define new overloads for 13502 (equals, copy_member_function): Define new overloads for 16631 (copy_member_function): Declare new function. Declare it as 16651 (copy_member_function): Define new static function.
|