Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/src/
Dcil_flavor.h133 CIL_OP = CIL_MIN_OP_OPERANDS, enumerator
Dcil_post.c149 case CIL_OP: in cil_verify_is_list()
1317 if (curr->flavor == CIL_OP) { in __cil_expr_to_bitmap()
Dcil_build_ast.c2618 cil_list_append(expr, CIL_OP, (void *)op); in __cil_fill_expr_helper()
2760 cil_list_append(*leaf_expr, CIL_OP, (void *)op); in __cil_fill_constraint_leaf_expr()
2821 cil_list_append(*expr, CIL_OP, (void *)op); in __cil_fill_constraint_expr()
2835 cil_list_append(*expr, CIL_OP, (void *)op); in __cil_fill_constraint_expr()
Dcil_verify.c1742 if (i->flavor != CIL_OP) { in __cil_verify_classperms()
Dcil_write_ast.c84 case CIL_OP: { in write_expr()
Dcil_policy.c287 if (i1->flavor == CIL_OP) { in cil_cond_expr_to_policy()
Dcil_resolve_ast.c3299 if (curr->flavor == CIL_OP) { in cil_resolve_expr()
3352 } else if (curr->flavor == CIL_OP) { in __cil_evaluate_tunable_expr()
Dcil_copy_ast.c1421 case CIL_OP: in cil_copy_expr()
Dcil.c1008 case CIL_OP: in cil_destroy_data()
Dcil_binary.c1977 if (curr->flavor == CIL_OP) { in __cil_expr_to_string()
2076 } else if (item->flavor == CIL_OP) { in __cil_cond_expr_to_sepol_expr_helper()