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

  /external/selinux/libsepol/cil/src/
cil_internal.h 407 struct cil_classcommon { struct
998 void cil_classcommon_init(struct cil_classcommon **classcommon);
cil_build_ast.h 74 void cil_destroy_classcommon(struct cil_classcommon *clscom);
cil_write_ast.c 482 struct cil_classcommon *classcommon = (struct cil_classcommon *)node->data;
1211 case CIL_CLASSCOMMON:
    [all...]
cil_copy_ast.c 312 struct cil_classcommon *orig = data;
313 struct cil_classcommon *new = NULL;
    [all...]
cil_tree.c 947 case CIL_CLASSCOMMON: {
948 struct cil_classcommon *clscom = node->data;
    [all...]
cil.c 563 case CIL_CLASSCOMMON:
962 case CIL_CLASSCOMMON:
    [all...]
cil_build_ast.c 1012 struct cil_classcommon *clscom = NULL;
1030 ast_node->flavor = CIL_CLASSCOMMON;
1041 void cil_destroy_classcommon(struct cil_classcommon *clscom)
    [all...]
cil_resolve_ast.c 744 struct cil_classcommon *clscom = current->data;
    [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c 292 struct cil_classcommon *test_copy;
300 CuAssertStrEquals(tc, ((struct cil_classcommon *)test_ast_node->data)->class_str, test_copy->class_str);
301 CuAssertStrEquals(tc, ((struct cil_classcommon *)test_ast_node->data)->common_str, test_copy->common_str);
    [all...]

Completed in 732 milliseconds