Searched refs:CEXPR_NOT (Results 1 – 7 of 7) sorted by relevance
32 #define CEXPR_NOT 1 /* not expr */ macro
546 { $$ = define_cexpr(CEXPR_NOT, $2, 0);
3434 case CEXPR_NOT: in define_constraint()3580 case CEXPR_NOT: in define_validatetrans()3687 case CEXPR_NOT: in define_cexpr()
1739 case CEXPR_NOT: op = "not"; break; in constraint_expr_to_string()1748 num_params = expr->expr_type == CEXPR_NOT ? 1 : 2; in constraint_expr_to_string()
473 case CEXPR_NOT: in constraint_expr_eval_reason()
2033 case CEXPR_NOT: in read_cons_helper()
2500 op->expr_type = CEXPR_NOT; in __cil_constrain_expr_to_sepol_expr_helper()