Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c1771 tree trytype = build_function_type (newrettype, tryargs); in match_builtin_function_types() local
1784 return build_type_attribute_variant (trytype, oldattrs); in match_builtin_function_types()
1994 tree trytype = match_builtin_function_types (newtype, oldtype, in diagnose_mismatched_decls() local
1998 if (trytype && comptypes (newtype, trytype)) in diagnose_mismatched_decls()
1999 *oldtypep = oldtype = trytype; in diagnose_mismatched_decls()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc1786 tree trytype = build_function_type (newrettype, tryargs); in match_builtin_function_types() local
1799 return build_type_attribute_variant (trytype, oldattrs); in match_builtin_function_types()
2016 tree trytype = match_builtin_function_types (newtype, oldtype, in diagnose_mismatched_decls() local
2020 if (trytype && comptypes (newtype, trytype)) in diagnose_mismatched_decls()
2021 *oldtypep = oldtype = trytype; in diagnose_mismatched_decls()