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

/freebsd-11.0-release/contrib/gcc/
H A Dtarget.h675 bool (*promote_prototypes) (tree fntype); member in struct:gcc_target::calls
H A Dc-decl.c3421 && targetm.calls.promote_prototypes (TREE_TYPE (decl)))
7122 if (targetm.calls.promote_prototypes (TREE_TYPE (current_function_decl))
7308 && targetm.calls.promote_prototypes (TREE_TYPE (fndecl)))
H A Dc-typeck.c2702 if (targetm.calls.promote_prototypes (fundecl ? TREE_TYPE (fundecl) : 0)
4648 if (targetm.calls.promote_prototypes (TREE_TYPE (fn))
/freebsd-11.0-release/contrib/gcc/cp/
H A Dcall.c4684 else if (targetm.calls.promote_prototypes (type)
4725 else if (targetm.calls.promote_prototypes (type)

Completed in 130 milliseconds