Home
last modified time | relevance | path

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

12345678910>>...14

/netbsd/external/bsd/jemalloc/dist/
H A D.appveyor.yml7 MSVC: amd64
10 MSVC: x86
17 MSVC: amd64
21 MSVC: x86
32 …- if defined MSVC call "c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %MSV…
33 - if defined MSVC pacman --noconfirm -Rsc mingw-w64-%CPU%-gcc gcc
/netbsd/external/bsd/libfido2/dist/src/
H A Ddiff_exports.sh16 MSVC="${TMPDIR}/msvc"
20 grep -v '^EXPORTS$' export.msvc | sort > "${MSVC}"
21 diff -u "${GNU}" "${LLVM}" && diff -u "${MSVC}" "${LLVM}"
23 rm "${GNU}" "${LLVM}" "${MSVC}"
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DMSVCCompatibility.rst14 MSVC compatibility
18 MSVC. There are multiple dimensions to compatibility.
21 should be able to link against MSVC-compiled code successfully. However, C++
22 ABIs are particularly large and complicated, and Clang's support for MSVC's C++
23 ABI is a work in progress. If you don't require MSVC ABI compatibility or don't
27 Second, Clang implements many MSVC language extensions, such as
31 Third, MSVC accepts some C++ code that Clang will typically diagnose as
39 be compatible with MSVC's cl.exe.
66 pointers_to_members`_ and the `/vm`_ flags are supported. However, MSVC
115 MSVC allows many invalid constructs in class templates that Clang has
[all …]
/netbsd/external/bsd/libpcap/dist/rpcapd/
H A 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)
/netbsd/external/apache2/llvm/dist/llvm/cmake/modules/
H A DGetHostTriple.cmake5 if( MSVC )
26 else( MSVC )
40 endif( MSVC )
H A DHandleLLVMOptions.cmake56 if( NOT MSVC )
65 if (MSVC)
405 if(MSVC)
422 if( MSVC )
520 endif( MSVC )
568 if (MSVC)
647 endif (MSVC)
770 if (NOT MSVC)
840 elseif(MSVC)
915 elseif(MSVC)
[all …]
H A DCheckCompilerVersion.cmake15 # _MSC_VER == 1914 MSVC++ 14.14 (Visual Studio 2017 version 15.4)
51 check_compiler_version("MSVC" "Visual Studio" ${MSVC_MIN} ${MSVC_SOFT_ERROR})
56 if ((${CMAKE_CXX_COMPILER_ID} STREQUAL MSVC) AND
68 if (CMAKE_CXX_SIMULATE_ID MATCHES "MSVC")
H A DTableGen.cmake65 # MSVC can't support long string literals ("long" > 65534 bytes)[1], so if there's
66 # a possibility of generated tables being consumed by MSVC, generate arrays of
68 # that the source might be consumed by MSVC.
70 if (MSVC AND project STREQUAL LLVM)
/netbsd/external/bsd/file/dist/magic/magdir/
H A 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
/netbsd/external/mit/expat/dist/
H A DCMakeLists.txt99 if(MSVC)
151 if(MSVC OR _EXPAT_HELP)
175 if(MSVC)
299 if(MSVC)
308 if (MSVC)
328 if(_EXPAT_M32 AND NOT MSVC)
346 if(MSVC)
395 if(MSVC)
556 if(NOT MSVC)
564 if(MSVC)
[all …]
/netbsd/external/apache2/llvm/dist/clang/examples/PrintFunctionNames/
H A DCMakeLists.txt3 if( NOT MSVC ) # MSVC mangles symbols differently, and
/netbsd/external/bsd/libpcap/dist/testprogs/
H A DCMakeLists.txt1 if(MSVC)
4 endif(MSVC)
/netbsd/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DCMakeLists.txt5 # By default MSVC has a 2^16 limit on the number of sections in an object
7 if (MSVC)
/netbsd/external/apache2/llvm/dist/llvm/cmake/platforms/
H A DWinMsvc.cmake2 # target MSVC.
9 # -DMSVC_BASE=/path/to/MSVC/system/libraries/and/includes
23 # *Absolute path* to the folder containing MSVC headers and system libraries.
24 # The layout of the folder matches that which is intalled by MSVC 2017 on
42 # For versions of MSVC < 2017, or where you have a hermetic toolchain in a
93 # necessary to properly configure MSVC in both the top-level configuration as well as
200 # that the Windows SDK / MSVC STL directories look kosher.
213 "CMake variable MSVC_BASE must point to a folder containing MSVC "
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-shlib/
H A DCMakeLists.txt14 if(MSVC)
15 message(FATAL_ERROR "Generating libLLVM is not supported on MSVC")
75 if(LLVM_BUILD_LLVM_C_DYLIB AND NOT MSVC)
114 if(LLVM_BUILD_LLVM_C_DYLIB AND MSVC)
184 if (LLVM_INTEGRATED_CRT_ALLOC AND MSVC)
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A DCMakeLists.txt68 if(MSVC)
73 if(NOT MSVC)
89 # MSVC linker is allocating 1M for the stack by default, which is not
92 if(MSVC)
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCMakeLists.txt69 if(MSVC)
84 if (MSVC AND ENABLE_SHARED AND ENABLE_STATIC)
88 if(MSVC)
/netbsd/external/gpl3/gdb/dist/binutils/testsuite/binutils-all/windres/
H A DREADME6 dumps of the RES formatted output of MSVC's RC utility.
27 MSVC-generated *.rsd files are generated for that.
/netbsd/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/windres/
H A DREADME6 dumps of the RES formatted output of MSVC's RC utility.
27 MSVC-generated *.rsd files are generated for that.
/netbsd/external/apache2/llvm/dist/llvm/projects/
H A DCMakeLists.txt25 # MSVC isn't quite working with libc++ yet, disable it until issues are
29 if(NOT MSVC OR LLVM_FORCE_BUILD_RUNTIME)
/netbsd/external/apache2/llvm/dist/clang/examples/clang-interpreter/
H A DCMakeLists.txt33 if (MSVC)
44 if (MSVC)
/netbsd/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A DCMakeLists.txt49 if(MSVC)
81 if(NOT MSVC)
186 if(MSVC)
188 # With the MSVC CRT, the choice between static and dynamic CRT is made at
/netbsd/external/apache2/llvm/dist/llvm/tools/msbuild/
H A Dinstall.bat3 echo Installing MSVC integration...
53 echo MSVC integration install failed.
/netbsd/external/gpl2/gmake/dist/
H A DREADME.W324 It builds natively with MSVC 2.x, 4.x, 5.x, 6.x, and 2003 as well as
44 Building with (MSVC++-)cl using build_w32.bat or NMakefile
47 2. Open a W32 command prompt for your installed (MSVC++-)cl, setup a
182 on machines that may not have MSVC runtime installed. If you
188 I have not tried to build with any other compilers than MSVC. I
253 problem in MSVC 2.x, but I know it is a problem in MSVC 4.x.
/netbsd/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
H A DCMakeLists.txt30 if(MSVC)
36 if(NOT MSVC)

12345678910>>...14