Searched refs:COND_NOT (Results 1 – 12 of 12) sorted by relevance
46 case COND_NOT: in display_expr()
49 #define COND_NOT 2 /* !bool */ macro
227 case COND_NOT: in cond_evaluate_expr()367 if (e->expr_type == COND_NOT) { in cond_normalize_expr()
1290 case COND_NOT: op = "not"; break; in cond_expr_to_cil()1301 num_params = curr->expr_type == COND_NOT ? 1 : 2; in cond_expr_to_cil()
55 case COND_NOT: op = "not"; num_params = 1; break; in cond_expr_to_str()
54 case COND_NOT: op = "!"; num_params = 1; break; in cond_expr_to_str()
202 case COND_NOT: in display_expr()
405 case COND_NOT: in display_expr()
379 { $$ = define_cond_expr(COND_NOT, $2, 0);
318 case COND_NOT: in display_expr()
3894 expr = define_cond_expr(COND_NOT, expr, 0); in define_conditional()3905 case COND_NOT: in define_conditional()4000 case COND_NOT: in define_cond_expr()
2085 op->expr_type = COND_NOT; in __cil_cond_expr_to_sepol_expr_helper()2191 case COND_NOT: in __cil_validate_cond_expr()