Home
last modified time | relevance | path

Searched refs:current_function_stdarg (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/gcc/
HDfunction.h506 #define current_function_stdarg (cfun->stdarg) macro
HDtree-stdarg.c600 return current_function_stdarg != 0; in gate_optimize_stdarg()
HDtree-tailcall.c138 if (current_function_stdarg) in suitable_for_tail_opt_p()
HDfunction.c2075 if (!current_function_stdarg) in assign_parm_find_data_types()
3014 if (current_function_stdarg && !TREE_CHAIN (parm)) in assign_parms()
3839 current_function_stdarg in allocate_struct_function()
HDFSFChangeLog.106113 * function.c (current_function_stdarg): New global variable.
6118 * output.h (current_function_stdarg): Declare it.
6120 check current_function_varargs and current_function_stdarg.
HDChangeLog-199911279 current_function_stdarg, current_function_args_info, cleanup_label,
11335 current_function_pretend_args_size, current_function_stdarg,
HDChangeLog-200230412 of current_function_varargs and current_function_stdarg is set.
30414 current_function_stdarg / TARGET_SH5 instead of
HDChangeLog.tree-ssa6871 * function.c (assign_parms): Setting of current_function_stdarg
HDChangeLog-200417064 current_function_stdarg in place of sysv_varargs_p.
33595 (assign_parms): Setting of current_function_stdarg
/NextBSD/contrib/gcc/config/s390/
HDs390.c6492 || current_function_stdarg); in s390_register_info()
6500 || current_function_stdarg); in s390_register_info()
6553 if (current_function_stdarg) in s390_register_info()
6676 && !current_function_stdarg) in s390_frame_info()
6896 && !current_function_stdarg in s390_can_eliminate()
7009 if (first <= 6 && current_function_stdarg) in save_gprs()