Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/Orc/
DRPCUtilsTest.cpp73 typedef Function<IntIntId, int32_t(int32_t)> IntInt; typedef in DummyRPC
115 auto ResOrErr = callAsyncWithSeq<IntInt>(C1, 21); in TEST_F()
120 auto EC = expect<IntInt>(C2, [&](int32_t I) -> Expected<int32_t> { in TEST_F()