Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/src/
Dcil_flavor.h145 CIL_CONS_OPERAND, enumerator
Dcil_policy.c360 if (flavor == CIL_CONS_OPERAND) { in __cil_cons_leaf_operand_len()
474 if (flavor == CIL_CONS_OPERAND) { in __cil_cons_leaf_operand_to_string()
Dcil_write_ast.c128 case CIL_CONS_OPERAND: { in write_expr()
Dcil_copy_ast.c1424 case CIL_CONS_OPERAND: in cil_copy_expr()
Dcil.c1009 case CIL_CONS_OPERAND: in cil_destroy_data()
Dcil_build_ast.c2762 cil_list_append(*leaf_expr, CIL_CONS_OPERAND, (void *)l_flavor); in __cil_fill_constraint_leaf_expr()
2775 cil_list_append(*leaf_expr, CIL_CONS_OPERAND, (void *)r_flavor); in __cil_fill_constraint_leaf_expr()
Dcil_binary.c2704 if (r_item->flavor == CIL_CONS_OPERAND) { in __cil_constrain_expr_leaf_to_sepol_expr()