Searched refs:promote_prototypes (Results 1 – 6 of 6) sorted by relevance
675 bool (*promote_prototypes) (tree fntype); member
3411 && targetm.calls.promote_prototypes (TREE_TYPE (decl))) in start_decl()7101 if (targetm.calls.promote_prototypes (TREE_TYPE (current_function_decl)) in store_parm_decls_oldstyle()7286 && targetm.calls.promote_prototypes (TREE_TYPE (fndecl))) in finish_function()
2690 if (targetm.calls.promote_prototypes (fundecl ? TREE_TYPE (fundecl) : 0) in convert_arguments()4627 if (targetm.calls.promote_prototypes (TREE_TYPE (fn)) in c_convert_parm_for_inlining()
9307 * c-decl.c (start_decl): Handle new calls.promote_prototypes hook9310 (store_parm_decls_oldstyle): Convert to calls.promote_prototypes9312 (finish_function): Handle calls.promote_prototypes hook here too.9314 calls.promote_prototypes hook.
4684 else if (targetm.calls.promote_prototypes (type) in type_passed_as()4725 else if (targetm.calls.promote_prototypes (type) in convert_for_arg_passing()
6221 targetm.calls.promote_prototypes.