Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-decl.c993 tree trytype local
996 trytype = build_type_attribute_variant (trytype,
999 types_match = comptypes (newtype, trytype);
1001 oldtype = trytype;
1014 tree trytype local
1019 trytype = build_type_attribute_variant (trytype,
1022 types_match = comptypes (newtype, trytype);
1024 oldtype = trytype;
1035 tree trytype local
1038 trytype = build_type_attribute_variant (trytype,
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dc-decl.c997 tree trytype, tryargs; in match_builtin_function_types() local
1024 trytype = build_function_type (newrettype, tryargs); in match_builtin_function_types()
1025 return build_type_attribute_variant (trytype, TYPE_ATTRIBUTES (oldtype)); in match_builtin_function_types()
1217 tree trytype = match_builtin_function_types (newtype, oldtype); in diagnose_mismatched_decls() local
1219 if (trytype && comptypes (newtype, trytype)) in diagnose_mismatched_decls()
1220 *oldtypep = oldtype = trytype; in diagnose_mismatched_decls()