Searched refs:CEXPR_NOT (Results 1 – 10 of 10) sorted by relevance
33 #define CEXPR_NOT 1 /* not expr */ macro
555 { $$ = define_cexpr(CEXPR_NOT, $2, 0);
3544 case CEXPR_NOT: in define_constraint()3703 case CEXPR_NOT: in define_validatetrans()3810 case CEXPR_NOT: in define_cexpr()
320 case CEXPR_NOT: in validate_constraint_nodes()
1843 case CEXPR_NOT: op = "not"; break; in constraint_expr_to_string()1852 num_params = expr->expr_type == CEXPR_NOT ? 1 : 2; in constraint_expr_to_string()
478 case CEXPR_NOT: in constraint_expr_eval_reason()
208 case CEXPR_NOT: op = "not"; num_params = 1; break; in constraint_expr_to_str()
211 case CEXPR_NOT: op = "not"; num_params = 1; break; in constraint_expr_to_str()
2197 case CEXPR_NOT: in read_cons_helper()
2759 op->expr_type = CEXPR_NOT; in __cil_constrain_expr_to_sepol_expr_helper()2854 case CEXPR_NOT: in __cil_validate_constrain_expr()