Searched refs:this_sv_num (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dcfgexpand.c760 size_t i, j, old_sv_num, this_sv_num, new_sv_num; local
775 this_sv_num = stack_vars_num;
786 if (old_sv_num < this_sv_num)
792 for (j = i < this_sv_num ? i+1 : this_sv_num; j-- > old_sv_num ;)

Completed in 158 milliseconds