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

  /external/selinux/libsepol/cil/src/
cil_flavor.h 59 CIL_CLASSCOMMON,
cil.c 531 case CIL_CLASSCOMMON:
904 case CIL_CLASSCOMMON:
    [all...]
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_resolve_ast.c 657 struct cil_classcommon *clscom = current->data;
    [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...]

Completed in 32 milliseconds