Searched refs:op_stack (Results 1 – 7 of 7) sorted by relevance
1314 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()
559 struct op *op_stack, *op_limit; member
318 free (pfile->op_stack); in cpp_destroy()
1288 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()
544 struct op *op_stack, *op_limit; member
309 free (pfile->op_stack); in cpp_destroy()
24230 (struct cpp_reader): New members op_stack, op_limit.