Home
last modified time | relevance | path

Searched refs:CIL_BLOCK (Results 1 - 14 of 14) sorted by relevance

/third_party/selinux/libsepol/cil/src/
H A Dcil_flavor.h160 CIL_BLOCK = CIL_MIN_DECLARATIVE, enumerator
H A Dcil_fqn.c83 if (node->flavor != CIL_BLOCK) { in __cil_fqn_qualify_blocks()
H A Dcil_post.c570 case CIL_BLOCK: { in __cil_post_db_count_helper()
678 case CIL_BLOCK: { in __cil_post_db_array_helper()
1508 case CIL_BLOCK: { in __cil_post_db_neverallow_attr_helper()
1540 case CIL_BLOCK: { in __cil_post_db_attr_helper()
1641 case CIL_BLOCK: { in __cil_post_db_roletype_helper()
1736 case CIL_BLOCK: { in __cil_post_db_userrole_helper()
1821 case CIL_BLOCK: { in __cil_post_db_cat_helper()
2196 case CIL_BLOCK: { in __cil_post_db_classperms_helper()
2252 if (node->flavor == CIL_BLOCK) { in __cil_post_report_conflict()
H A Dcil_resolve_ast.c2342 if (node->flavor != CIL_BLOCK) { in cil_resolve_blockinherit_link()
2404 if (node->flavor == CIL_BLOCK) { in cil_mark_subtree_abstract()
2424 if (block_node->flavor != CIL_BLOCK) { in cil_resolve_blockabstract()
3571 cil_stack_push(stack, CIL_BLOCK, block_node); in cil_check_inheritances()
3648 if (node->flavor == CIL_BLOCK) { in __cil_resolve_ast_node()
3931 node->flavor == CIL_BLOCK || in __cil_resolve_ast_node_helper()
3944 node->flavor == CIL_BLOCK || in __cil_resolve_ast_node_helper()
3985 if (node->flavor == CIL_BLOCK && ((((struct cil_block*)node->data)->is_abstract == CIL_TRUE) && (pass > CIL_PASS_BLKABS))) { in __cil_resolve_ast_node_helper()
4024 if (parent->flavor == CIL_BLOCK) { in __cil_resolve_ast_first_child_helper()
4053 if (parent->flavor == CIL_BLOCK) { in __cil_resolve_ast_last_child_helper()
[all...]
H A Dcil_copy_ast.c108 if (FLAVOR(datum) != CIL_BLOCK) { in cil_copy_block()
1724 case CIL_BLOCK: in __cil_copy_node_helper()
2029 if (orig->flavor == CIL_BLOCK && DATUM(data)->nodes->head != NULL) { in __cil_copy_node_helper()
2060 while (namespace->flavor != CIL_MACRO && namespace->flavor != CIL_BLOCK && namespace->flavor != CIL_ROOT) { in __cil_copy_node_helper()
H A Dcil.c726 case CIL_BLOCK: in cil_destroy_data()
1026 case CIL_BLOCK: in cil_flavor_to_symtab_index()
1132 case CIL_BLOCK: in cil_node_to_string()
1928 case CIL_BLOCK: in cil_destroy_ast_symtabs()
1982 case CIL_BLOCK: in cil_get_symtab()
H A Dcil_find.c356 if (node->flavor == CIL_BLOCK) { in __cil_find_matching_avrule_in_ast()
H A Dcil_policy.c83 case CIL_BLOCK: { in __cil_gather_statements_helper()
1310 case CIL_BLOCK: { in __cil_block_te_rules_to_policy_helper()
1429 case CIL_BLOCK: { in __cil_te_rules_to_policy_helper()
H A Dcil_verify.c1553 } else if (node->flavor == CIL_BLOCK) { in __cil_verify_helper()
1842 case CIL_BLOCK: { in __cil_pre_verify_helper()
H A Dcil_write_ast.c572 case CIL_BLOCK: { in cil_write_ast_node()
H A Dcil_binary.c4007 if (node->flavor == CIL_BLOCK) { in __cil_binary_create_helper()
H A Dcil_build_ast.c222 rc = cil_gen_node(db, ast_node, (struct cil_symtab_datum*)block, (hashtab_key_t)key, CIL_SYM_BLOCKS, CIL_BLOCK); in cil_gen_block()
/third_party/selinux/libsepol/cil/test/unit/
H A Dtest_cil.c70 test_ast_node->parent->flavor = CIL_BLOCK; in test_cil_get_symtab_block()
H A Dtest_cil_build_ast.c225 CuAssertIntEquals(tc, test_ast_node->flavor, CIL_BLOCK); in test_cil_gen_block()

Completed in 94 milliseconds