Home
last modified time | relevance | path

Searched refs:oldrettype (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c1683 tree oldrettype = TREE_TYPE (oldtype); in match_builtin_function_types() local
1686 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc1695 tree oldrettype = TREE_TYPE (oldtype); in match_builtin_function_types() local
1698 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()