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

/freebsd-11-stable/lib/libomp/
H A Dkmp_config.h72 #define MSVC 0 macro
73 #define KMP_MSVC_COMPAT MSVC
/freebsd-11-stable/contrib/llvm-project/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".
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.h65 enum TextDiagnosticFormat { Clang, MSVC, Vi }; enumerator in enum:clang::DiagnosticLevelMask::DiagnosticOptions::TextDiagnosticFormat
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h214 MSVC, enumerator in enum:llvm::Triple::EnvironmentType
543 /// Checks if the environment is MSVC.
545 return isOSWindows() && getEnvironment() == Triple::MSVC;
548 /// Checks if the environment could be MSVC.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp151 case llvm::Triple::MSVC:
152 default: // Assume MSVC for unknown environments
201 case llvm::Triple::MSVC:
202 default: // Assume MSVC for unknown environments
493 case llvm::Triple::MSVC:
494 default: // Assume MSVC for unknown environments
549 case llvm::Triple::MSVC:
550 default: // Assume MSVC for unknown environments
/freebsd-11-stable/contrib/llvm-project/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.
328 // The __debugbreak intrinsic is supported by MSVC, does not require forward
343 // The __debugbreak intrinsic is supported by MSVC and breaks while
405 # error "could not determine LLVM_PTR_SIZE as a constant int for MSVC"
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp144 Triple.getEnvironment() == llvm::Triple::EnvironmentType::MSVC)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp1 //===-- MSVC.cpp - MSVC ToolChain Implementations -------------------------===//
9 #include "MSVC.h"
148 "MSVC", "Tools", "VC"};
259 llvm::sys::path::append(ToolchainPath, "Tools", "MSVC",
299 const auto &MSVC = static_cast<const toolchains::MSVCToolChain &>(TC); local
300 SmallString<128> FilePath(MSVC.getSubDirectoryPath(
429 // MSVC doesn't yet support the "nochecks" modifier.
472 // Render -l options differently for the MSVC linker.
485 // or -L. Render it, even if MSVC does
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp238 case MSVC: return "msvc";
541 .StartsWith("msvc", Triple::MSVC)
/freebsd-11-stable/lib/clang/libclang/
H A DMakefile327 SRCS_MIN+= Driver/ToolChains/MSVC.cpp
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp33 #include "ToolChains/MSVC.h"
1061 // clang-cl targets MSVC-style Win32.
1065 T.setEnvironment(llvm::Triple::MSVC);
4881 case llvm::Triple::MSVC:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1610 Opts.setFormat(DiagnosticOptions::MSVC);
1612 Opts.setFormat(DiagnosticOptions::MSVC);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp941 if (getTargetInfo().getTriple().getEnvironment() != llvm::Triple::MSVC) {
1661 // In MSVC/gcc, #pragma pack(4) sets the alignment without affecting
1714 // In MSVC/gcc, #pragma pack() resets the alignment without affecting
2592 // whitelist of linker options they support, but in practice MSVC doesn't

Completed in 312 milliseconds