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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/wtf/
Compiler.h 29 /* COMPILER() - the compiler being used to build the project */
30 #define COMPILER(WTF_FEATURE) (defined WTF_COMPILER_##WTF_FEATURE && WTF_COMPILER_##WTF_FEATURE)
32 /* COMPILER_SUPPORTS() - whether the compiler being used to build the project supports the given feature. */
35 /* COMPILER_QUIRK() - whether the compiler being used to build the project requires a given quirk. */
38 /* ==== COMPILER() - the compiler being used to build the project ==== */
40 /* COMPILER(CLANG) - Clang */
46 /* Specific compiler features */
70 /* COMPILER(MSVC) - Microsoft Visual C++ *
    [all...]
RandomNumberSeed.h 48 #elif COMPILER(MSVC) && defined(_CRT_RAND_S)
Alignment.h 31 #if COMPILER(GCC)
34 #elif COMPILER(MSVC)
41 #if COMPILER(GCC)
Assertions.h 47 #if !COMPILER(MSVC)
88 #if COMPILER(GCC)
97 #if COMPILER(GCC) && !defined(__OBJC__)
141 #if COMPILER(GCC)
164 #if COMPILER(CLANG)
349 #if COMPILER(CLANG)
Assertions.cpp 37 #include "Compiler.h"
57 #if COMPILER(MSVC)
84 #if COMPILER(CLANG)
89 #if COMPILER(CLANG)
143 #if COMPILER(CLANG) || (COMPILER(GCC) && GCC_VERSION_AT_LEAST(4, 6, 0))
176 #if COMPILER(CLANG) || (COMPILER(GCC) && GCC_VERSION_AT_LEAST(4, 6, 0))
194 // By using this format, which matches the format used by MSVC for compiler errors, developers
Platform.h 31 /* Include compiler specific macros */
32 #include "wtf/Compiler.h"
146 #if !COMPILER(MSVC)
StringExtras.h 47 #if COMPILER(MSVC)
48 // FIXME: why a COMPILER check instead of OS? also, these should be HAVE checks
MathExtras.h 113 #if COMPILER(MSVC)
138 #if OS(ANDROID) || COMPILER(MSVC)
153 #if COMPILER(MSVC)
224 #endif // COMPILER(MSVC)
295 #if COMPILER(MSVC)
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
DenormalDisabler.h 35 #if OS(WINDOWS) && COMPILER(MSVC)
49 #if OS(WINDOWS) && COMPILER(MSVC)
64 #if OS(WINDOWS) && COMPILER(MSVC)
75 #if OS(WINDOWS) && COMPILER(MSVC) && (!_M_IX86_FP)
  /external/chromium_org/third_party/WebKit/Source/wtf/os-win32/
stdbool.h 24 #if !COMPILER(MSVC)
stdint.h 29 #if !COMPILER(MSVC)
  /external/compiler-rt/lib/tsan/lit_tests/
test_output.sh 20 COMPILER=$2
24 $COMPILER $SRC $CFLAGS -c -o $OBJ
25 $COMPILER $OBJ $LDFLAGS -o $EXE
47 COMPILER=$CXX
49 *.c) COMPILER=$CC
51 test_file $c $COMPILER &
  /external/eigen/bench/btl/generic_bench/utils/
utilities.h 28 # define COMPILER "g++" ;
30 # define COMPILER "CC" ;
32 # define COMPILER "KCC" ;
34 # define COMPILER "pgCC" ;
36 # define COMPILER "undefined" ;
46 cout << "COMPILED with " << COMPILER ;\
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/check-for-inappropriate-macros-in-external-headers-tests/resources/Fake.framework/Headers/
Fail.h 8 #if COMPILER(CLANG)
  /external/chromium_org/third_party/WebKit/Source/
config.h 49 #if COMPILER(MSVC)
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGStaticPropertyTearOff.h 27 #if COMPILER(MSVC)
59 #if COMPILER(MSVC)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Attribute.h 64 #if COMPILER(MSVC)
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
MarkupTokenizerInlines.h 52 #if COMPILER(MSVC)
  /external/v8/src/
vm-state-inl.h 48 case COMPILER:
49 return "COMPILER";
profile-generator-inl.h 86 case COMPILER:
  /external/chromium_org/third_party/WebKit/Source/core/platform/sql/
SQLiteDatabase.h 34 #if COMPILER(MSVC)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathByteStreamSource.h 55 #if COMPILER(MSVC)
  /external/chromium_org/v8/src/
profile-generator-inl.h 88 case COMPILER:
vm-state-inl.h 49 case COMPILER:
50 return "COMPILER";
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GlyphPage.h 57 #if COMPILER(MSVC)
193 #if COMPILER(MSVC)

Completed in 218 milliseconds

1 2 3