Home
last modified time | relevance | path

Searched refs:UnspecifiedBoolType (Results 1 – 25 of 25) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DWriteBarrier.h92 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/
DCachedResourceHandle.h42 typedef CachedResource* (CachedResourceHandleBase::*UnspecifiedBoolType);
43 …operator UnspecifiedBoolType() const { return m_resource ? &CachedResourceHandleBase::m_resource :… in UnspecifiedBoolType() function
/external/clang/test/CXX/class.access/
Dp6.cpp175 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/
DGOwnPtr.h92 typedef T* GOwnPtr::*UnspecifiedBoolType; typedef
93 operator UnspecifiedBoolType() const { return m_ptr ? &GOwnPtr::m_ptr : 0; } in UnspecifiedBoolType() function
DGRefPtr.h101 typedef T* GRefPtr::*UnspecifiedBoolType; typedef
102 operator UnspecifiedBoolType() const { return m_ptr ? &GRefPtr::m_ptr : 0; } in UnspecifiedBoolType() function
/external/webkit/Source/JavaScriptCore/heap/
DHandle.h59 typedef JSValue (HandleBase::*UnspecifiedBoolType);
60 …operator UnspecifiedBoolType*() const { return (m_slot && *m_slot) ? reinterpret_cast<UnspecifiedB…
/external/webkit/Source/JavaScriptCore/wtf/
DOwnArrayPtr.h69 typedef T* OwnArrayPtr::*UnspecifiedBoolType; typedef
70 operator UnspecifiedBoolType() const { return m_ptr ? &OwnArrayPtr::m_ptr : 0; } in UnspecifiedBoolType() function
DOwnPtr.h71 typedef PtrType OwnPtr::*UnspecifiedBoolType; typedef
72 operator UnspecifiedBoolType() const { return m_ptr ? &OwnPtr::m_ptr : 0; } in UnspecifiedBoolType() function
DPassOwnPtr.h71 typedef PtrType PassOwnPtr::*UnspecifiedBoolType; typedef
72 operator UnspecifiedBoolType() const { return m_ptr ? &PassOwnPtr::m_ptr : 0; } in UnspecifiedBoolType() function
DPassOwnArrayPtr.h72 typedef PtrType PassOwnArrayPtr::*UnspecifiedBoolType; typedef
73 operator UnspecifiedBoolType() const { return m_ptr ? &PassOwnArrayPtr::m_ptr : 0; } in UnspecifiedBoolType() function
DRefPtr.h71 typedef T* (RefPtr::*UnspecifiedBoolType);
72 operator UnspecifiedBoolType() const { return m_ptr ? &RefPtr::m_ptr : 0; } in UnspecifiedBoolType() function
DRetainPtr.h86 typedef PtrType RetainPtr::*UnspecifiedBoolType; typedef
87 operator UnspecifiedBoolType() const { return m_ptr ? &RetainPtr::m_ptr : 0; } in UnspecifiedBoolType() function
DPassRefPtr.h89 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/
DWKRetainPtr.h98 typedef PtrType WKRetainPtr::*UnspecifiedBoolType; typedef
99 operator UnspecifiedBoolType() const { return m_ptr ? &WKRetainPtr::m_ptr : 0; } in UnspecifiedBoolType() function
/external/webkit/Source/JavaScriptCore/API/
DJSRetainPtr.h59 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/
DCOMPtr.h81 typedef T* (COMPtr::*UnspecifiedBoolType)() const; typedef
82 operator UnspecifiedBoolType() const { return m_ptr ? &COMPtr::get : 0; } in UnspecifiedBoolType() function
/external/webkit/Source/JavaScriptCore/
DChangeLog85 (JSC::DeprecatedPtr::operator UnspecifiedBoolType*):
251 (JSC::DeprecatedPtr::operator UnspecifiedBoolType*):
8832 (JSC::DeprecatedPtr::operator UnspecifiedBoolType*):
8840 (JSC::WriteBarrierBase::operator UnspecifiedBoolType*):
8955 (JSC::WriteBarrierBase::operator UnspecifiedBoolType*):
DChangeLog-2011-02-16249 (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 …]
DChangeLog-2010-05-248554 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:
DChangeLog-2007-10-14526 (JSRetainPtr::operator UnspecifiedBoolType):
574 (KJS::JSRetainPtr::operator UnspecifiedBoolType):
15887 (KXMLCore::RefPtr::operator UnspecifiedBoolType):
15902 (KJS::ProtectedPtr::operator UnspecifiedBoolType):
15904 (KXMLCore::SharedPtr::operator UnspecifiedBoolType):
DChangeLog-2009-06-161638 (WTF::PassOwnPtr::operator UnspecifiedBoolType):
29319 (WTF::GOwnPtr::operator UnspecifiedBoolType):
/external/webkit/Source/WebKit/win/
DChangeLog-2009-06-1618533 (COMPtr::operator UnspecifiedBoolType):
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3123577 (WTF::RetainPtr::operator UnspecifiedBoolType):
45149 (WebCore::RefNonDocNodePtr::operator UnspecifiedBoolType):
DChangeLog-2005-12-193165 (DOM::DocPtr::operator UnspecifiedBoolType):
DChangeLog-2009-06-1692651 (WebCore::CachedResourceHandleBase::operator UnspecifiedBoolType):