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

/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c1024 tree trytype, tryargs;
1051 trytype = build_function_type (newrettype, tryargs);
1052 return build_type_attribute_variant (trytype, TYPE_ATTRIBUTES (oldtype));
1244 tree trytype = match_builtin_function_types (newtype, oldtype);
1246 if (trytype && comptypes (newtype, trytype))
1247 *oldtypep = oldtype = trytype;
1016 tree trytype, tryargs; local
1236 tree trytype = match_builtin_function_types (newtype, oldtype); local

Completed in 63 milliseconds