Searched refs:CIL_BLOCK (Results 1 – 15 of 15) sorted by relevance
158 CIL_BLOCK = CIL_MIN_DECLARATIVE, enumerator
81 if (node->flavor != CIL_BLOCK) { in __cil_fqn_qualify_blocks()
335 case CIL_BLOCK: { in __cil_post_db_count_helper()437 case CIL_BLOCK: { in __cil_post_db_array_helper()1236 case CIL_BLOCK: { in __cil_post_db_attr_helper()1337 case CIL_BLOCK: { in __cil_post_db_roletype_helper()1436 case CIL_BLOCK: { in __cil_post_db_userrole_helper()1525 case CIL_BLOCK: { in __cil_post_db_cat_helper()1880 case CIL_BLOCK: { in __cil_post_db_classperms_helper()
2271 if (node->flavor != CIL_BLOCK) { in cil_resolve_blockinherit_link()2299 if (curr->flavor == CIL_BLOCK) { in cil_print_recursive_blockinherit()2312 if (curr->flavor == CIL_BLOCK) { in cil_print_recursive_blockinherit()2332 if (curr->flavor != CIL_BLOCK) { in cil_check_recursive_blockinherit()2409 if (block_node->flavor != CIL_BLOCK) { in cil_resolve_blockabstract()3382 if (node->flavor == CIL_BLOCK) { in __cil_resolve_ast_node()3661 node->flavor == CIL_BLOCK || in __cil_resolve_ast_node_helper()3695 …if (node->flavor == CIL_BLOCK && ((((struct cil_block*)node->data)->is_abstract == CIL_TRUE) && (p… in __cil_resolve_ast_node_helper()3743 if (parent->flavor == CIL_OPTIONAL || parent->flavor == CIL_BLOCK) { in __cil_resolve_ast_first_child_helper()3756 } else if (parent->flavor == CIL_BLOCK) { in __cil_resolve_ast_first_child_helper()[all …]
502 case CIL_BLOCK: in cil_destroy_data()796 case CIL_BLOCK: in cil_flavor_to_symtab_index()902 case CIL_BLOCK: in cil_node_to_string()1708 case CIL_BLOCK: in cil_destroy_ast_symtabs()1762 case CIL_BLOCK: in cil_get_symtab()
355 if (node->flavor == CIL_BLOCK) { in __cil_find_matching_avrule_in_ast()
82 case CIL_BLOCK: { in __cil_gather_statements_helper()1312 case CIL_BLOCK: { in __cil_block_te_rules_to_policy_helper()1431 case CIL_BLOCK: { in __cil_te_rules_to_policy_helper()
1364 } else if (node->flavor == CIL_BLOCK) { in __cil_verify_helper()1621 } else if (node->flavor == CIL_BLOCK) { in __cil_pre_verify_helper()
1732 case CIL_BLOCK: in __cil_copy_node_helper()2027 …while (namespace->flavor != CIL_MACRO && namespace->flavor != CIL_BLOCK && namespace->flavor != CI… in __cil_copy_node_helper()
1169 case CIL_BLOCK: in __cil_write_node_helper()
676 case CIL_BLOCK: { in cil_tree_print_node()
3798 if (node->flavor == CIL_BLOCK) { in __cil_binary_create_helper()
180 …node(db, ast_node, (struct cil_symtab_datum*)block, (hashtab_key_t)key, CIL_SYM_BLOCKS, CIL_BLOCK); in cil_gen_block()
70 test_ast_node->parent->flavor = CIL_BLOCK; in test_cil_get_symtab_block()
225 CuAssertIntEquals(tc, test_ast_node->flavor, CIL_BLOCK); in test_cil_gen_block()