Home
last modified time | relevance | path

Searched refs:promote_prototypes (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gcc/
HDtarget.h675 bool (*promote_prototypes) (tree fntype); member
HDc-decl.c3411 && 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()
HDc-typeck.c2690 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()
HDChangeLog-20039307 * c-decl.c (start_decl): Handle new calls.promote_prototypes hook
9310 (store_parm_decls_oldstyle): Convert to calls.promote_prototypes
9312 (finish_function): Handle calls.promote_prototypes hook here too.
9314 calls.promote_prototypes hook.
/NextBSD/contrib/gcc/cp/
HDcall.c4684 else if (targetm.calls.promote_prototypes (type) in type_passed_as()
4725 else if (targetm.calls.promote_prototypes (type) in convert_for_arg_passing()
HDChangeLog-20046221 targetm.calls.promote_prototypes.