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

  /external/selinux/libsepol/cil/src/
cil_internal.h 842 struct cil_macro { struct
857 struct cil_macro *macro;
1030 void cil_macro_init(struct cil_macro **macro);
cil_copy_ast.c     [all...]
cil_build_ast.h 198 void cil_destroy_macro(struct cil_macro *macro);
cil.c 513 case CIL_MACRO:
795 case CIL_MACRO:
906 case CIL_MACRO:
    [all...]
cil_resolve_ast.c 73 struct cil_macro *macro = NULL;
90 } else if (parent->flavor == CIL_MACRO) {
    [all...]
cil_tree.c     [all...]
cil_build_ast.c 118 if (ast_node->flavor >= CIL_MIN_DECLARATIVE && ast_node->parent->flavor == CIL_MACRO) {
120 struct cil_list *param_list = ((struct cil_macro*)ast_node->parent->data)->params;
    [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_resolve_ast.c     [all...]
test_cil_build_ast.c     [all...]

Completed in 652 milliseconds