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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c4211 ix86_function_value (tree valtype, tree fntype_or_decl,
4230 if (fntype_or_decl
4231 && DECL_P (fntype_or_decl))
4232 fn = fntype_or_decl;
4233 fntype = fn ? TREE_TYPE (fn) : fntype_or_decl;
4203 ix86_function_value(tree valtype, tree fntype_or_decl, bool outgoing ATTRIBUTE_UNUSED) argument

Completed in 206 milliseconds