Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DRPCUtils.h438 auto ResAndSeqOrErr = appendCallAsyncWithSeq<Func>(C, Args...); in appendCallAsync() local
439 if (ResAndSeqOrErr) in appendCallAsync()
440 return std::move(ResAndSeqOrErr->first); in appendCallAsync()
441 return ResAndSeqOrErr.getError(); in appendCallAsync()
449 auto ResAndSeqOrErr = callAsyncWithSeq<Func>(C, Args...); in callAsync() local
450 if (ResAndSeqOrErr) in callAsync()
451 return std::move(ResAndSeqOrErr->first); in callAsync()
452 return ResAndSeqOrErr.getError(); in callAsync()