/external/selinux/libsepol/cil/src/ |
cil_flavor.h | 156 CIL_BLOCK = CIL_MIN_DECLARATIVE,
|
cil_fqn.c | 75 struct cil_block *block = (struct cil_block *)d; 81 if (node->flavor != CIL_BLOCK) {
|
cil_resolve_ast.c | [all...] |
cil_post.c | 332 case CIL_BLOCK: { 333 struct cil_block *blk = node->data; 434 case CIL_BLOCK: { 435 struct cil_block *blk = node->data; 1195 case CIL_BLOCK: { 1196 struct cil_block *blk = node->data; 1295 case CIL_BLOCK: { 1296 struct cil_block *blk = node->data; [all...] |
cil_find.c | 351 if (node->flavor == CIL_BLOCK) { 352 struct cil_block *blk = node->data;
|
cil.c | 489 case CIL_BLOCK: 777 case CIL_BLOCK: 883 case CIL_BLOCK: [all...] |
cil_verify.c | [all...] |
cil_copy_ast.c | 100 struct cil_block *orig = data; 106 struct cil_block *new; [all...] |
cil_policy.c | [all...] |
cil_tree.c | 590 case CIL_BLOCK: { 591 struct cil_block *block = node->data; [all...] |
cil_binary.c | [all...] |
cil_build_ast.c | 163 struct cil_block *block = NULL; 181 rc = cil_gen_node(db, ast_node, (struct cil_symtab_datum*)block, (hashtab_key_t)key, CIL_SYM_BLOCKS, CIL_BLOCK); 196 void cil_destroy_block(struct cil_block *block) [all...] |
/external/selinux/libsepol/cil/test/unit/ |
test_cil.c | 70 test_ast_node->parent->flavor = CIL_BLOCK;
|
test_cil_build_ast.c | 224 CuAssertIntEquals(tc, ((struct cil_block*)test_ast_node->data)->is_abstract, 0); 225 CuAssertIntEquals(tc, test_ast_node->flavor, CIL_BLOCK); 353 cil_destroy_block((struct cil_block*)test_ast_node->data); [all...] |