Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/Orc/
DCompileOnDemandLayerTest.cpp53 createMockBaseLayer<int>(DoNothingAndReturn<int>(0), in TEST()
54 DoNothingAndReturn<void>(), in TEST()
60 DoNothingAndReturn<JITSymbol>(nullptr)); in TEST()
DOrcTestCommon.h160 class DoNothingAndReturn {
162 DoNothingAndReturn(ReturnT Val) : Val(Val) {} in DoNothingAndReturn() function
171 class DoNothingAndReturn<void> {