Searched defs:MSVC (Results 1 - 5 of 5) 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.h188 MSVC, enumerator in enum:llvm::Triple::EnvironmentType
483 /// Checks if the environment could be MSVC.
487 getEnvironment() == Triple::MSVC);
490 /// Checks if the environment is MSVC.
492 return getOS() == Triple::Win32 && getEnvironment() == Triple::MSVC;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DTriple.h195 MSVC, enumerator in enum:llvm::Triple::EnvironmentType
500 /// Checks if the environment could be MSVC.
504 getEnvironment() == Triple::MSVC);
507 /// Checks if the environment is MSVC.
509 return getOS() == Triple::Win32 && getEnvironment() == Triple::MSVC;
/external/clang/lib/Driver/
H A DTools.cpp2193 // Set features according to the -arch flag on MSVC.
2830 // targeting the MSVC linker.
4129 // We turn strict aliasing off by default if we're in CL mode, since MSVC
5486 // -fthreadsafe-static is default, except for MSVC compatibility versions less
5493 // -fno-delayed-template-parsing is default, except for Windows where MSVC STL
6313 // In MSVC, Buffer Security Check (/GS) is on by default.
9237 // Make sure libgcc is not used under MSVC environment by default
9243 << Args.getLastArg(options::OPT_rtlib_EQ)->getValue() << "MSVC";
9949 const auto &MSVC = static_cast<const toolchains::MSVCToolChain &>(TC); local
9951 if (MSVC
9985 const auto &MSVC = static_cast<const toolchains::MSVCToolChain &>(TC); local
[all...]

Completed in 295 milliseconds