Searched refs:cil_block (Results 1 – 15 of 15) sorted by relevance
75 struct cil_block *block = (struct cil_block *)d; in __cil_fqn_qualify_blocks()
329 struct cil_block { struct338 struct cil_block *block; argument962 void cil_block_init(struct cil_block **block);
336 struct cil_block *blk = node->data; in __cil_post_db_count_helper()438 struct cil_block *blk = node->data; in __cil_post_db_array_helper()1229 struct cil_block *blk = node->data; in __cil_post_db_attr_helper()1330 struct cil_block *blk = node->data; in __cil_post_db_roletype_helper()1417 struct cil_block *blk = NULL; in __cil_post_db_userrole_helper()1518 struct cil_block *blk = node->data; in __cil_post_db_cat_helper()1873 struct cil_block *blk = node->data; in __cil_post_db_classperms_helper()
356 struct cil_block *blk = node->data; in __cil_find_matching_avrule_in_ast()
2229 inherit->block = (struct cil_block *)block_datum; in cil_resolve_blockinherit_link()2278 struct cil_block *block = NULL; in cil_check_recursive_blockinherit()2309 struct cil_block *block = current->data; in cil_resolve_blockinherit_copy()2366 ((struct cil_block*)block_datum)->is_abstract = CIL_TRUE; in cil_resolve_blockabstract()3643 …if (node->flavor == CIL_BLOCK && ((((struct cil_block*)node->data)->is_abstract == CIL_TRUE) && (p… in __cil_resolve_ast_node_helper()3954 symtab = &((struct cil_block*)node->data)->symtab[sym_index]; in __cil_resolve_name_with_parents()4063 symtab = &((struct cil_block*)node->data)->symtab[CIL_SYM_BLOCKS]; in cil_resolve_name()
44 void cil_destroy_block(struct cil_block *block);
83 struct cil_block *blk = node->data; in __cil_gather_statements_helper()1313 struct cil_block *blk = node->data; in __cil_block_te_rules_to_policy_helper()1432 struct cil_block *blk = node->data; in __cil_te_rules_to_policy_helper()
1365 struct cil_block *blk = node->data; in __cil_verify_helper()1622 struct cil_block *blk = node->data; in __cil_pre_verify_helper()
1701 cil_symtab_array_destroy(((struct cil_block*)current->data)->symtab); in cil_destroy_ast_symtabs()1755 *symtab = &((struct cil_block*)node->data)->symtab[sym_index]; in cil_get_symtab()1872 void cil_block_init(struct cil_block **block) in cil_block_init()
100 struct cil_block *orig = data; in cil_copy_block()106 struct cil_block *new; in cil_copy_block()
677 struct cil_block *block = node->data; in cil_tree_print_node()
162 struct cil_block *block = NULL; in cil_gen_block()194 void cil_destroy_block(struct cil_block *block) in cil_destroy_block()
3781 struct cil_block *blk = node->data; in __cil_binary_create_helper()
42 struct cil_block *test_block = malloc(sizeof(*test_block)); in test_cil_symtab_insert()
224 CuAssertIntEquals(tc, ((struct cil_block*)test_ast_node->data)->is_abstract, 0); in test_cil_gen_block()353 cil_destroy_block((struct cil_block*)test_ast_node->data); in test_cil_destroy_block()