Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp390 SmallString<128> TestPath(getSubDirectoryPath( in useUniversalCRT() local
392 sys::path::append(TestPath, "stdlib.h"); in useUniversalCRT()
393 return !VFS.exists(TestPath); in useUniversalCRT()
432 SmallString<128> TestPath(Path); in getWindowsSDKDir() local
433 sys::path::append(TestPath, "Lib", Test); in getWindowsSDKDir()
434 if (VFS.exists(TestPath)) { in getWindowsSDKDir()
552 StringRef TestPath = PathEntry; in findVCToolChainViaEnvironment() local
553 bool IsBin = sys::path::filename(TestPath).equals_insensitive("bin"); in findVCToolChainViaEnvironment()
556 TestPath = sys::path::parent_path(TestPath); in findVCToolChainViaEnvironment()
557 IsBin = sys::path::filename(TestPath).equals_insensitive("bin"); in findVCToolChainViaEnvironment()
[all …]