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

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dexpr.c751 The stack base is op_stack, and the current stack pointer is 'top'.
759 struct op *top = pfile->op_stack;
889 if (top != pfile->op_stack)
1047 size_t old_size = (size_t) (pfile->op_limit - pfile->op_stack);
1050 pfile->op_stack = XRESIZEVEC (struct op, pfile->op_stack, new_size);
1051 pfile->op_limit = pfile->op_stack + new_size;
1053 return pfile->op_stack + old_size;
H A Dinit.c240 free (pfile->op_stack);
H A Dinternal.h433 struct op *op_stack, *op_limit; member in struct:cpp_reader

Completed in 89 milliseconds