Searched refs:COND_NOT (Results 1 – 10 of 10) sorted by relevance
46 case COND_NOT: in display_expr()
48 #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()
1155 case COND_NOT: op = "not"; break; in cond_expr_to_cil()1166 num_params = curr->expr_type == COND_NOT ? 1 : 2; in cond_expr_to_cil()
202 case COND_NOT: in display_expr()
381 case COND_NOT: in display_expr()
370 { $$ = define_cond_expr(COND_NOT, $2, 0);
314 case COND_NOT: in display_expr()
3827 expr = define_cond_expr(COND_NOT, expr, 0); in define_conditional()3838 case COND_NOT: in define_conditional()3933 case COND_NOT: in define_cond_expr()
1954 op->expr_type = COND_NOT; in __cil_cond_expr_to_sepol_expr_helper()