Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/src/
Dcil_flavor.h84 CIL_CATORDER, enumerator
Dcil_reset_ast.c639 case CIL_CATORDER: in __cil_reset_node()
Dcil.c890 case CIL_CATORDER: in cil_destroy_data()
1250 case CIL_CATORDER: in cil_node_to_string()
Dcil_resolve_ast.c1579 cil_list_init(&new, CIL_CATORDER); in cil_resolve_catorder()
1601 cil_list_append(catorder_list, CIL_CATORDER, ordered); in cil_resolve_catorder()
3686 case CIL_CATORDER: in __cil_resolve_ast_node()
Dcil_write_ast.c890 case CIL_CATORDER: { in cil_write_ast_node()
Dcil_copy_ast.c1884 case CIL_CATORDER: in __cil_copy_node_helper()
Dcil_build_ast.c3667 rc = cil_fill_list(parse_current->next->cl_head, CIL_CATORDER, &catorder->cat_list_str); in cil_gen_catorder()
3681 ast_node->flavor = CIL_CATORDER; in cil_gen_catorder()
/third_party/selinux/libsepol/cil/test/unit/
Dtest_cil_copy_ast.c2219 parent_node->flavor = CIL_CATORDER; in test_cil_copy_node_helper_catorder()