Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dexpr.c758 struct op *top = pfile->op_stack; in _cpp_parse_expr()
888 if (top != pfile->op_stack) in _cpp_parse_expr()
1046 size_t old_size = (size_t) (pfile->op_limit - pfile->op_stack); in _cpp_expand_op_stack()
1049 pfile->op_stack = XRESIZEVEC (struct op, pfile->op_stack, new_size); in _cpp_expand_op_stack()
1050 pfile->op_limit = pfile->op_stack + new_size; in _cpp_expand_op_stack()
1052 return pfile->op_stack + old_size; in _cpp_expand_op_stack()
H A Dinternal.h433 struct op *op_stack, *op_limit; member
H A Dinit.c240 free (pfile->op_stack); in cpp_destroy()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200224230 (struct cpp_reader): New members op_stack, op_limit.