Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-decl.c1474 tree newrettype, oldrettype; in match_builtin_function_types() local
1480 newrettype = TREE_TYPE (newtype); in match_builtin_function_types()
1482 if (TYPE_MODE (oldrettype) != TYPE_MODE (newrettype)) in match_builtin_function_types()
1503 trytype = build_function_type (newrettype, tryargs); in match_builtin_function_types()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c1628 tree newrettype, oldrettype; in match_builtin_function_types() local
1634 newrettype = TREE_TYPE (newtype); in match_builtin_function_types()
1636 if (TYPE_MODE (oldrettype) != TYPE_MODE (newrettype)) in match_builtin_function_types()
1657 trytype = build_function_type (newrettype, tryargs); in match_builtin_function_types()