Searched refs:CIL_BLOCK (Results 1 – 13 of 13) sorted by relevance
154 CIL_BLOCK = CIL_MIN_DECLARATIVE, enumerator
81 if (node->flavor != CIL_BLOCK) { in __cil_fqn_qualify_blocks()
332 case CIL_BLOCK: { in __cil_post_db_count_helper()409 case CIL_BLOCK: { in __cil_post_db_array_helper()1001 case CIL_BLOCK: { in __cil_post_db_attr_helper()1077 case CIL_BLOCK: { in __cil_post_db_roletype_helper()1169 case CIL_BLOCK: { in __cil_post_db_cat_helper()1524 case CIL_BLOCK: { in __cil_post_db_classperms_helper()
476 case CIL_BLOCK: in cil_destroy_data()754 case CIL_BLOCK: in cil_flavor_to_symtab_index()856 case CIL_BLOCK: in cil_node_to_string()1626 case CIL_BLOCK: in cil_destroy_ast_symtabs()1680 case CIL_BLOCK: in cil_get_symtab()
2078 if (node->flavor != CIL_BLOCK) { in cil_resolve_blockinherit_link()2146 if (block_node->flavor != CIL_BLOCK) { in cil_resolve_blockabstract()3008 if (node->flavor == CIL_BLOCK) { in __cil_resolve_ast_node()3290 …if (node->flavor == CIL_BLOCK && ((((struct cil_block*)node->data)->is_abstract == CIL_TRUE) && (p… in __cil_resolve_ast_node_helper()3568 case CIL_BLOCK: in __cil_resolve_name_with_parents()3670 if (node->flavor == CIL_BLOCK) { in cil_resolve_name()
1308 } else if (node->flavor == CIL_BLOCK) { in __cil_verify_helper()1542 } else if (node->flavor == CIL_BLOCK) { in __cil_verify_no_classperms_loop_helper()
1615 case CIL_BLOCK: in __cil_copy_node_helper()1886 …while (namespace->flavor != CIL_MACRO && namespace->flavor != CIL_BLOCK && namespace->flavor != CI… in __cil_copy_node_helper()
590 case CIL_BLOCK: { in cil_tree_print_node()
1141 if (node->flavor == CIL_BLOCK && ((struct cil_block*)node->data)->is_abstract == CIL_TRUE) { in __cil_gen_policy_node_helper()
3294 if (node->flavor == CIL_BLOCK) { in __cil_binary_create_helper()
181 …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()