Home
last modified time | relevance | path

Searched refs:TmpS (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h50 if (auto TmpS = S) { in decltype() local
51 std::lock_guard<std::recursive_mutex> Lock(TmpS->Mutex); in decltype()
52 return F(TmpS->Ctx.get()); in decltype()
58 if (auto TmpS = S) { in decltype() local
59 std::lock_guard<std::recursive_mutex> Lock(TmpS->Mutex); in decltype()
60 return F(const_cast<const LLVMContext *>(TmpS->Ctx.get())); in decltype()