Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-decl.c1018 tree trytype, tryargs; in match_builtin_function_types() local
1045 trytype = build_function_type (newrettype, tryargs); in match_builtin_function_types()
1046 return build_type_attribute_variant (trytype, TYPE_ATTRIBUTES (oldtype)); in match_builtin_function_types()
1238 tree trytype = match_builtin_function_types (newtype, oldtype); in diagnose_mismatched_decls() local
1240 if (trytype && comptypes (newtype, trytype)) in diagnose_mismatched_decls()
1241 *oldtypep = oldtype = trytype; in diagnose_mismatched_decls()