/external/webkit/Source/JavaScriptCore/runtime/ |
D | WriteBarrier.h | 92 typedef T* (WriteBarrierBase::*UnspecifiedBoolType); 93 …operator UnspecifiedBoolType*() const { return m_cell ? reinterpret_cast<UnspecifiedBoolType*>(1) … 149 typedef JSValue (WriteBarrierBase::*UnspecifiedBoolType); 150 …operator UnspecifiedBoolType*() const { return get() ? reinterpret_cast<UnspecifiedBoolType*>(1) :…
|
/external/webkit/Source/WebCore/loader/cache/ |
D | CachedResourceHandle.h | 42 typedef CachedResource* (CachedResourceHandleBase::*UnspecifiedBoolType); 43 …operator UnspecifiedBoolType() const { return m_resource ? &CachedResourceHandleBase::m_resource :… in UnspecifiedBoolType() function
|
/external/clang/test/CXX/class.access/ |
D | p6.cpp | 175 typedef void* (A::*UnspecifiedBoolType)() const; typedef in test8::A 176 operator UnspecifiedBoolType() const; // expected-note {{implicitly declared private here}}
|
/external/webkit/Source/JavaScriptCore/wtf/gobject/ |
D | GOwnPtr.h | 92 typedef T* GOwnPtr::*UnspecifiedBoolType; typedef 93 operator UnspecifiedBoolType() const { return m_ptr ? &GOwnPtr::m_ptr : 0; } in UnspecifiedBoolType() function
|
D | GRefPtr.h | 101 typedef T* GRefPtr::*UnspecifiedBoolType; typedef 102 operator UnspecifiedBoolType() const { return m_ptr ? &GRefPtr::m_ptr : 0; } in UnspecifiedBoolType() function
|
/external/webkit/Source/JavaScriptCore/heap/ |
D | Handle.h | 59 typedef JSValue (HandleBase::*UnspecifiedBoolType); 60 …operator UnspecifiedBoolType*() const { return (m_slot && *m_slot) ? reinterpret_cast<UnspecifiedB…
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | OwnArrayPtr.h | 69 typedef T* OwnArrayPtr::*UnspecifiedBoolType; typedef 70 operator UnspecifiedBoolType() const { return m_ptr ? &OwnArrayPtr::m_ptr : 0; } in UnspecifiedBoolType() function
|
D | OwnPtr.h | 71 typedef PtrType OwnPtr::*UnspecifiedBoolType; typedef 72 operator UnspecifiedBoolType() const { return m_ptr ? &OwnPtr::m_ptr : 0; } in UnspecifiedBoolType() function
|
D | PassOwnPtr.h | 71 typedef PtrType PassOwnPtr::*UnspecifiedBoolType; typedef 72 operator UnspecifiedBoolType() const { return m_ptr ? &PassOwnPtr::m_ptr : 0; } in UnspecifiedBoolType() function
|
D | PassOwnArrayPtr.h | 72 typedef PtrType PassOwnArrayPtr::*UnspecifiedBoolType; typedef 73 operator UnspecifiedBoolType() const { return m_ptr ? &PassOwnArrayPtr::m_ptr : 0; } in UnspecifiedBoolType() function
|
D | RefPtr.h | 71 typedef T* (RefPtr::*UnspecifiedBoolType); 72 operator UnspecifiedBoolType() const { return m_ptr ? &RefPtr::m_ptr : 0; } in UnspecifiedBoolType() function
|
D | RetainPtr.h | 86 typedef PtrType RetainPtr::*UnspecifiedBoolType; typedef 87 operator UnspecifiedBoolType() const { return m_ptr ? &RetainPtr::m_ptr : 0; } in UnspecifiedBoolType() function
|
D | PassRefPtr.h | 89 typedef T* (PassRefPtr::*UnspecifiedBoolType); 90 operator UnspecifiedBoolType() const { return m_ptr ? &PassRefPtr::m_ptr : 0; } in UnspecifiedBoolType() function
|
/external/webkit/Source/WebKit2/UIProcess/API/cpp/ |
D | WKRetainPtr.h | 98 typedef PtrType WKRetainPtr::*UnspecifiedBoolType; typedef 99 operator UnspecifiedBoolType() const { return m_ptr ? &WKRetainPtr::m_ptr : 0; } in UnspecifiedBoolType() function
|
/external/webkit/Source/JavaScriptCore/API/ |
D | JSRetainPtr.h | 59 typedef T JSRetainPtr::*UnspecifiedBoolType; typedef 60 operator UnspecifiedBoolType() const { return m_ptr ? &JSRetainPtr::m_ptr : 0; } in UnspecifiedBoolType() function
|
/external/webkit/Source/WebCore/platform/win/ |
D | COMPtr.h | 81 typedef T* (COMPtr::*UnspecifiedBoolType)() const; typedef 82 operator UnspecifiedBoolType() const { return m_ptr ? &COMPtr::get : 0; } in UnspecifiedBoolType() function
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog | 85 (JSC::DeprecatedPtr::operator UnspecifiedBoolType*): 251 (JSC::DeprecatedPtr::operator UnspecifiedBoolType*): 8832 (JSC::DeprecatedPtr::operator UnspecifiedBoolType*): 8840 (JSC::WriteBarrierBase::operator UnspecifiedBoolType*): 8955 (JSC::WriteBarrierBase::operator UnspecifiedBoolType*):
|
D | ChangeLog-2011-02-16 | 249 (JSC::HandleBase::operator UnspecifiedBoolType*): 335 (JSC::WeakGCPtrBase::operator UnspecifiedBoolType*): 2414 (JSC::DeprecatedPtr::operator UnspecifiedBoolType*): 2422 (JSC::WriteBarrierBase::operator UnspecifiedBoolType*): 3148 (JSC::DeprecatedPtr::operator UnspecifiedBoolType*): 3155 (JSC::WriteBarrierBase::operator UnspecifiedBoolType*): 4106 (JSC::DeprecatedPtr::operator UnspecifiedBoolType*): 4113 (JSC::WriteBarrierBase::operator UnspecifiedBoolType*): 6710 (WTF::GRefPtr::operator UnspecifiedBoolType): Ditto. 15617 (WTF::PlatformRefPtr::operator UnspecifiedBoolType): Ditto. [all …]
|
D | ChangeLog-2010-05-24 | 8554 Add parenthesis around (RefPtr::*UnspecifiedBoolType) to make the WINSCW 9209 (WTF::OwnPtrBrew::operator UnspecifiedBoolType): 12445 (JSC::WeakGCPtr::operator UnspecifiedBoolType): 12569 (WTF::GRefPtr::operator UnspecifiedBoolType): 14585 (WTF::GOwnPtr::operator UnspecifiedBoolType): 17696 (WTF::NotNullPassRefPtr::operator UnspecifiedBoolType): 20690 Add parenthesis around (PassRefPtr::*UnspecifiedBoolType) to make winscw compiler 26545 Compiler (latest b482) reports error for UnspecifiedBoolType construct:
|
D | ChangeLog-2007-10-14 | 526 (JSRetainPtr::operator UnspecifiedBoolType): 574 (KJS::JSRetainPtr::operator UnspecifiedBoolType): 15887 (KXMLCore::RefPtr::operator UnspecifiedBoolType): 15902 (KJS::ProtectedPtr::operator UnspecifiedBoolType): 15904 (KXMLCore::SharedPtr::operator UnspecifiedBoolType):
|
D | ChangeLog-2009-06-16 | 1638 (WTF::PassOwnPtr::operator UnspecifiedBoolType): 29319 (WTF::GOwnPtr::operator UnspecifiedBoolType):
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog-2009-06-16 | 18533 (COMPtr::operator UnspecifiedBoolType):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-12-31 | 23577 (WTF::RetainPtr::operator UnspecifiedBoolType): 45149 (WebCore::RefNonDocNodePtr::operator UnspecifiedBoolType):
|
D | ChangeLog-2005-12-19 | 3165 (DOM::DocPtr::operator UnspecifiedBoolType):
|
D | ChangeLog-2009-06-16 | 92651 (WebCore::CachedResourceHandleBase::operator UnspecifiedBoolType):
|