WARN_UNUSED_RETURN   71 Source/modules/crypto/NormalizeAlgorithm.h bool parseAlgorithm(const Dictionary&, AlgorithmOperation, blink::WebCryptoAlgorithm&, CryptoResult*) WARN_UNUSED_RETURN;
WARN_UNUSED_RETURN  106 Source/platform/heap/Heap.cpp     WARN_UNUSED_RETURN bool commit()
WARN_UNUSED_RETURN  156 Source/platform/heap/Heap.cpp     bool commit() WARN_UNUSED_RETURN { return m_writable.commit(); }
WARN_UNUSED_RETURN  242 Source/wtf/CheckedArithmetic.h     static inline bool add(LHS lhs, RHS rhs, ResultType& result) WARN_UNUSED_RETURN
WARN_UNUSED_RETURN  258 Source/wtf/CheckedArithmetic.h     static inline bool sub(LHS lhs, RHS rhs, ResultType& result) WARN_UNUSED_RETURN
WARN_UNUSED_RETURN  273 Source/wtf/CheckedArithmetic.h     static inline bool multiply(LHS lhs, RHS rhs, ResultType& result) WARN_UNUSED_RETURN
WARN_UNUSED_RETURN  304 Source/wtf/CheckedArithmetic.h     static inline bool add(LHS lhs, RHS rhs, ResultType& result) WARN_UNUSED_RETURN
WARN_UNUSED_RETURN  313 Source/wtf/CheckedArithmetic.h     static inline bool sub(LHS lhs, RHS rhs, ResultType& result) WARN_UNUSED_RETURN
WARN_UNUSED_RETURN  322 Source/wtf/CheckedArithmetic.h     static inline bool multiply(LHS lhs, RHS rhs, ResultType& result) WARN_UNUSED_RETURN
WARN_UNUSED_RETURN  542 Source/wtf/CheckedArithmetic.h     inline CheckedState safeGet(T& value) const WARN_UNUSED_RETURN
WARN_UNUSED_RETURN   70 Source/wtf/OwnPtr.h         PtrType leakPtr() WARN_UNUSED_RETURN;
WARN_UNUSED_RETURN   59 Source/wtf/PassOwnPtr.h         PtrType leakPtr() const WARN_UNUSED_RETURN;
WARN_UNUSED_RETURN   80 Source/wtf/PassRefPtr.h         T* leakRef() const WARN_UNUSED_RETURN;
WARN_UNUSED_RETURN   90 Source/wtf/RetainPtr.h         PtrType leakRef() WARN_UNUSED_RETURN;
WARN_UNUSED_RETURN  269 Source/wtf/RetainPtr.h     template<typename T> inline RetainPtr<T> adoptCF(T CF_RELEASES_ARGUMENT) WARN_UNUSED_RETURN;
WARN_UNUSED_RETURN  275 Source/wtf/RetainPtr.h     template<typename T> inline RetainPtr<T> adoptNS(T NS_RELEASES_ARGUMENT) WARN_UNUSED_RETURN;
WARN_UNUSED_RETURN  282 Source/wtf/RetainPtr.h     template<typename T> inline RetainPtr<T> retainPtr(T) WARN_UNUSED_RETURN;