HomeSort by: relevance | last modified time | path
    Searched refs:MSVC (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/Configurations/platform/Windows/
cppbuilder.pm 5 require platform::Windows::MSVC;
6 @ISA = qw(platform::Windows::MSVC);
MSVC.pm 1 package platform::Windows::MSVC;
  /src/crypto/external/bsd/openssl/dist/Configurations/platform/Windows/
cppbuilder.pm 5 require platform::Windows::MSVC;
6 @ISA = qw(platform::Windows::MSVC);
MSVC.pm 1 package platform::Windows::MSVC;
  /src/external/bsd/libfido2/dist/src/
diff_exports.sh 8 for f in export.gnu export.llvm export.msvc; do
17 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}"
  /src/external/apache2/llvm/dist/clang/lib/Headers/
inttypes.h 18 #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".
  /src/external/apache2/llvm/dist/llvm/tools/msbuild/
install.bat 3 echo Installing MSVC integration...
53 echo MSVC integration install failed.
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
DiagnosticOptions.h 77 enum TextDiagnosticFormat { Clang, MSVC, Vi };
  /src/external/apache2/llvm/lib/libclangDriver/
Makefile 58 MSVC.cpp \
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 223 MSVC,
551 /// Checks if the environment is MSVC.
553 return isOSWindows() && getEnvironment() == Triple::MSVC;
556 /// Checks if the environment could be MSVC.
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Targets.cpp 156 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
  /src/external/bsd/libevent/dist/
CMakeLists.txt 45 "Set library type to SHARED/STATIC/BOTH (default SHARED for MSVC, otherwise BOTH)")
195 set(MSVC 0)
203 if (("${CMAKE_C_COMPILER_ID}" STREQUAL "MSVC") OR (${CLANG}))
204 set(MSVC 1)
210 if (${MSVC})
218 if ((${MSVC}) AND ("${EVENT_LIBRARY_TYPE}" STREQUAL "BOTH"))
220 "Building SHARED and STATIC is not supported for MSVC "
237 if (${MSVC})
245 # - https://gitlab.kitware.com/cmake/community/wikis/FAQ#how-can-i-build-my-msvc-application-with-a-static-runtime
  /src/external/bsd/ntp/dist/sntp/libevent/
CMakeLists.txt 45 "Set library type to SHARED/STATIC/BOTH (default SHARED for MSVC, otherwise BOTH)")
195 set(MSVC 0)
203 if (("${CMAKE_C_COMPILER_ID}" STREQUAL "MSVC") OR (${CLANG}))
204 set(MSVC 1)
210 if (${MSVC})
218 if ((${MSVC}) AND ("${EVENT_LIBRARY_TYPE}" STREQUAL "BOTH"))
220 "Building SHARED and STATIC is not supported for MSVC "
237 if (${MSVC})
245 # - https://gitlab.kitware.com/cmake/community/wikis/FAQ#how-can-i-build-my-msvc-application-with-a-static-runtime
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Compiler.h 72 /// 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"
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
JSONCompilationDatabase.cpp 144 Triple.getEnvironment() == llvm::Triple::EnvironmentType::MSVC)
  /src/external/bsd/jemalloc/dist/scripts/
gen_gh_actions.py 525 - name: Setup MSVC environment
527 uses: ilammy/msvc-dev-cmd@v1
531 - name: Build and test (MSVC)
538 # Export MSVC environment variables for configure
547 echo "cl.exe not found, trying to locate MSVC..."
548 # Find and add MSVC bin directory to PATH
558 # Configure with MSVC
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
MSVC.cpp 1 //===-- 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);
367 SmallString<128> FilePath(MSVC.getSubDirectoryPath(
511 // MSVC doesn't yet support the "nochecks" modifier.
558 // Render -l options differently for the MSVC linker
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Triple.cpp 248 case MSVC: return "msvc";
561 .StartsWith("msvc", Triple::MSVC)
998 Components[3] = "msvc";
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
llvm-rc.cpp 170 T.setEnvironment(Triple::MSVC);
  /src/crypto/external/apache2/openssl/dist/
Configure 1803 warn "WARNING --strict-warnings requires gcc[>=4] or gcc-alike, or MSVC"
  /src/crypto/external/bsd/openssl/dist/
Configure 1669 warn "WARNING --strict-warnings requires gcc[>=4] or gcc-alike, or MSVC"
  /src/crypto/external/bsd/openssl.old/dist/
Configure 1527 warn "WARNING --strict-warnings requires gcc[>=4] or gcc-alike, or MSVC"
  /src/external/gpl3/gdb.old/dist/gdbserver/
configure 5062 // MSVC always sets __cplusplus to 199711L in older versions; newer versions
5065 // https://devblogs.microsoft.com/cppblog/msvc-now-correctly-reports-__cplusplus/
5879 // MSVC always sets __cplusplus to 199711L in older versions; newer versions
5882 // https://devblogs.microsoft.com/cppblog/msvc-now-correctly-reports-__cplusplus/
6686 for switch in -std=c++${alternative} +std=c++${alternative} "-h std=c++${alternative}" MSVC; do
6711 // MSVC always sets __cplusplus to 199711L in older versions; newer versions
6714 // https://devblogs.microsoft.com/cppblog/msvc-now-correctly-reports-__cplusplus/
  /src/external/gpl3/gdb/dist/gdbserver/
configure 5052 // MSVC always sets __cplusplus to 199711L in older versions; newer versions
5055 // https://devblogs.microsoft.com/cppblog/msvc-now-correctly-reports-__cplusplus/
5869 // MSVC always sets __cplusplus to 199711L in older versions; newer versions
5872 // https://devblogs.microsoft.com/cppblog/msvc-now-correctly-reports-__cplusplus/
6676 for switch in -std=c++${alternative} +std=c++${alternative} "-h std=c++${alternative}" MSVC; do
6701 // MSVC always sets __cplusplus to 199711L in older versions; newer versions
6704 // https://devblogs.microsoft.com/cppblog/msvc-now-correctly-reports-__cplusplus/
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp 34 #include "ToolChains/MSVC.h"
1137 // clang-cl targets MSVC-style Win32.
1141 T.setEnvironment(llvm::Triple::MSVC);
5307 case llvm::Triple::MSVC:

Completed in 101 milliseconds

1 2