Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/src/
Dcil_flavor.h160 CIL_BLOCK = CIL_MIN_DECLARATIVE, enumerator
Dcil_fqn.c83 if (node->flavor != CIL_BLOCK) { in __cil_fqn_qualify_blocks()
Dcil_post.c570 case CIL_BLOCK: { in __cil_post_db_count_helper()
678 case CIL_BLOCK: { in __cil_post_db_array_helper()
1520 case CIL_BLOCK: { in __cil_post_db_neverallow_attr_helper()
1552 case CIL_BLOCK: { in __cil_post_db_attr_helper()
1653 case CIL_BLOCK: { in __cil_post_db_roletype_helper()
1748 case CIL_BLOCK: { in __cil_post_db_userrole_helper()
1833 case CIL_BLOCK: { in __cil_post_db_cat_helper()
2208 case CIL_BLOCK: { in __cil_post_db_classperms_helper()
2264 if (node->flavor == CIL_BLOCK) { in __cil_post_report_conflict()
Dcil_resolve_ast.c2327 if (node->flavor != CIL_BLOCK) { in cil_resolve_blockinherit_link()
2395 if (block_node->flavor != CIL_BLOCK) { in cil_resolve_blockabstract()
3542 cil_stack_push(stack, CIL_BLOCK, block_node); in cil_check_inheritances()
3619 if (node->flavor == CIL_BLOCK) { in __cil_resolve_ast_node()
3902 node->flavor == CIL_BLOCK || in __cil_resolve_ast_node_helper()
3915 node->flavor == CIL_BLOCK || in __cil_resolve_ast_node_helper()
3956 …if (node->flavor == CIL_BLOCK && ((((struct cil_block*)node->data)->is_abstract == CIL_TRUE) && (p… in __cil_resolve_ast_node_helper()
3995 if (parent->flavor == CIL_BLOCK) { in __cil_resolve_ast_first_child_helper()
4024 if (parent->flavor == CIL_BLOCK) { in __cil_resolve_ast_last_child_helper()
4028 if (n->flavor == CIL_BLOCK) { in __cil_resolve_ast_last_child_helper()
[all …]
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()
1919 case CIL_BLOCK: in cil_destroy_ast_symtabs()
1973 case CIL_BLOCK: in cil_get_symtab()
Dcil_find.c356 if (node->flavor == CIL_BLOCK) { in __cil_find_matching_avrule_in_ast()
Dcil_copy_ast.c108 if (FLAVOR(datum) != CIL_BLOCK) { in cil_copy_block()
1724 case CIL_BLOCK: in __cil_copy_node_helper()
2023 if (orig->flavor == CIL_BLOCK && DATUM(data)->nodes->head != NULL) { in __cil_copy_node_helper()
2054 …while (namespace->flavor != CIL_MACRO && namespace->flavor != CIL_BLOCK && namespace->flavor != CI… in __cil_copy_node_helper()
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()
Dcil_verify.c1551 } else if (node->flavor == CIL_BLOCK) { in __cil_verify_helper()
1840 case CIL_BLOCK: { in __cil_pre_verify_helper()
Dcil_write_ast.c572 case CIL_BLOCK: { in cil_write_ast_node()
Dcil_binary.c3873 if (node->flavor == CIL_BLOCK) { in __cil_binary_create_helper()
Dcil_build_ast.c222 …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/
Dtest_cil.c70 test_ast_node->parent->flavor = CIL_BLOCK; in test_cil_get_symtab_block()
Dtest_cil_build_ast.c225 CuAssertIntEquals(tc, test_ast_node->flavor, CIL_BLOCK); in test_cil_gen_block()