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

1 2 3

  /external/clang/test/Preprocessor/Inputs/microsoft-header-search/
findme.h 3 #error Wrong findme.h included, MSVC header search incorrec
  /external/libhevc/common/
ihevc_typedefs.h 54 #ifndef MSVC
  /external/chromium_org/third_party/leveldatabase/src/port/win/
stdint.h 5 // MSVC didn't ship with this file until the 2010 version.
11 #error This file should only be included when compiling with MSVC.
  /external/chromium_org/third_party/yasm/source/config/win/
stdint.h 11 #error This file should only be included when compiling with MSVC.
  /external/chromium_org/v8/src/base/
win32-math.h 14 #error Wrong environment, expected MSVC.
17 // MSVC 2013+ provides implementations of all standard math functions.
  /external/chromium_org/third_party/WebKit/Source/wtf/
BitwiseOperations.h 45 #if COMPILER(MSVC)
51 #if COMPILER(MSVC)
61 // MSVC only supplies _BitScanForward64 when building for a 64-bit target.
ByteSwap.h 39 #if COMPILER(MSVC)
47 #if COMPILER(MSVC)
Compiler.h 70 /* COMPILER(MSVC) - Microsoft Visual C++ */
136 #elif COMPILER(MSVC) && defined(NDEBUG)
149 #elif COMPILER(MSVC)
185 #elif COMPILER(MSVC)
252 #elif COMPILER(MSVC)
Atomics.h 38 #if COMPILER(MSVC)
52 #if COMPILER(MSVC)
138 #if COMPILER(MSVC)
InstanceCounter.cpp 46 #elif COMPILER(MSVC)
50 #warning "Extracting typename is supported only in compiler GCC, CLANG and MSVC at this moment"
57 #if COMPILER(CLANG) || COMPILER(GCC) || COMPILER(MSVC)
StringExtras.h 47 #if COMPILER(MSVC)
MathExtras.h 33 #if COMPILER(MSVC)
79 #if COMPILER(MSVC) && (_MSC_VER < 1800)
104 #if OS(ANDROID) || COMPILER(MSVC)
105 // ANDROID and MSVC's math.h does not currently supply log2 or log2f.
119 #if COMPILER(MSVC)
177 // MSVC's math functions do not bring lrint.
201 #endif // COMPILER(MSVC)
291 #if COMPILER(MSVC)
  /external/llvm/utils/unittest/
CMakeLists.txt 37 if(MSVC AND MSVC_VERSION EQUAL 1700)
  /external/clang/test/SemaTemplate/
typename-specifier.cpp 140 #ifdef MSVC
149 #ifdef MSVC
160 #ifdef MSVC
167 #ifdef MSVC
182 // FIXME: MSVC accepts this code.
185 #ifdef MSVC
192 #ifdef MSVC
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
DenormalDisabler.h 38 #if OS(WIN) && COMPILER(MSVC)
39 // Windows compiled using MSVC with SSE2
99 #elif OS(WIN) && COMPILER(MSVC)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Attribute.h 64 #if COMPILER(MSVC)
65 // NOTE: This constructor is not actually implemented, it's just defined so MSVC
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
MarkupTokenizerInlines.h 52 #if COMPILER(MSVC)
  /external/chromium_org/testing/gtest/
CMakeLists.txt 68 if (MSVC AND MSVC_VERSION EQUAL 1700)
155 # MSVC 7.1 does not support STL with exceptions disabled.
156 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
184 if (NOT MSVC OR MSVC_VERSION LESS 1600) # 1600 is Visual Studio 2010.
206 if (NOT MSVC OR MSVC_VERSION GREATER 1310) # 1310 is Visual Studio .NET 2003
242 # MSVC 7.1 does not support STL with exceptions disabled.
243 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptWrappable.cpp 13 #if COMPILER(MSVC)
  /external/chromium_org/third_party/WebKit/Source/
config.h 27 #if COMPILER(MSVC)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathByteStreamSource.h 50 #if COMPILER(MSVC)
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteDatabase.h 36 #if COMPILER(MSVC)
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_def.sh 21 This script generates a MSVC module definition file containing a list of symbols
  /external/libvpx/libvpx/build/make/
gen_msvs_def.sh 21 This script generates a MSVC module definition file containing a list of symbols
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Makefile 384 @ echo nmake clean VCE (to build the MSVC dll with C++ exception handling)
385 @ echo nmake clean VSE (to build the MSVC dll with structured exception handling)
386 @ echo nmake clean VC (to build the MSVC dll with C cleanup code)
387 @ echo nmake clean VCE-inlined (to build the MSVC inlined dll with C++ exception handling)
388 @ echo nmake clean VSE-inlined (to build the MSVC inlined dll with structured exception handling)
389 @ echo nmake clean VC-inlined (to build the MSVC inlined dll with C cleanup code)
390 @ echo nmake clean VC-static (to build the MSVC static lib with C cleanup code)
391 @ echo nmake clean VCE-debug (to build the debug MSVC dll with C++ exception handling)
392 @ echo nmake clean VSE-debug (to build the debug MSVC dll with structured exception handling)
393 @ echo nmake clean VC-debug (to build the debug MSVC dll with C cleanup code
    [all...]

Completed in 492 milliseconds

1 2 3