Searched refs:MSVC (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/Configurations/platform/Windows/
H A Dcppbuilder.pm5 require platform::Windows::MSVC;
6 @ISA = qw(platform::Windows::MSVC);
H A DMSVC.pm1 package platform::Windows::MSVC;
/netbsd-current/external/bsd/libfido2/dist/src/
H A Ddiff_exports.sh17 MSVC="${TMPDIR}/msvc"
21 grep -v '^EXPORTS$' export.msvc | sort > "${MSVC}"
22 diff -u "${GNU}" "${LLVM}" && diff -u "${MSVC}" "${LLVM}"
24 rm "${GNU}" "${LLVM}" "${MSVC}"
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dinttypes.h18 #error MSVC does not have inttypes.h prior to Visual Studio 2013
24 /* MSVC headers define int32_t as int, but PRIx32 as "lx" instead of "x".
/netbsd-current/external/apache2/llvm/dist/llvm/tools/msbuild/
H A Dinstall.bat3 echo Installing MSVC integration...
53 echo MSVC integration install failed.
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticOptions.h77 enum TextDiagnosticFormat { Clang, MSVC, Vi }; enumerator in enum:clang::DiagnosticLevelMask::DiagnosticOptions::TextDiagnosticFormat
/netbsd-current/external/apache2/llvm/lib/libclangDriver/
H A DMakefile58 MSVC.cpp \
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h223 MSVC, enumerator in enum:llvm::Triple::EnvironmentType
551 /// Checks if the environment is MSVC.
553 return isOSWindows() && getEnvironment() == Triple::MSVC;
556 /// Checks if the environment could be MSVC.
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargets.cpp156 case llvm::Triple::MSVC:
157 default: // Assume MSVC for unknown environments
206 case llvm::Triple::MSVC:
207 default: // Assume MSVC for unknown environments
526 case llvm::Triple::MSVC:
527 default: // Assume MSVC for unknown environments
582 case llvm::Triple::MSVC:
583 default: // Assume MSVC for unknown environments
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCompiler.h72 /// Is the compiler MSVC of at least the specified version?
86 // We require at least MSVC 2017.
88 #error LLVM requires at least MSVC 2017.
98 /// and MSVC implemented this later than everything else. This appears to be
99 /// corrected in MSVC 2019 but not MSVC 2017.
336 // The __debugbreak intrinsic is supported by MSVC, does not require forward
351 // The __debugbreak intrinsic is supported by MSVC and breaks while
412 # error "could not determine LLVM_PTR_SIZE as a constant int for MSVC"
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp144 Triple.getEnvironment() == llvm::Triple::EnvironmentType::MSVC)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMSVC.cpp1 //===-- MSVC.cpp - MSVC ToolChain Implementations -------------------------===//
9 #include "MSVC.h"
114 llvm::sys::path::append(ToolsPath, "VC", "Tools", "MSVC");
213 "MSVC", "Tools", "VC"};
325 llvm::sys::path::append(ToolchainPath, "Tools", "MSVC",
366 const auto &MSVC = static_cast<const toolchains::MSVCToolChain &>(TC); local
367 SmallString<128> FilePath(MSVC.getSubDirectoryPath(
511 // MSVC doesn't yet support the "nochecks" modifier.
558 // Render -l options differently for the MSVC linke
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DTriple.cpp248 case MSVC: return "msvc";
561 .StartsWith("msvc", Triple::MSVC)
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp170 T.setEnvironment(Triple::MSVC);
/netbsd-current/crypto/external/bsd/openssl.old/dist/
H A DConfigure1527 warn "WARNING --strict-warnings requires gcc[>=4] or gcc-alike, or MSVC"
/netbsd-current/crypto/external/bsd/openssl/dist/
H A DConfigure1670 warn "WARNING --strict-warnings requires gcc[>=4] or gcc-alike, or MSVC"
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp34 #include "ToolChains/MSVC.h"
1137 // clang-cl targets MSVC-style Win32.
1141 T.setEnvironment(llvm::Triple::MSVC);
5307 case llvm::Triple::MSVC:
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp898 DiagnosticOptions::MSVC;
H A DSemaExprCXX.cpp674 DiagnosticOptions::MSVC);
996 // The MSVC ABI creates a list of all types which can catch the exception
2461 // MSVC will fall back on trying to find a matching global operator new
2462 // if operator new[] cannot be found. Also, MSVC will leak by not
2466 // once MSVC implements it.
4910 // This trait is implemented by MSVC 2012 and needed to parse the
4931 // This trait is implemented by MSVC 2012 and needed to parse the
5049 // This trait is implemented by MSVC 2012 and needed to parse the
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp1026 if (getTargetInfo().getTriple().getEnvironment() != llvm::Triple::MSVC) {
1813 // In MSVC/gcc, #pragma pack(4) sets the alignment without affecting
1868 // In MSVC/gcc, #pragma pack() resets the alignment without affecting
2893 // list of linker options they support, but in practice MSVC doesn't
/netbsd-current/external/gpl3/gdb/dist/gnulib/
H A Dconfigure11026 #else /* on Windows with MSVC */
11740 mingw*) # Guess yes with MSVC, no with mingw.
12499 /* The Microsoft MSVC 14 compiler chokes on the expression 1.0 / 0.0. */
12939 # else /* on Windows with MSVC */
25807 #else /* on Windows with MSVC */
27629 mingw*) # Guess yes on mingw, no on MSVC.
27814 # in two cases: mingw, MSVC.
30629 # Guess yes on MSVC, no on mingw.
32198 #else /* on Windows with MSVC */

Completed in 593 milliseconds