Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp489 std::string InstallBase = in MinGW() local
504 else if (looksLikeMinGWSysroot(InstallBase)) in MinGW()
505 Base = InstallBase; in MinGW()
511 Base = InstallBase; in MinGW()
796 std::string InstallBase = in testTriple() local
803 if (looksLikeMinGWSysroot(InstallBase)) in testTriple()