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 94 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 884 struct cil_call { struct
1059 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 206 void cil_destroy_call(struct cil_call *call);
cil_copy_ast.c     [all...]
cil_tree.c 86 if (node->flavor == CIL_CALL) {
87 struct cil_call *call = node->data;
    [all...]
cil.c 523 case CIL_CALL:
924 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 171 milliseconds