Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_flavor.h133 CIL_OP = CIL_MIN_OP_OPERANDS, enumerator
Dcil_post.c142 case CIL_OP: in cil_verify_is_list()
1303 if (curr->flavor == CIL_OP) { in __cil_expr_to_bitmap()
Dcil_write_ast.c86 case CIL_OP: { in __cil_unfill_expr_helper()
Dcil_build_ast.c2567 cil_list_append(expr, CIL_OP, (void *)op); in __cil_fill_expr_helper()
2716 cil_list_append(*leaf_expr, CIL_OP, (void *)op); in __cil_fill_constraint_leaf_expr()
2780 cil_list_append(*expr, CIL_OP, (void *)op); in __cil_fill_constraint_expr()
2794 cil_list_append(*expr, CIL_OP, (void *)op); in __cil_fill_constraint_expr()
Dcil_tree.c362 case CIL_OP: { in cil_expr_to_string()
Dcil_policy.c286 if (i1->flavor == CIL_OP) { in cil_cond_expr_to_policy()
Dcil.c791 case CIL_OP: in cil_destroy_data()
Dcil_copy_ast.c1429 case CIL_OP: in cil_copy_expr()
Dcil_binary.c2038 if (curr->flavor == CIL_OP) { in __cil_expr_to_string()
2137 } else if (item->flavor == CIL_OP) { in __cil_cond_expr_to_sepol_expr_helper()
Dcil_resolve_ast.c3271 } else if (curr->flavor == CIL_OP) { in __cil_evaluate_tunable_expr()