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 786 struct cil_macro { struct
801 struct cil_macro *macro;
968 void cil_macro_init(struct cil_macro **macro);
cil_copy_ast.c 1363 struct cil_macro *orig = data;
1369 struct cil_macro *new;
    [all...]
cil_build_ast.h 191 void cil_destroy_macro(struct cil_macro *macro);
cil.c 488 case CIL_MACRO:
757 case CIL_MACRO:
864 case CIL_MACRO:
    [all...]
cil_resolve_ast.c 71 struct cil_macro *macro = NULL;
88 } else if (parent->flavor == CIL_MACRO) {
    [all...]
cil_build_ast.c 119 if (ast_node->flavor >= CIL_MIN_DECLARATIVE && ast_node->parent->flavor == CIL_MACRO) {
121 struct cil_list *param_list = ((struct cil_macro*)ast_node->parent->data)->params;
    [all...]
cil_tree.c     [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_resolve_ast.c     [all...]
test_cil_build_ast.c     [all...]

Completed in 2440 milliseconds