Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_flavor.h136 CIL_OR, enumerator
Dcil_policy.c294 case CIL_OR: in cil_cond_expr_to_policy()
435 case CIL_OR: in cil_cons_expr_len()
622 case CIL_OR: in __cil_cons_expr_to_string()
Dcil_verify.c170 case CIL_OR: in cil_verify_expr_syntax()
292 case CIL_OR: in cil_verify_constraint_expr_syntax()
Dcil_tree.c376 case CIL_OR: in cil_expr_to_string()
1059 case CIL_OR: in cil_tree_print_node()
Dcil_write_ast.c94 case CIL_OR: in __cil_unfill_expr_helper()
Dcil_binary.c2054 if (op == CIL_OR) { in __cil_expr_to_string()
2141 case CIL_OR: in __cil_cond_expr_to_sepol_expr_helper()
2695 case CIL_OR: in __cil_constrain_expr_to_sepol_expr_helper()
Dcil.c1156 case CIL_OR: in cil_node_to_string()
Dcil_post.c1360 if (op == CIL_OR) { in __cil_expr_to_bitmap()
Dcil_build_ast.c2537 else if (op == CIL_KEY_OR) return CIL_OR; in __cil_get_expr_operator_flavor()
2643 else if (op == CIL_KEY_OR) return CIL_OR; in __cil_get_constraint_operator_flavor()
Dcil_resolve_ast.c3273 else if (op_flavor == CIL_OR) return (v1 || v2); in __cil_evaluate_tunable_expr()