Home
last modified time | relevance | path

Searched defs:DoNothingAndReturn (Results 1 – 2 of 2) sorted by relevance

/external/llvm/unittests/ExecutionEngine/Orc/
DOrcTestCommon.h165 DoNothingAndReturn(ReturnT Val) : Val(Val) {} in DoNothingAndReturn() function
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DOrcTestCommon.h272 DoNothingAndReturn(ReturnT Ret) : Ret(std::move(Ret)) {} in DoNothingAndReturn() function