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

  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 184 typedef int (*IntVoidFnTy)();
185 IntVoidFnTy Fn =
186 reinterpret_cast<IntVoidFnTy>(static_cast<uintptr_t>(Addr));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 159 using IntVoidFnTy = int (*)();
161 IntVoidFnTy Fn =
162 reinterpret_cast<IntVoidFnTy>(static_cast<uintptr_t>(Addr));

Completed in 51 milliseconds