Home
last modified time | relevance | path

Searched refs:CIL_CONS_OPERAND (Results 1 – 8 of 8) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_flavor.h143 CIL_CONS_OPERAND, enumerator
Dcil_policy.c361 if (flavor == CIL_CONS_OPERAND) { in __cil_cons_leaf_operand_len()
477 if (flavor == CIL_CONS_OPERAND) { in __cil_cons_leaf_operand_to_string()
Dcil_write_ast.c160 case CIL_CONS_OPERAND: { in __cil_unfill_expr_helper()
Dcil_tree.c436 case CIL_CONS_OPERAND: { in cil_expr_to_string()
Dcil_copy_ast.c1387 case CIL_CONS_OPERAND: in cil_copy_expr()
Dcil.c779 case CIL_CONS_OPERAND: in cil_destroy_data()
Dcil_build_ast.c2684 cil_list_append(*leaf_expr, CIL_CONS_OPERAND, (void *)l_flavor); in __cil_fill_constraint_leaf_expr()
2693 cil_list_append(*leaf_expr, CIL_CONS_OPERAND, (void *)r_flavor); in __cil_fill_constraint_leaf_expr()
Dcil_binary.c2636 if (r_item->flavor == CIL_CONS_OPERAND) { in __cil_constrain_expr_leaf_to_sepol_expr()