Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c1684 tree newrettype = TREE_TYPE (newtype); in match_builtin_function_types() local
1686 if (!types_close_enough_to_match (oldrettype, newrettype)) in match_builtin_function_types()
1692 TYPE_MAIN_VARIANT (newrettype))) in match_builtin_function_types()
1771 tree trytype = build_function_type (newrettype, tryargs); in match_builtin_function_types()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc1696 tree newrettype = TREE_TYPE (newtype); in match_builtin_function_types() local
1698 if (!types_close_enough_to_match (oldrettype, newrettype)) in match_builtin_function_types()
1704 TYPE_MAIN_VARIANT (newrettype))) in match_builtin_function_types()
1786 tree trytype = build_function_type (newrettype, tryargs); in match_builtin_function_types()