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

  /external/selinux/libsepol/cil/src/
cil_internal.h 314 struct cil_blockinherit { struct
902 void cil_blockinherit_init(struct cil_blockinherit **inherit);
cil_copy_ast.c 132 struct cil_blockinherit *orig = data;
133 struct cil_blockinherit *new = NULL;
    [all...]
cil_build_ast.h 46 void cil_destroy_blockinherit(struct cil_blockinherit *inherit);
cil_tree.c 595 case CIL_BLOCKINHERIT: {
596 struct cil_blockinherit *inherit = node->data;
    [all...]
cil_resolve_ast.c     [all...]
cil.c 479 case CIL_BLOCKINHERIT:
858 case CIL_BLOCKINHERIT:
    [all...]
cil_build_ast.c 217 struct cil_blockinherit *inherit = NULL;
234 ast_node->flavor = CIL_BLOCKINHERIT;
245 void cil_destroy_blockinherit(struct cil_blockinherit *inherit)
    [all...]

Completed in 48 milliseconds