Home
last modified time | relevance | path

Searched refs:CEXPR_NOT (Results 1 – 9 of 9) sorted by relevance

/third_party/selinux/libsepol/include/sepol/policydb/
Dconstraint.h34 #define CEXPR_NOT 1 /* not expr */ macro
/third_party/selinux/checkpolicy/
Dpolicy_parse.y555 { $$ = define_cexpr(CEXPR_NOT, $2, 0);
Dpolicy_define.c3504 case CEXPR_NOT: in define_constraint()
3647 case CEXPR_NOT: in define_validatetrans()
3754 case CEXPR_NOT: in define_cexpr()
/third_party/selinux/libsepol/src/
Dmodule_to_cil.c1833 case CEXPR_NOT: op = "not"; break; in constraint_expr_to_string()
1842 num_params = expr->expr_type == CEXPR_NOT ? 1 : 2; in constraint_expr_to_string()
Dservices.c478 case CEXPR_NOT: in constraint_expr_eval_reason()
Dkernel_to_cil.c207 case CEXPR_NOT: op = "not"; num_params = 1; break; in constraint_expr_to_str()
Dkernel_to_conf.c204 case CEXPR_NOT: op = "not"; num_params = 1; break; in constraint_expr_to_str()
Dpolicydb.c2182 case CEXPR_NOT: in read_cons_helper()
/third_party/selinux/libsepol/cil/src/
Dcil_binary.c2677 op->expr_type = CEXPR_NOT; in __cil_constrain_expr_to_sepol_expr_helper()
2772 case CEXPR_NOT: in __cil_validate_constrain_expr()