HomeSort by relevance Sort by last modified time
    Searched refs:MSVC (Results 1 - 25 of 35) sorted by null

1 2

  /external/libhevc/common/
ihevc_typedefs.h 55 #ifndef MSVC
  /external/skia/third_party/yasm/config/win/
stdint.h 11 #error This file should only be included when compiling with MSVC.
  /external/libmicrohttpd/w32/VS2013/
MHD_config.h 10 #define MSVC 1
  /external/clang/test/SemaTemplate/
typename-specifier.cpp 160 #ifdef MSVC
169 #ifdef MSVC
180 #ifdef MSVC
187 #ifdef MSVC
202 // FIXME: MSVC accepts this code.
205 #ifdef MSVC
212 #ifdef MSVC
  /external/libdivsufsort/
CMakeLists.txt 57 if(MSVC)
66 else(MSVC)
80 endif(MSVC)
  /external/clang/test/SemaCXX/
libstdcxx_pair_swap_hack.cpp 16 // MSVC's standard library uses a very similar pattern that relies on delayed
31 #ifdef MSVC
35 #ifndef MSVC
  /external/harfbuzz_ng/win32/
introspection-msvc.mak 2 # for building introspection files under MSVC/NMake.
4 # that support MSVC builds and introspection under MSVC.
detectenv-msvc.mak 53 # Check to see we are configured to build with MSVC (MSDEVDIR, MSVCDIR or
  /external/google-breakpad/src/testing/gtest/
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/vulkan-validation-layers/tests/gtest-1.7.0/
CMakeLists.txt 145 # MSVC 7.1 does not support STL with exceptions disabled.
146 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
174 if (NOT MSVC OR NOT MSVC_VERSION EQUAL 1600)
176 # Yet MSVC 10's <utility> declares tuple_element<size_t, class>.
179 # MSVC 10 doesn't compile.
197 # MSVC 7.1 does not support STL with exceptions disabled.
198 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
234 # MSVC 7.1 does not support STL with exceptions disabled.
235 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
  /external/libvpx/libvpx/build/make/
gen_msvs_def.sh 21 This script generates a MSVC module definition file containing a list of symbols
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_def.sh 21 This script generates a MSVC module definition file containing a list of symbols
  /external/protobuf/gtest/
CMakeLists.txt 32 if (MSVC)
33 # For MSVC, CMake sets certain flags to defaults we want to override.
65 if (MSVC)
289 if (MSVC)
306 if (NOT(MSVC AND (MSVC_VERSION EQUAL 1600)))
308 # Yet MSVC 10's <utility> declares tuple_element<size_t, class>.
311 # MSVC 10 doesn't compile.
  /external/clang/include/clang/Basic/
DiagnosticOptions.h 63 enum TextDiagnosticFormat { Clang, MSVC, Vi };
  /external/llvm/include/llvm/ADT/
Triple.h 177 MSVC,
462 /// Checks if the environment could be MSVC.
466 getEnvironment() == Triple::MSVC);
469 /// Checks if the environment is MSVC.
471 return getOS() == Triple::Win32 && getEnvironment() == Triple::MSVC;
  /external/curl/docs/examples/
ftpuploadresume.c 37 # error _snscanf requires MSVC 7.0 or later.
  /external/icu/icu4c/source/
runConfigureICU 40 Cygwin/MSVC Use the Microsoft Visual C++ compiler on Cygwin
54 MSYS/MSVC Use the Microsoft Visual C++ computer on MSYS
259 Cygwin/MSVC)
319 MSYS/MSVC)
  /external/libavc/encoder/
ih264e_bitstream.h 93 #if !MSVC
  /external/icu/icu4c/source/samples/ufortune/resources/
fortune_resources.mak 9 # MSVC project file for ufortune
  /external/llvm/tools/msbuild/
install.bat 3 echo Installing MSVC integration...
119 echo MSVC integration install failed.
uninstall.bat 3 echo Uninstalling MSVC integration...
  /external/libpng/projects/owatcom/
pngconfig.mak 72 # Windows. This gives compatibility with MSVC and GCC. Unfortunately it
74 # the __watcall convention (compared with both MSVC and GCC which use __cdecl
  /external/llvm/include/llvm/Support/
Compiler.h 53 /// \brief Is the compiler MSVC of at least the specified version?
60 // We require at least MSVC 2013.
62 #error LLVM requires at least MSVC 2013.
78 /// and MSVC implemented this later than everything else.
260 // The __debugbreak intrinsic is supported by MSVC, does not require forward
335 # error "could not determine LLVM_PTR_SIZE as a constant int for MSVC"
435 // MSVC supports this with a __declspec.
  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.c 70 #if defined(MSVC)
  /external/curl/lib/
curl_setup.h 458 * msvc 6.0 requires PSDK in order to have INET6_ADDRSTRLEN
488 * MSVC threads support requires a multi-threaded runtime library.
531 * msvc 6.0 does not have struct sockaddr_storage and
543 * Intentionally fail to build when using msvc 6.0 without PSDK installed.
551 # error MSVC 6.0 requires "February 2003 Platform SDK" a.k.a. \
668 /* Define S_ISREG if not defined by system headers, f.e. MSVC */
673 /* Define S_ISDIR if not defined by system headers, f.e. MSVC */

Completed in 612 milliseconds

1 2