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

  /external/selinux/libsepol/cil/src/
cil_flavor.h 55 CIL_CONDBLOCK,
cil.c 522 case CIL_CONDBLOCK:
905 case CIL_CONDBLOCK:
906 switch (((struct cil_condblock*)node->data)->flavor) {
    [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_resolve_ast.c     [all...]
cil_copy_ast.c     [all...]
cil_tree.c 947 case CIL_CONDBLOCK: {
948 struct cil_condblock *cb = node->data;
    [all...]
cil_binary.c     [all...]
cil_build_ast.c     [all...]

Completed in 51 milliseconds