Searched refs:op_limit (Results 1 – 4 of 4) sorted by relevance
514 struct op *op_stack, *op_limit; member
1206 if (++top == pfile->op_limit) in _cpp_parse_expr()1398 size_t old_size = (size_t) (pfile->op_limit - pfile->op_stack); in _cpp_expand_op_stack()1402 pfile->op_limit = pfile->op_stack + new_size; in _cpp_expand_op_stack()
537 struct op *op_stack, *op_limit; member
1434 if (++top == pfile->op_limit) in _cpp_parse_expr()1627 size_t old_size = (size_t) (pfile->op_limit - pfile->op_stack); in _cpp_expand_op_stack()1631 pfile->op_limit = pfile->op_stack + new_size; in _cpp_expand_op_stack()