HomeSort by relevance Sort by last modified time
    Searched refs:cil_block (Results 1 - 14 of 14) sorted by null

  /external/selinux/libsepol/cil/test/unit/
test_cil_symtab.c 42 struct cil_block *test_block = malloc(sizeof(*test_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...]
  /external/selinux/libsepol/cil/src/
cil_fqn.c 75 struct cil_block *block = (struct cil_block *)d;
81 if (node->flavor != CIL_BLOCK) {
cil_internal.h 307 struct cil_block { struct
316 struct cil_block *block;
901 void cil_block_init(struct cil_block **block);
cil_post.c 332 case CIL_BLOCK: {
333 struct cil_block *blk = node->data;
409 case CIL_BLOCK: {
410 struct cil_block *blk = node->data;
1001 case CIL_BLOCK: {
1002 struct cil_block *blk = node->data;
1077 case CIL_BLOCK: {
1078 struct cil_block *blk = node->data;
1169 case CIL_BLOCK: {
1170 struct cil_block *blk = node->data
    [all...]
cil_build_ast.h 44 void cil_destroy_block(struct cil_block *block);
cil_verify.c 1308 } else if (node->flavor == CIL_BLOCK) {
1309 struct cil_block *blk = node->data;
    [all...]
cil_resolve_ast.c     [all...]
cil.c 476 case CIL_BLOCK:
754 case CIL_BLOCK:
856 case CIL_BLOCK:
    [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_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...]
cil_binary.c     [all...]

Completed in 56 milliseconds