Searched refs:cx_and (Results 1 – 4 of 4) sorted by relevance
403 cx->cx_and.left = NULL; in condexpr_create()404 cx->cx_and.right = NULL; in condexpr_create()435 condexpr_destroy(expr->cx_and.left); in condexpr_destroy()436 condexpr_destroy(expr->cx_and.right); in condexpr_destroy()
576 lhs = expr_eval(expr->cx_and.left, fn, ctx); in expr_eval()577 rhs = expr_eval(expr->cx_and.right, fn, ctx); in expr_eval()
1297 cx->cx_and.left = left; in mk_cx_and()1298 cx->cx_and.right = right; in mk_cx_and()
402 #define cx_and cx_u.and macro