| /freebsd-12-stable/contrib/libpcap/rpcapd/ |
| D | CMakeLists.txt | 132 if(MSVC AND CMAKE_SIZEOF_VOID_P EQUAL 8) 134 else(MSVC AND CMAKE_SIZEOF_VOID_P EQUAL 8) 136 endif(MSVC AND CMAKE_SIZEOF_VOID_P EQUAL 8) 138 # On UN*X, and on Windows when not using MSVC, generate process man 140 if(NOT MSVC) 162 endif(NOT MSVC)
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | msvc | 14 …2\157\152\145\143\164\040\106\151\154\145\012\000\032\000\002\000\262\000\272\276\372\316 MSVC .ide 15 0 string \102\157\162\154\141\156\144\040\103\053\053\040\120\162\157 MSVC .ide 18 0 string \000\000\000\000\040\000\000\000\377 MSVC .res 19 0 string \377\003\000\377\001\000\020\020\350 MSVC .res 20 0 string \377\003\000\377\001\000\060\020\350 MSVC .res 191 >24 search/14 \r\n\x1A MSVC program database 214 0 string \000\002\000\007\000 MSVC .sbr 218 0 string \002\000\002\001 MSVC .bsc 221 0 string 1.00\ .0000.0000\000\003 MSVC .wsp version 1.0000.0000
|
| /freebsd-12-stable/contrib/libpcap/testprogs/ |
| D | CMakeLists.txt | 1 if(MSVC) 4 endif(MSVC)
|
| /freebsd-12-stable/lib/libomp/ |
| D | kmp_config.h | 72 #define MSVC 0 macro 73 #define KMP_MSVC_COMPAT MSVC
|
| /freebsd-12-stable/contrib/googletest/googletest/ |
| D | CMakeLists.txt | 121 if (MSVC AND MSVC_VERSION EQUAL 1700) 226 # MSVC 7.1 does not support STL with exceptions disabled. 227 if (NOT MSVC OR MSVC_VERSION GREATER 1310) 255 if (NOT MSVC OR MSVC_VERSION LESS 1600) # 1600 is Visual Studio 2010. 277 if (NOT MSVC OR MSVC_VERSION GREATER 1310) # 1310 is Visual Studio .NET 2003 313 # MSVC 7.1 does not support STL with exceptions disabled. 314 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
|
| /freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/ |
| D | kmp_config.h.cmake | 71 #cmakedefine01 MSVC 72 #define KMP_MSVC_COMPAT MSVC
|
| /freebsd-12-stable/contrib/googletest/googletest/cmake/ |
| D | internal_utils.cmake | 20 if (MSVC) 21 # For MSVC, CMake sets certain flags to defaults we want to override. 67 if (MSVC) 72 # Suppress spurious warnings MSVC 7.1 sometimes issues. 207 if (MSVC AND (NOT (MSVC_VERSION LESS 1700))) # 1700 is Visual Studio 2012.
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/cfi/ |
| D | cfi_ignorelist.txt | 3 # uninitialized T* (libstdc++, MSVC stdlib).
|
| /freebsd-12-stable/contrib/libpcap/ |
| D | CMakeLists.txt | 39 # We don't worry about MSVC; it doesn't have such a flag - either it 247 if(MSVC) 250 endif(MSVC) 254 if(MSVC) 1646 if(MSVC AND NOT ${CMAKE_C_COMPILER} MATCHES "clang*") 1648 # MSVC, with Microsoft's front end and code generator. 1649 # "MSVC" is also set for Microsoft's compiler with a Clang 1657 # Unfortunately, MSVC does not appear to have an equivalent 1703 # Other compilers, including MSVC with a Clang front end and 1727 # Suppress some warnings we get with MSVC even without /Wall. [all …]
|
| /freebsd-12-stable/contrib/googletest/googlemock/ |
| D | CMakeLists.txt | 86 if (MSVC AND MSVC_VERSION EQUAL 1700) 98 if (MSVC) 178 if (MSVC)
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/ |
| D | inttypes.h | 18 #error MSVC does not have inttypes.h prior to Visual Studio 2013
|
| /freebsd-12-stable/contrib/libucl/ |
| D | configure.ac | 169 AC_DEFINE([HAVE_ATOMIC_BUILTINS], [1], [Has gcc/MSVC atomic intrinsics]) 173 AC_DEFINE([HAVE_ATOMIC_BUILTINS], [0], [Has gcc/MSVC atomic intrinsics])
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/utf8proc/ |
| D | NEWS.md | 26 since MSVC does not understand this flag and it is occasionally useful to 27 build using MSVC through the `Makefile` ([#79]). 126 - C++/MSVC compatibility ([#17]).
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/ |
| D | Targets.cpp | 156 case llvm::Triple::MSVC: in AllocateTarget() 206 case llvm::Triple::MSVC: in AllocateTarget() 526 case llvm::Triple::MSVC: in AllocateTarget() 582 case llvm::Triple::MSVC: in AllocateTarget()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | DiagnosticOptions.h | 77 enum TextDiagnosticFormat { Clang, MSVC, Vi }; enumerator
|
| /freebsd-12-stable/contrib/libevent/ |
| D | CMakeLists.txt | 45 "Set library type to SHARED/STATIC/BOTH (default SHARED for MSVC, otherwise BOTH)") 195 set(MSVC 0) variable 203 if (("${CMAKE_C_COMPILER_ID}" STREQUAL "MSVC") OR (${CLANG})) 204 set(MSVC 1) variable 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})
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/ |
| D | CMakeLists.txt | 45 "Set library type to SHARED/STATIC/BOTH (default SHARED for MSVC, otherwise BOTH)") 195 set(MSVC 0) variable 203 if (("${CMAKE_C_COMPILER_ID}" STREQUAL "MSVC") OR (${CLANG})) 204 set(MSVC 1) variable 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})
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/src/support/runtime/ |
| D | exception_msvc.ipp | 11 #error this header can only be used when targeting the MSVC ABI
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| D | Triple.h | 223 MSVC, enumerator 553 return isOSWindows() && getEnvironment() == Triple::MSVC; in isKnownWindowsMSVCEnvironment()
|
| /freebsd-12-stable/contrib/googletest/googlemock/include/gmock/ |
| D | gmock-generated-function-mockers.h.pump | 59 // namespace. However if we define it in ::testing, MSVC will 88 // Even though gcc and MSVC don't enforce it, 'this->' is required 155 // line is just a trick for working around a bug in MSVC 8.0, which
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | __config | 209 // that Windows compilers pretending to be MSVC++ target the Microsoft ABI, 286 // Both MinGW and native MSVC provide a "MSVC"-like environment 580 #error "MSVC versions prior to Visual Studio 2015 are not supported" 622 #endif // _LIBCPP_COMPILER_[CLANG|GCC|MSVC|IBM] 805 // Inline namespaces are available in Clang/GCC/MSVC regardless of C++ dialect. 951 // If we are getting operator new from the MSVC CRT, then allocation overloads
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | configure.host | 63 # (MSVC) on the configure host, so we have to explicitly set the values here.
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| D | README.txt | 25 libcxxabi (ie, the MSVC demangler, ItaniumPartialDemangler), which depend on the
|
| /freebsd-12-stable/sys/contrib/libsodium/m4/ |
| D | ax_tls.m4 | 13 # GCC/ICC, and MSVC. I think SunPro uses the same as GCC, and Borland
|
| /freebsd-12-stable/contrib/bzip2/ |
| D | README | 86 (you may need to first run the MSVC-provided script VCVARS32.BAT 87 so as to set up paths to the MSVC tools correctly).
|