Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_flavor.h131 CIL_AND, enumerator
Dcil_tree.c287 case CIL_AND: in cil_expr_to_string()
959 case CIL_AND: in cil_tree_print_node()
Dcil_policy.c475 case CIL_AND: in cil_perms_to_policy()
682 case CIL_AND: in cil_expr_to_string()
Dcil_verify.c163 case CIL_AND: in cil_verify_expr_syntax()
285 case CIL_AND: in cil_verify_constraint_expr_syntax()
Dcil_binary.c1871 } else if (op == CIL_AND) { in __cil_expr_to_string()
1959 case CIL_AND: in __cil_cond_expr_to_sepol_expr_helper()
2502 case CIL_AND: in __cil_constrain_expr_to_sepol_expr_helper()
Dcil.c1115 case CIL_AND: in cil_node_to_string()
Dcil_post.c1111 } else if (op == CIL_AND) { in __cil_expr_to_bitmap()
Dcil_build_ast.c2527 else if (op == CIL_KEY_AND) return CIL_AND; in __cil_get_expr_operator_flavor()
2632 if (op == CIL_KEY_AND) return CIL_AND; in __cil_get_constraint_operator_flavor()
Dcil_resolve_ast.c3180 if (op_flavor == CIL_AND) return (v1 && v2); in __cil_evaluate_tunable_expr()