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

  /external/selinux/libsepol/cil/src/
cil_internal.h 543 struct cil_expandtypeattribute { struct
1010 void cil_expandtypeattribute_init(struct cil_expandtypeattribute **expandattr);
cil_build_ast.h 142 void cil_destroy_expandtypeattribute(struct cil_expandtypeattribute *expandattr);
cil_write_ast.c 659 struct cil_expandtypeattribute *expandattr = (struct cil_expandtypeattribute *)node->data;
    [all...]
cil_copy_ast.c 653 struct cil_expandtypeattribute *orig = data;
654 struct cil_expandtypeattribute *new = NULL;
    [all...]
android.c 783 struct cil_expandtypeattribute *expandattr = NULL;
823 ast_node->flavor = CIL_EXPANDTYPEATTRIBUTE;
cil_tree.c 706 case CIL_EXPANDTYPEATTRIBUTE: {
707 struct cil_expandtypeattribute *attr = node->data;
    [all...]
cil.c 633 case CIL_EXPANDTYPEATTRIBUTE:
1006 case CIL_EXPANDTYPEATTRIBUTE:
    [all...]
cil_build_ast.c     [all...]
cil_resolve_ast.c 463 struct cil_expandtypeattribute *expandattr = current->data;
    [all...]

Completed in 313 milliseconds