OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
35
#if
COMPILER_SUPPORTS
(CXX_RVALUE_REFERENCES)
52
#if !
COMPILER_SUPPORTS
(CXX_RVALUE_REFERENCES)
87
#if
COMPILER_SUPPORTS
(CXX_RVALUE_REFERENCES)
98
#if !
COMPILER_SUPPORTS
(CXX_RVALUE_REFERENCES)
172
#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)
218
#if
COMPILER_SUPPORTS
(CXX_OVERRIDE_CONTROL)
234
#if
COMPILER_SUPPORTS
(CXX_DELETED_FUNCTIONS)
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
293
#if
COMPILER_SUPPORTS
(C_STATIC_ASSERT)
296
#elif
COMPILER_SUPPORTS
(CXX_STATIC_ASSERT)
RefPtr.h
68
#if !
COMPILER_SUPPORTS
(CXX_NULLPTR)
Vector.h
502
#if
COMPILER_SUPPORTS
(CXX_RVALUE_REFERENCES)
690
#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
120
#if
COMPILER_SUPPORTS
(CXX_RVALUE_REFERENCES)
Completed in 968 milliseconds