Searched defs:MSVC (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Basic/
H A DDiagnosticOptions.h63 enum TextDiagnosticFormat { Clang, MSVC, Vi }; enumerator in enum:clang::DiagnosticLevelMask::DiagnosticOptions::TextDiagnosticFormat
/external/libmicrohttpd/w32/VS2013/
H A DMHD_config.h10 #define MSVC 1 macro
/external/llvm/include/llvm/ADT/
H A DTriple.h177 MSVC, enumerator in enum:llvm::Triple::EnvironmentType
462 /// Checks if the environment could be MSVC.
466 getEnvironment() == Triple::MSVC);
469 /// Checks if the environment is MSVC.
471 return getOS() == Triple::Win32 && getEnvironment() == Triple::MSVC;
/external/clang/lib/Driver/
H A DTools.cpp1982 // Set features according to the -arch flag on MSVC.
2411 // Disable C++ EH by default on XCore, PS4, and MSVC.
2412 // FIXME: Remove MSVC from this list once things work.
2571 // targeting the MSVC linker.
3741 // We turn strict aliasing off by default if we're in CL mode, since MSVC
4991 // -fthreadsafe-static is default, except for MSVC compatibility versions less
4998 // -fno-delayed-template-parsing is default, except for Windows where MSVC STL
9342 const auto &MSVC = static_cast<const toolchains::MSVCToolChain &>(TC); local
9344 if (MSVC.getVisualStudioBinariesFolder(ClangProgramPath,
9378 const auto &MSVC local
[all...]

Completed in 184 milliseconds