Home
last modified time | relevance | path

Searched refs:CIL_LIST (Results 1 – 11 of 11) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_flavor.h45 CIL_LIST, enumerator
Dcil_list.c67 if (item->flavor == CIL_LIST) { in cil_list_destroy()
Dcil_resolve_ast.c117 if (curr->flavor == CIL_LIST) { in __cil_resolve_perms()
124 cil_list_append(*perm_datums, CIL_LIST, sub_list); in __cil_resolve_perms()
443 cil_list_append(attr->expr_list, CIL_LIST, attrtypes->datum_expr); in cil_resolve_typeattributeset()
1108 cil_list_append(attr->expr_list, CIL_LIST, attrroles->datum_expr); in cil_resolve_roleattributeset()
3110 case CIL_LIST: { in cil_resolve_expr()
3117 cil_list_append(*datum_expr, CIL_LIST, datum_sub_expr); in cil_resolve_expr()
3156 } else if (curr->flavor == CIL_LIST) { in __cil_evaluate_tunable_expr_helper()
3297 cil_list_append(attr->expr_list, CIL_LIST, attrusers->datum_expr); in cil_resolve_userattributeset()
Dcil_verify.c213 if (r_flavor == CIL_STRING || r_flavor == CIL_LIST) { in cil_verify_constraint_leaf_expr_syntax()
329 } else if (i->flavor == CIL_LIST) { in cil_verify_no_self_reference()
352 if (curr->flavor == CIL_LIST) { in __cil_verify_ranges()
Dcil_copy_ast.c61 case CIL_LIST: { in cil_copy_list()
64 cil_list_append(new, CIL_LIST, new_sub); in cil_copy_list()
1349 case CIL_LIST: { in cil_copy_expr()
1352 cil_list_append(*new, CIL_LIST, sub_list); in cil_copy_expr()
Dcil_tree.c261 case CIL_LIST: in cil_expr_to_string()
1219 if (sens->flavor == CIL_LIST) { in cil_tree_print_node()
Dcil_policy.c461 case CIL_LIST: in cil_perms_to_policy()
656 case CIL_LIST: in cil_expr_to_string()
Dcil_build_ast.c2599 cil_list_append(expr, CIL_LIST, sub_expr); in __cil_fill_expr()
2645 if (operand == NULL) return CIL_LIST; in __cil_get_constraint_operand_flavor()
2712 } else if (r_flavor == CIL_LIST) { in __cil_fill_constraint_leaf_expr()
2715 cil_list_append(*leaf_expr, CIL_LIST, &sub_list); in __cil_fill_constraint_leaf_expr()
2771 cil_list_append(*expr, CIL_LIST, lexpr); in __cil_fill_constraint_expr()
2784 cil_list_append(*expr, CIL_LIST, lexpr); in __cil_fill_constraint_expr()
2785 cil_list_append(*expr, CIL_LIST, rexpr); in __cil_fill_constraint_expr()
Dcil_post.c59 case CIL_LIST: in cil_verify_is_list()
1023 } else if (curr->flavor == CIL_LIST) { in __cil_expr_to_bitmap_helper()
Dcil.c478 case CIL_LIST: in cil_destroy_data()
875 case CIL_LIST: in cil_node_to_string()
Dcil_binary.c1822 } else if (curr->flavor == CIL_LIST) { in __cil_expr_to_string_helper()
1915 } else if (item->flavor == CIL_LIST) { in __cil_cond_item_to_sepol_expr()
2455 } else if (r_item->flavor == CIL_LIST) { in __cil_constrain_expr_leaf_to_sepol_expr()