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 859 struct cil_booleanif { struct
970 void cil_boolif_init(struct cil_booleanif **bif);
cil_verify.c 872 struct cil_booleanif *bif = node->parent->parent->data;
963 struct cil_booleanif *bif = (struct cil_booleanif*)node->data;
    [all...]
cil_reset_ast.c 393 static void cil_reset_booleanif(struct cil_booleanif *bif)
541 case CIL_BOOLEANIF:
cil_build_ast.h 130 void cil_destroy_boolif(struct cil_booleanif *bif);
cil_copy_ast.c     [all...]
cil_resolve_ast.c     [all...]
cil_policy.c 888 struct cil_booleanif *bif = node->data;
1131 if (node->flavor == CIL_BOOLEANIF) {
    [all...]
cil_tree.c 927 case CIL_BOOLEANIF: {
928 struct cil_booleanif *bif = node->data;
    [all...]
cil_build_ast.c     [all...]
cil.c 513 case CIL_BOOLEANIF:
899 case CIL_BOOLEANIF:
    [all...]
cil_binary.c     [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 3029 milliseconds