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

/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c1022 tree newrettype, oldrettype;
1028 newrettype = TREE_TYPE (newtype);
1030 if (TYPE_MODE (oldrettype) != TYPE_MODE (newrettype))
1051 trytype = build_function_type (newrettype, tryargs);
1014 tree newrettype, oldrettype; local

Completed in 31 milliseconds