Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/Orc/
DCompileOnDemandLayerTest.cpp53 DoNothingAndReturn<int>(0), DoNothingAndReturn<void>(), in TEST()
59 DoNothingAndReturn<JITSymbol>(nullptr)); in TEST()
DOrcTestCommon.h163 class DoNothingAndReturn {
165 DoNothingAndReturn(ReturnT Val) : Val(Val) {} in DoNothingAndReturn() function
174 class DoNothingAndReturn<void> {
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DOrcTestCommon.h270 class DoNothingAndReturn {
272 DoNothingAndReturn(ReturnT Ret) : Ret(std::move(Ret)) {} in DoNothingAndReturn() function
281 class DoNothingAndReturn<void> {