Searched refs:oldrettype (Results 1 – 2 of 2) sorted by relevance
1683 tree oldrettype = TREE_TYPE (oldtype); in match_builtin_function_types() local1686 if (!types_close_enough_to_match (oldrettype, newrettype)) in match_builtin_function_types()1691 if (!comptypes (TYPE_MAIN_VARIANT (oldrettype), in match_builtin_function_types()1693 *strict = oldrettype; in match_builtin_function_types()
1695 tree oldrettype = TREE_TYPE (oldtype); in match_builtin_function_types() local1698 if (!types_close_enough_to_match (oldrettype, newrettype)) in match_builtin_function_types()1703 if (!comptypes (TYPE_MAIN_VARIANT (oldrettype), in match_builtin_function_types()1705 *strict = oldrettype; in match_builtin_function_types()