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

  /external/selinux/libsepol/cil/src/
cil_resolve_ast.h 92 int cil_resolve_name_call_args(struct cil_call *call, char *name, enum cil_sym_index sym_index, struct cil_symtab_datum **datum);
cil_internal.h 843 struct cil_call { struct
1010 void cil_call_init(struct cil_call **call);
cil_resolve_ast.c 87 if (parent->flavor == CIL_CALL) {
88 struct cil_call *call = parent->data;
    [all...]
cil_build_ast.h 200 void cil_destroy_call(struct cil_call *call);
cil_copy_ast.c     [all...]
cil_tree.c     [all...]
cil.c 504 case CIL_CALL:
893 case CIL_CALL:
    [all...]
cil_build_ast.c     [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_resolve_ast.c     [all...]
test_cil_copy_ast.c     [all...]

Completed in 112 milliseconds