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()
1302 case COND_NOT: op = "not"; break; in cond_expr_to_cil()1313 num_params = curr->expr_type == COND_NOT ? 1 : 2; in cond_expr_to_cil()
54 case COND_NOT: op = "!"; num_params = 1; break; in cond_expr_to_str()
55 case COND_NOT: op = "not"; num_params = 1; break; in cond_expr_to_str()
202 case COND_NOT: in display_expr()
406 case COND_NOT: in display_expr()
378 { $$ = define_cond_expr(COND_NOT, $2, 0);
320 case COND_NOT: in display_expr()
3963 expr = define_cond_expr(COND_NOT, expr, 0); in define_conditional()3974 case COND_NOT: in define_conditional()4069 case COND_NOT: in define_cond_expr()
2146 op->expr_type = COND_NOT; in __cil_cond_expr_to_sepol_expr_helper()