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

  /external/selinux/libsepol/cil/src/
cil_internal.h 379 struct cil_classcommon { struct
907 void cil_classcommon_init(struct cil_classcommon **classcommon);
cil_build_ast.h 74 void cil_destroy_classcommon(struct cil_classcommon *clscom);
cil_copy_ast.c 308 struct cil_classcommon *orig = data;
309 struct cil_classcommon *new = NULL;
    [all...]
cil_tree.c 832 case CIL_CLASSCOMMON: {
833 struct cil_classcommon *clscom = node->data;
    [all...]
cil.c 531 case CIL_CLASSCOMMON:
904 case CIL_CLASSCOMMON:
    [all...]
cil_build_ast.c 951 struct cil_classcommon *clscom = NULL;
969 ast_node->flavor = CIL_CLASSCOMMON;
981 void cil_destroy_classcommon(struct cil_classcommon *clscom)
    [all...]
cil_resolve_ast.c 657 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 40 milliseconds