Searched refs:DoNothingAndReturn (Results 1 – 3 of 3) sorted by relevance
53 DoNothingAndReturn<int>(0), DoNothingAndReturn<void>(), in TEST()59 DoNothingAndReturn<JITSymbol>(nullptr)); in TEST()
163 class DoNothingAndReturn {165 DoNothingAndReturn(ReturnT Val) : Val(Val) {} in DoNothingAndReturn() function174 class DoNothingAndReturn<void> {
270 class DoNothingAndReturn {272 DoNothingAndReturn(ReturnT Ret) : Ret(std::move(Ret)) {} in DoNothingAndReturn() function281 class DoNothingAndReturn<void> {