Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/src/
Dcil_flavor.h137 CIL_XOR, enumerator
Dcil_verify.c206 case CIL_XOR: in cil_verify_expr_syntax()
Dcil_write_ast.c106 case CIL_XOR: in write_expr()
Dcil_policy.c305 case CIL_XOR: in cil_cond_expr_to_policy()
Dcil.c1376 case CIL_XOR: in cil_node_to_string()
Dcil_binary.c2085 } else if (op == CIL_XOR) { in __cil_expr_to_string()
2175 case CIL_XOR: in __cil_cond_expr_to_sepol_expr_helper()
Dcil_post.c1378 } else if (op == CIL_XOR) { in __cil_expr_to_bitmap()
Dcil_resolve_ast.c3393 else if (op_flavor == CIL_XOR) return (v1 ^ v2); in __cil_evaluate_tunable_expr()
Dcil_build_ast.c2597 else if (op == CIL_KEY_XOR) return CIL_XOR; in __cil_get_expr_operator_flavor()