Searched refs:DoNothingAndReturn (Results 1 – 2 of 2) 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> {