Home
last modified time | relevance | path

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