Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_flavor.h129 CIL_OP = CIL_MIN_OP_OPERANDS, enumerator
Dcil_policy.c470 case CIL_OP: { in cil_perms_to_policy()
671 case CIL_OP: { in cil_expr_to_string()
Dcil_post.c62 case CIL_OP: in cil_verify_is_list()
1053 if (curr->flavor == CIL_OP) { in __cil_expr_to_bitmap()
Dcil_build_ast.c2558 cil_list_append(expr, CIL_OP, (void *)op); in __cil_fill_expr_helper()
2706 cil_list_append(*leaf_expr, CIL_OP, (void *)op); in __cil_fill_constraint_leaf_expr()
2770 cil_list_append(*expr, CIL_OP, (void *)op); in __cil_fill_constraint_expr()
2783 cil_list_append(*expr, CIL_OP, (void *)op); in __cil_fill_constraint_expr()
Dcil_tree.c276 case CIL_OP: { in cil_expr_to_string()
Dcil_copy_ast.c1361 case CIL_OP: in cil_copy_expr()
Dcil.c759 case CIL_OP: in cil_destroy_data()
Dcil_binary.c1847 if (curr->flavor == CIL_OP) { in __cil_expr_to_string()
1945 } else if (item->flavor == CIL_OP) { in __cil_cond_expr_to_sepol_expr_helper()
Dcil_resolve_ast.c3170 } else if (curr->flavor == CIL_OP) { in __cil_evaluate_tunable_expr()