Home
last modified time | relevance | path

Searched refs:WARN_UNUSED_RETURN (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DPassRefPtr.h81 T* leakRef() const WARN_UNUSED_RETURN;
103 T* releaseRef() const WARN_UNUSED_RETURN { return leakRef(); } in releaseRef()
159 T* leakRef() const WARN_UNUSED_RETURN { T* tmp = m_ptr; m_ptr = 0; return tmp; } in leakRef()
165 T* releaseRef() const WARN_UNUSED_RETURN { return leakRef(); } in releaseRef()
DPossiblyNull.h44 bool getValue(T& out) WARN_UNUSED_RETURN;
DOwnArrayPtr.h56 PtrType leakPtr() WARN_UNUSED_RETURN;
DOwnPtr.h63 PtrType leakPtr() WARN_UNUSED_RETURN;
DFastMalloc.h50 template <typename T> bool getValue(T& data) WARN_UNUSED_RETURN;
DPassOwnPtr.h63 PtrType leakPtr() const WARN_UNUSED_RETURN;
DPassOwnArrayPtr.h61 PtrType leakPtr() const WARN_UNUSED_RETURN;
DPlatform.h1259 #define WARN_UNUSED_RETURN __attribute__ ((warn_unused_result)) macro
1261 #define WARN_UNUSED_RETURN macro
DRetainPtr.h79 PtrType leakRef() WARN_UNUSED_RETURN;
/external/webkit/Source/JavaScriptCore/wtf/gobject/
DGRefPtr.h83 T* leakRef() WARN_UNUSED_RETURN in leakRef()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-1620117 Add WARN_UNUSED_RETURN to the smart pointer "leak" member functions