Searched refs:base_fndecl (Results 1 – 1 of 1) sorted by relevance
1786 same_signature_p (tree fndecl, tree base_fndecl) in same_signature_p() argument1790 if (DECL_DESTRUCTOR_P (base_fndecl) && DECL_DESTRUCTOR_P (fndecl) in same_signature_p()1791 && special_function_p (base_fndecl) == special_function_p (fndecl)) in same_signature_p()1797 if (DECL_DESTRUCTOR_P (base_fndecl) || DECL_DESTRUCTOR_P (fndecl)) in same_signature_p()1800 if (DECL_NAME (fndecl) == DECL_NAME (base_fndecl) in same_signature_p()1802 && DECL_CONV_FN_P (base_fndecl) in same_signature_p()1804 DECL_CONV_FN_TYPE (base_fndecl)))) in same_signature_p()1808 base_types = TYPE_ARG_TYPES (TREE_TYPE (base_fndecl)); in same_signature_p()