Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/Orc/
DRPCUtilsTest.cpp86 auto ResOrErr = callAsyncWithSeq<VoidBool>(C1, true); in TEST_F()
115 auto ResOrErr = callAsyncWithSeq<IntInt>(C1, 21); in TEST_F()
146 auto ResOrErr = callAsyncWithSeq<AllTheTypes>( in TEST_F()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DRPCUtils.h421 callAsyncWithSeq(ChannelT &C, const ArgTs &... Args) { in callAsyncWithSeq() function
449 auto ResAndSeqOrErr = callAsyncWithSeq<Func>(C, Args...); in callAsync()
459 if (auto ResultAndSeqNoOrErr = callAsyncWithSeq<Func>(C, Args...)) { in callSTHandling()