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

  /external/llvm/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 102 typedef void (*CtorDtorTy)();
107 CtorDtorTy CtorDtor =
108 reinterpret_cast<CtorDtorTy>(
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 147 using CtorDtorTy = void (*)();
152 CtorDtorTy CtorDtor =
153 reinterpret_cast<CtorDtorTy>(static_cast<uintptr_t>(*AddrOrErr));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
ExecutionUtils.cpp 152 using CtorDtorTy = void (*)();
168 auto CtorDtor = reinterpret_cast<CtorDtorTy>(

Completed in 257 milliseconds