Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dexpr.cc1314 struct op *top = pfile->op_stack; in _cpp_parse_expr()
1462 if (top != pfile->op_stack) in _cpp_parse_expr()
1641 size_t old_size = (size_t) (pfile->op_limit - pfile->op_stack); in _cpp_expand_op_stack()
1644 pfile->op_stack = XRESIZEVEC (struct op, pfile->op_stack, new_size); in _cpp_expand_op_stack()
1645 pfile->op_limit = pfile->op_stack + new_size; in _cpp_expand_op_stack()
1647 return pfile->op_stack + old_size; in _cpp_expand_op_stack()
H A Dinternal.h559 struct op *op_stack, *op_limit; member
H A Dinit.cc318 free (pfile->op_stack); in cpp_destroy()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dexpr.c1288 struct op *top = pfile->op_stack; in _cpp_parse_expr()
1436 if (top != pfile->op_stack) in _cpp_parse_expr()
1615 size_t old_size = (size_t) (pfile->op_limit - pfile->op_stack); in _cpp_expand_op_stack()
1618 pfile->op_stack = XRESIZEVEC (struct op, pfile->op_stack, new_size); in _cpp_expand_op_stack()
1619 pfile->op_limit = pfile->op_stack + new_size; in _cpp_expand_op_stack()
1621 return pfile->op_stack + old_size; in _cpp_expand_op_stack()
H A Dinternal.h544 struct op *op_stack, *op_limit; member
H A Dinit.c309 free (pfile->op_stack); in cpp_destroy()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200224230 (struct cpp_reader): New members op_stack, op_limit.