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

  /external/selinux/libsepol/cil/src/
cil_internal.h 854 struct cil_condblock { struct
971 void cil_condblock_init(struct cil_condblock **cb);
cil.c 522 case CIL_CONDBLOCK:
905 case CIL_CONDBLOCK:
906 switch (((struct cil_condblock*)node->data)->flavor) {
    [all...]
cil_build_ast.h 134 void cil_destroy_condblock(struct cil_condblock *cb);
cil_copy_ast.c     [all...]
cil_policy.c 893 struct cil_condblock *cb = NULL;
906 if (node->cl_head != NULL && node->cl_head->flavor == CIL_CONDBLOCK) {
915 if (node->cl_head != NULL && node->cl_head->next != NULL && node->cl_head->next->flavor == CIL_CONDBLOCK) {
    [all...]
cil_tree.c 947 case CIL_CONDBLOCK: {
948 struct cil_condblock *cb = node->data;
    [all...]
cil_build_ast.c     [all...]
cil_resolve_ast.c     [all...]
cil_binary.c     [all...]

Completed in 6427 milliseconds