Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/src/
Dcil_flavor.h41 CIL_ROOT, enumerator
Dcil_tree.c223 new_node->flavor = CIL_ROOT; in cil_tree_node_init()
Dcil_write_ast.c1529 if (parent->flavor != CIL_ROOT) { in __write_parse_ast_first_child_helper()
1541 if (parent->flavor == CIL_ROOT) { in __write_parse_ast_last_child_helper()
1581 if (parent->flavor != CIL_SRC_INFO && parent->flavor != CIL_ROOT) { in __write_cil_ast_first_child_helper()
1593 if (parent->flavor == CIL_ROOT) { in __write_cil_ast_last_child_helper()
Dcil.c706 case CIL_ROOT: in cil_destroy_data()
1116 case CIL_ROOT: in cil_node_to_string()
1979 case CIL_ROOT: in cil_get_symtab()
Dcil_resolve_ast.c3188 while (n && n->flavor != CIL_ROOT) { in cil_resolve_call_args()
4056 while (n && n->flavor != CIL_ROOT) { in __cil_resolve_ast_last_child_helper()
4073 while (n && n->flavor != CIL_ROOT) { in __cil_resolve_ast_last_child_helper()
4294 case CIL_ROOT: in __cil_resolve_name_with_parents()
Dcil_copy_ast.c2060 …amespace->flavor != CIL_MACRO && namespace->flavor != CIL_BLOCK && namespace->flavor != CIL_ROOT) { in __cil_copy_node_helper()
2115 if (node->flavor != CIL_ROOT) { in __cil_copy_last_child_helper()
Dcil_build_ast.c6551 if (ast->flavor == CIL_ROOT) { in __cil_build_ast_last_child_helper()
6573 while (n && n->flavor != CIL_ROOT) { in __cil_build_ast_last_child_helper()
/third_party/selinux/libsepol/cil/test/unit/
Dtest_cil.c106 test_ast_node->parent->flavor = CIL_ROOT; in test_cil_get_symtab_root()
DCilTest.c93 new_tree->root->flavor = CIL_ROOT; in gen_test_tree()
Dtest_cil_copy_ast.c1455 root->flavor = CIL_ROOT; in test_cil_copy_node_helper_perm()