Searched refs:CEXPR_NOT (Results 1 – 9 of 9) sorted by relevance
34 #define CEXPR_NOT 1 /* not expr */ macro
556 { $$ = define_cexpr(CEXPR_NOT, $2, 0);
3539 case CEXPR_NOT: in define_constraint()3682 case CEXPR_NOT: in define_validatetrans()3789 case CEXPR_NOT: in define_cexpr()
1822 case CEXPR_NOT: op = "not"; break; in constraint_expr_to_string()1831 num_params = expr->expr_type == CEXPR_NOT ? 1 : 2; in constraint_expr_to_string()
474 case CEXPR_NOT: in constraint_expr_eval_reason()
200 case CEXPR_NOT: op = "not"; num_params = 1; break; in constraint_expr_to_str()
203 case CEXPR_NOT: op = "not"; num_params = 1; break; in constraint_expr_to_str()
2199 case CEXPR_NOT: in read_cons_helper()
2641 op->expr_type = CEXPR_NOT; in __cil_constrain_expr_to_sepol_expr_helper()