Searched refs:MSVC (Results 1 – 25 of 216) sorted by relevance
123456789
/external/llvm/test/MC/ARM/ |
D | coff-debugging-secrel.ll | 5 ; RUN: | llvm-readobj -r - | FileCheck %s -check-prefix CHECK-MSVC 43 ; CHECK-MSVC: Relocations [ 44 ; CHECK-MSVC: Section {{.*}} .debug$S { 45 ; CHECK-MSVC: 0x2C IMAGE_REL_ARM_SECREL function 46 ; CHECK-MSVC: 0x30 IMAGE_REL_ARM_SECTION function 47 ; CHECK-MSVC: 0x48 IMAGE_REL_ARM_SECREL function 48 ; CHECK-MSVC: 0x4C IMAGE_REL_ARM_SECTION function 49 ; CHECK-MSVC: } 50 ; CHECK-MSVC: ]
|
/external/clang/docs/ |
D | MSVCCompatibility.rst | 14 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 76 (similar to what MSVC emits when given the ``/Z7`` flag) and DWARF debug [all …]
|
/external/clang/test/SemaTemplate/ |
D | typename-specifier.cpp | 140 #ifdef MSVC in foo() 149 #ifdef MSVC 160 #ifdef MSVC in bar() 167 #ifdef MSVC 185 #ifdef MSVC 192 #ifdef MSVC
|
/external/llvm/cmake/modules/ |
D | GetHostTriple.cmake | 5 if( MSVC ) 17 else( MSVC ) 27 endif( MSVC )
|
D | HandleLLVMOptions.cmake | 24 if (CMAKE_CXX_SIMULATE_ID MATCHES "MSVC") 48 elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC") 52 message(WARNING "Host Visual Studio should at least be 2013 Update 4 (MSVC 18.0.31101)" 59 # MSVC doesn't like _DEBUG on release builds. See PR 4379. 60 if( NOT MSVC ) 67 # Also remove /D NDEBUG to avoid MSVC warnings about conflicting defines. 245 if( MSVC ) 250 # CMake previously automatically set this value for MSVC builds, but the 251 # behavior was changed in CMake 2.8.11 (Issue 12437) to use the MSVC default 261 # Add definitions that make MSVC much less annoying. [all …]
|
/external/libcxx/ |
D | CMakeLists.txt | 126 if (MSVC) 127 # MSVC only has -X, which disables all default includes; including the crt. 162 if (NOT MSVC) 203 # MSVC doesn't like _DEBUG on release builds. See PR 4379. 204 if (NOT MSVC) 231 if (MSVC) 250 # NOTE: LLVM_USE_SANITIZER checks for a UNIX like system instead of MSVC. 251 # But we don't have LLVM_ON_UNIX so checking for MSVC is the best we can do. 252 if (LLVM_USE_SANITIZER AND NOT MSVC) 275 elseif(MSVC) [all …]
|
/external/google-breakpad/src/testing/gtest/ |
D | CMakeLists.txt | 143 # MSVC 7.1 does not support STL with exceptions disabled. 144 if (NOT MSVC OR MSVC_VERSION GREATER 1310) 172 if (NOT MSVC OR NOT MSVC_VERSION EQUAL 1600) 174 # Yet MSVC 10's <utility> declares tuple_element<size_t, class>. 177 # MSVC 10 doesn't compile. 195 # MSVC 7.1 does not support STL with exceptions disabled. 196 if (NOT MSVC OR MSVC_VERSION GREATER 1310) 232 # MSVC 7.1 does not support STL with exceptions disabled. 233 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
|
/external/clang/examples/PrintFunctionNames/ |
D | CMakeLists.txt | 3 if( NOT MSVC ) # MSVC mangles symbols differently, and
|
/external/protobuf/vsprojects/ |
D | readme.txt | 2 MSVC. This is not the recommended way to do Protocol Buffer development -- 4 accessible to those who primarily work with MSVC. 23 * To avoid conflicts between the MSVC debug and release runtime libraries, when 33 compatibility issues between different versions of MSVC's STL library, it is 38 1) Open protobuf.sln in MSVC. 105 its public interfaces. MSVC does not provide any reasonable way to export 111 unique, so there should be no problem with this, but MSVC prints warning
|
/external/compiler-rt/ |
D | CMakeLists.txt | 22 if (NOT MSVC) 62 if(NOT MSVC) 121 if (MSVC OR XCODE) 167 if(("${CMAKE_HOST_SYSTEM}" STREQUAL "${CMAKE_SYSTEM}" AND (UNIX OR MSVC)) OR ANDROID 186 if(MSVC) 198 # Emulate C99 and C++11's __func__ for MSVC prior to 2013 CTP. 214 if(MSVC) 234 # Build with optimization, unless we're in debug mode. If we're using MSVC, 236 if(NOT COMPILER_RT_DEBUG AND NOT MSVC)
|
/external/icu/icu4c/source/samples/ustring/ |
D | readme.txt | 10 ustring.sln Windows MSVC workspace. Double-click this to get started. 11 ustring.vcproj Windows MSVC project file 15 2. In MSVC, open the workspace file icu\samples\ustring\ustring.sln
|
/external/icu/icu4c/source/samples/props/ |
D | readme.txt | 10 props.sln Windows MSVC workspace. Double-click this to get started. 11 props.vcproj Windows MSVC project file 15 2. In MSVC, open the workspace file icu\samples\props\props.sln
|
/external/clang/test/SemaCXX/ |
D | libstdcxx_pair_swap_hack.cpp | 31 #ifdef MSVC 35 #ifndef MSVC
|
/external/icu/icu4c/source/samples/cal/ |
D | readme.txt | 13 cal.sln Windows MSVC workspace. Double-click this to get started. 14 cal.vcproj Windows MSVC project file 18 2. In MSVC, open the workspace file icu\samples\cal\cal.sln
|
/external/icu/icu4c/source/samples/citer/ |
D | readme.txt | 10 citer.sln Windows MSVC workspace. Double-click this to get started. 11 citer.vcproj Windows MSVC project file 15 2. In MSVC, open the workspace file icu\samples\citer\citer.sln
|
/external/icu/icu4c/source/samples/break/ |
D | readme.txt | 11 break.sln Windows MSVC workspace. Double-click this to get started. 12 break.vcproj Windows MSVC project file 16 2. In MSVC, open the workspace file icu\samples\break\break.sln
|
/external/icu/icu4c/source/samples/case/ |
D | readme.txt | 11 case.sln Windows MSVC workspace. Double-click this to get started. 12 case.vcproj Windows MSVC project file 16 2. In MSVC, open the solution file icu\samples\case\case.sln
|
/external/icu/icu4c/source/samples/coll/ |
D | readme.txt | 10 coll.sln Windows MSVC workspace. Double-click this to get started. 11 coll.vcproj Windows MSVC project file 15 2. In MSVC, open the workspace file icu\samples\coll\coll.sln
|
/external/libxml2/win32/ |
D | Readme.txt | 26 2.2.2 Compatability problems with MSVC (and probably CYGWIN) 105 with Microsoft's MSVC compiler, you would use the NMAKE utility. If 107 would use the GNU make. Assuming you use MSVC, type 128 configure script during the configure stage by typing (with MSVC in 178 versions available, but note that these where built with MSVC. Hence the 191 2.2.2 Compatability problems with MSVC (and probably CYGWIN) 193 A libxml2 DLL generated by BCB is callable from MSVC programs, but there is a 198 "_xmlAddChild". The MSVC compiler does not have this behaviour, and looks for 204 Borland-generated DLL is in OMF format. MSVC expects libraries in COFF format,
|
/external/icu/icu4c/source/samples/strsrch/ |
D | readme.txt | 10 strsrch.sln Windows MSVC workspace. Double-click this to get started. 11 strsrch.vcproj Windows MSVC project file 15 2. In MSVC, open the workspace file icu\samples\strsrch\strsrch.sln
|
/external/icu/icu4c/source/samples/numfmt/ |
D | readme.txt | 13 numfmt.sln Windows MSVC workspace. Double-click this to get started. 14 numfmt.vcproj Windows MSVC project file 18 2. In MSVC, open the workspace file icu\samples\numfmt\numfmt.sln
|
/external/icu/icu4c/source/samples/ucnv/ |
D | readme.txt | 16 ucnv.sln Windows MSVC workspace. Double-click this to get started. 17 ucnv.vcproj Windows MSVC project file 21 2. In MSVC, open the workspace file icu\samples\ucnv\ucnv.sln
|
/external/icu/icu4c/source/samples/date/ |
D | readme.txt | 13 date.sln Windows MSVC workspace. Double-click this to get started. 14 date.vcproj Windows MSVC project file 18 2. In MSVC, open the workspace file icu\samples\date\date.sln
|
/external/llvm/test/CodeGen/X86/ |
D | constant-pool-sharing.ll | 2 …lc < %s -mtriple=x86_64-win32 -mcpu=corei7 | FileCheck %s --check-prefix=COMMON --check-prefix=MSVC 8 ; MSVC: __xmm@40000000400000004000000040000000(%rip), %xmm0
|
/external/skia/site/dev/contrib/ |
D | c++11.md | 25 Chrome builds with a recent Clang on Mac and Linux and with a recent MSVC on 35 and MSVC doesn't support it at all, so we cannot rely on that. 46 minimum-supported Clang and MSVC toolchains are great. They also appear to ban 56 Most of our bots are pretty up-to-date: the Windows bots use MSVC 2013, the Mac
|
123456789