Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dtree-stdarg.c118 bool gpr_p) in va_list_counter_bump() argument
133 counter_val = gpr_p ? cfun->va_list_gpr_size : cfun->va_list_fpr_size; in va_list_counter_bump()
134 max_size = gpr_p ? VA_LIST_MAX_GPR_SIZE : VA_LIST_MAX_FPR_SIZE; in va_list_counter_bump()
276 va_list_counter_op (struct stdarg_info *si, tree ap, tree var, bool gpr_p, in va_list_counter_op() argument
297 && (increment = va_list_counter_bump (si, ap, var, gpr_p)) + 1 > 1) in va_list_counter_op()
299 if (gpr_p && cfun->va_list_gpr_size + increment < VA_LIST_MAX_GPR_SIZE) in va_list_counter_op()
305 if (!gpr_p && cfun->va_list_fpr_size + increment < VA_LIST_MAX_FPR_SIZE) in va_list_counter_op()
314 if (gpr_p) in va_list_counter_op()