Searched refs:op_limit (Results 1 – 5 of 5) sorted by relevance
872 if (++top == pfile->op_limit) in _cpp_parse_expr()1043 size_t old_size = (size_t) (pfile->op_limit - pfile->op_stack); in _cpp_expand_op_stack()1047 pfile->op_limit = pfile->op_stack + new_size; in _cpp_expand_op_stack()
424 struct op *op_stack, *op_limit; member
864 if (++top == pfile->op_limit)1041 size_t old_size = (size_t) (pfile->op_limit - pfile->op_stack);1046 pfile->op_limit = pfile->op_stack + new_size;
432 struct op *op_stack, *op_limit; member
7966 * cppexp.c (_cpp_expand_op_stack): Set op_limit.9783 (struct cpp_reader): New members op_stack, op_limit.