Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DTripleTest.cpp867 auto FirstOSType = Triple::OSType(Triple::UnknownOS + 1); in TEST() local
871 Triple::getOSTypeName(FirstOSType), in TEST()
902 for (int OS = FirstOSType; OS <= Triple::LastOSType; ++OS) { in TEST()