HomeSort by relevance Sort by last modified time
    Searched refs:COMPILER_SUPPORTS (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
NullPtr.cpp 30 #if !(COMPILER_SUPPORTS(CXX_NULLPTR) || defined(_LIBCPP_VERSION))
NullPtr.h 36 #if COMPILER_SUPPORTS(CXX_NULLPTR) || defined(_LIBCPP_VERSION)
56 #if COMPILER_SUPPORTS(CXX_DELETED_FUNCTIONS)
Noncopyable.h 26 #if COMPILER_SUPPORTS(CXX_DELETED_FUNCTIONS)
EnumClass.h 56 #if COMPILER_SUPPORTS(CXX_STRONG_ENUMS)
63 #else // !COMPILER_SUPPORTS(CXX_STRONG_ENUMS)
126 #endif // !COMPILER_SUPPORTS(CXX_STRONG_ENUMS)
130 #if !COMPILER_SUPPORTS(CXX_STRONG_ENUMS)
OwnPtr.h 40 #if COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES)
56 #if !COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES)
85 #if COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES)
96 #if !COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES)
155 #if COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES)
Compiler.h 32 /* COMPILER_SUPPORTS() - whether the compiler being used to build the project supports the given feature. */
33 #define COMPILER_SUPPORTS(WTF_COMPILER_FEATURE) (defined WTF_COMPILER_SUPPORTS_##WTF_COMPILER_FEATURE && WTF_COMPILER_SUPPORTS_##WTF_COMPILER_FEATURE)
210 #if COMPILER_SUPPORTS(CXX_OVERRIDE_CONTROL)
RetainPtr.h 77 #if COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES)
94 #if COMPILER_SUPPORTS(CXX_EXPLICIT_CONVERSIONS)
109 #if COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES)
114 #if !COMPILER_SUPPORTS(CXX_NULLPTR)
197 #if COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES)
Assertions.h 300 #if COMPILER_SUPPORTS(C_STATIC_ASSERT)
303 #elif COMPILER_SUPPORTS(CXX_STATIC_ASSERT)
RefPtr.h 69 #if !COMPILER_SUPPORTS(CXX_NULLPTR)
Vector.h 526 #if COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES)
723 #if COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/check-for-inappropriate-macros-in-external-headers-tests/resources/Fake.framework/Headers/
Fail.h 16 #if COMPILER_SUPPORTS(FEATURE)
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
AtomicString.h 76 #if COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES)
WTFString.h 125 #if COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES)

Completed in 192 milliseconds