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

  /external/selinux/libsepol/cil/src/
cil_internal.h 815 struct cil_booleanif { struct
926 void cil_boolif_init(struct cil_booleanif **bif);
cil_verify.c 868 struct cil_booleanif *bif = node->parent->parent->data;
959 struct cil_booleanif *bif = (struct cil_booleanif*)node->data;
    [all...]
cil_reset_ast.c 368 static void cil_reset_booleanif(struct cil_booleanif *bif)
510 case CIL_BOOLEANIF:
cil_build_ast.h 123 void cil_destroy_boolif(struct cil_booleanif *bif);
cil_copy_ast.c     [all...]
cil_resolve_ast.c     [all...]
cil_build_ast.c     [all...]
cil_policy.c 888 struct cil_booleanif *bif = node->data;
1131 if (node->flavor == CIL_BOOLEANIF) {
    [all...]
cil_tree.c 909 case CIL_BOOLEANIF: {
910 struct cil_booleanif *bif = node->data;
    [all...]
cil_binary.c     [all...]
cil.c 500 case CIL_BOOLEANIF:
872 case CIL_BOOLEANIF:
    [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_build_ast.c     [all...]
test_cil_copy_ast.c     [all...]
test_cil_resolve_ast.c     [all...]

Completed in 76 milliseconds