Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDc-decl.c1016 tree newrettype, oldrettype; in match_builtin_function_types() local
1022 newrettype = TREE_TYPE (newtype); in match_builtin_function_types()
1024 if (TYPE_MODE (oldrettype) != TYPE_MODE (newrettype)) in match_builtin_function_types()
1045 trytype = build_function_type (newrettype, tryargs); in match_builtin_function_types()