Lines Matching refs:ops
770 IF_BC(BcVec ops;)
3736 IF_BC(bc_vec_pop_all(&p->ops);) in xc_parse_reset()
3745 IF_BC(bc_vec_free(&G.prs.ops);) in xc_parse_free()
3757 IF_BC(bc_vec_init(&p->ops, sizeof(BcLexType), NULL);) in xc_parse_create()
3804 #define BC_PARSE_TOP_OP(p) (*(BcLexType*)bc_vec_top(&(p)->ops))
3842 while (p->ops.len > start) { in bc_parse_operator()
3850 bc_vec_pop(&p->ops); in bc_parse_operator()
3854 bc_vec_push(&p->ops, &type); in bc_parse_operator()
3862 if (p->ops.len <= ops_bgn) in zbc_parse_rightParen()
3869 bc_vec_pop(&p->ops); in zbc_parse_rightParen()
3872 if (p->ops.len <= ops_bgn) in zbc_parse_rightParen()
3877 bc_vec_pop(&p->ops); in zbc_parse_rightParen()
4163 bc_vec_push(&p->ops, &type); in zbc_parse_minus()
4795 size_t nexprs = 0, ops_bgn = p->ops.len; in zbc_parse_expr()
4882 bc_vec_push(&p->ops, &t); in zbc_parse_expr()
4978 while (p->ops.len > ops_bgn) { in zbc_parse_expr()
4988 bc_vec_pop(&p->ops); in zbc_parse_expr()