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

/haiku-buildtools/gcc/gcc/
H A Dcfgexpand.c249 static size_t stack_vars_alloc; variable
331 if (stack_vars_num >= stack_vars_alloc)
333 if (stack_vars_alloc)
334 stack_vars_alloc = stack_vars_alloc * 3 / 2;
336 stack_vars_alloc = 32;
338 = XRESIZEVEC (struct stack_var, stack_vars, stack_vars_alloc);
1623 stack_vars_alloc = stack_vars_num = 0;

Completed in 196 milliseconds