Home
last modified time | relevance | path

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

/llvm-project/flang/unittests/Evaluate/
H A Dfolding.cpp15 template <typename... T> struct RunOnTypes {}; struct
17 struct RunOnTypes<Test, std::tuple<T...>> { struct
18 static void Run() { (..., Test::template Run<T>()); } in Run()