Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DRPCUtils.h387 using AsyncCallWithSeqResult = variable
401 Expected<AsyncCallWithSeqResult<Func>>
414 return AsyncCallWithSeqResult<Func>(std::move(Result), SeqNo); in appendCallAsyncWithSeq()
420 Expected<AsyncCallWithSeqResult<Func>>