Searched refs:va_list_counter_bump (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | tree-stdarg.c | 117 va_list_counter_bump (struct stdarg_info *si, tree counter, tree rhs, in va_list_counter_bump() function 297 && (increment = va_list_counter_bump (si, ap, var, gpr_p)) + 1 > 1) in va_list_counter_op() 393 if (va_list_counter_bump (si, ap, tem, true) == (unsigned HOST_WIDE_INT) -1) in va_list_ptr_read() 426 increment = va_list_counter_bump (si, ap, tem2, true); in va_list_ptr_write() 490 if (va_list_counter_bump (si, si->va_start_ap, lhs, true) in check_va_list_escapes()
|