Home
last modified time | relevance | path

Searched refs:MSVC (Results 1 – 25 of 102) sorted by relevance

12345

/freebsd-12-stable/contrib/libpcap/rpcapd/
DCMakeLists.txt132 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/
Dmsvc14 …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/
DCMakeLists.txt1 if(MSVC)
4 endif(MSVC)
/freebsd-12-stable/lib/libomp/
Dkmp_config.h72 #define MSVC 0 macro
73 #define KMP_MSVC_COMPAT MSVC
/freebsd-12-stable/contrib/googletest/googletest/
DCMakeLists.txt121 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/
Dkmp_config.h.cmake71 #cmakedefine01 MSVC
72 #define KMP_MSVC_COMPAT MSVC
/freebsd-12-stable/contrib/googletest/googletest/cmake/
Dinternal_utils.cmake20 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/
Dcfi_ignorelist.txt3 # uninitialized T* (libstdc++, MSVC stdlib).
/freebsd-12-stable/contrib/libpcap/
DCMakeLists.txt39 # 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/
DCMakeLists.txt86 if (MSVC AND MSVC_VERSION EQUAL 1700)
98 if (MSVC)
178 if (MSVC)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
Dinttypes.h18 #error MSVC does not have inttypes.h prior to Visual Studio 2013
/freebsd-12-stable/contrib/libucl/
Dconfigure.ac169 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/
DNEWS.md26 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/
DTargets.cpp156 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/
DDiagnosticOptions.h77 enum TextDiagnosticFormat { Clang, MSVC, Vi }; enumerator
/freebsd-12-stable/contrib/libevent/
DCMakeLists.txt45 "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/
DCMakeLists.txt45 "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/
Dexception_msvc.ipp11 #error this header can only be used when targeting the MSVC ABI
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DTriple.h223 MSVC, enumerator
553 return isOSWindows() && getEnvironment() == Triple::MSVC; in isKnownWindowsMSVCEnvironment()
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
Dgmock-generated-function-mockers.h.pump59 // 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__config209 // 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/
Dconfigure.host63 # (MSVC) on the configure host, so we have to explicitly set the values here.
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
DREADME.txt25 libcxxabi (ie, the MSVC demangler, ItaniumPartialDemangler), which depend on the
/freebsd-12-stable/sys/contrib/libsodium/m4/
Dax_tls.m413 # GCC/ICC, and MSVC. I think SunPro uses the same as GCC, and Borland
/freebsd-12-stable/contrib/bzip2/
DREADME86 (you may need to first run the MSVC-provided script VCVARS32.BAT
87 so as to set up paths to the MSVC tools correctly).

12345