Searched refs:trytype (Results 1 – 1 of 1) sorted by relevance
1018 tree trytype, tryargs; in match_builtin_function_types() local1045 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() local1240 if (trytype && comptypes (newtype, trytype)) in diagnose_mismatched_decls()1241 *oldtypep = oldtype = trytype; in diagnose_mismatched_decls()