Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DNumericalFormatTest.cpp632 using IndividualTestCaseTy = std::tuple<const char *, double, const char *>; in TEST() typedef
633 static const std::vector<IndividualTestCaseTy> individualTestCases{ in TEST()