Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_flavor.h137 CIL_XOR, enumerator
Dcil_verify.c171 case CIL_XOR: in cil_verify_expr_syntax()
Dcil_write_ast.c112 case CIL_XOR: in __cil_unfill_expr_helper()
Dcil_tree.c391 case CIL_XOR: in cil_expr_to_string()
Dcil_policy.c304 case CIL_XOR: in cil_cond_expr_to_policy()
Dcil.c1322 case CIL_XOR: in cil_node_to_string()
Dcil_post.c1364 } else if (op == CIL_XOR) { in __cil_expr_to_bitmap()
Dcil_binary.c2018 } else if (op == CIL_XOR) { in __cil_expr_to_string()
2108 case CIL_XOR: in __cil_cond_expr_to_sepol_expr_helper()
Dcil_resolve_ast.c3279 else if (op_flavor == CIL_XOR) return (v1 ^ v2); in __cil_evaluate_tunable_expr()
Dcil_build_ast.c2541 else if (op == CIL_KEY_XOR) return CIL_XOR; in __cil_get_expr_operator_flavor()