Searched refs:WARN_UNUSED_RETURN (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DNormalizeAlgorithm.h60 bool normalizeAlgorithm(const Dictionary&, WebCryptoOperation, WebCryptoAlgorithm&, AlgorithmError*) WARN_UNUSED_RETURN; member in namespace:blink
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DCompiler.h193 /* WARN_UNUSED_RETURN */
196 #define WARN_UNUSED_RETURN __attribute__ ((warn_unused_result)) macro
198 #define WARN_UNUSED_RETURN macro
H A DRetainPtr.h90 PtrType leakRef() WARN_UNUSED_RETURN; member in class:WTF::RetainPtr
269 template<typename T> inline RetainPtr<T> adoptCF(T CF_RELEASES_ARGUMENT) WARN_UNUSED_RETURN; member in namespace:WTF
275 template<typename T> inline RetainPtr<T> adoptNS(T NS_RELEASES_ARGUMENT) WARN_UNUSED_RETURN; member in namespace:WTF
282 template<typename T> inline RetainPtr<T> retainPtr(T) WARN_UNUSED_RETURN; member in namespace:WTF
H A DCheckedArithmetic.h242 static inline bool add(LHS lhs, RHS rhs, ResultType& result) WARN_UNUSED_RETURN
258 static inline bool sub(LHS lhs, RHS rhs, ResultType& result) WARN_UNUSED_RETURN
273 static inline bool multiply(LHS lhs, RHS rhs, ResultType& result) WARN_UNUSED_RETURN
304 static inline bool add(LHS lhs, RHS rhs, ResultType& result) WARN_UNUSED_RETURN
313 static inline bool sub(LHS lhs, RHS rhs, ResultType& result) WARN_UNUSED_RETURN
322 static inline bool multiply(LHS lhs, RHS rhs, ResultType& result) WARN_UNUSED_RETURN
542 inline CheckedState safeGet(T& value) const WARN_UNUSED_RETURN
H A DPassOwnPtr.h59 PtrType leakPtr() const WARN_UNUSED_RETURN; member in class:WTF::PassOwnPtr
H A DPassRefPtr.h80 T* leakRef() const WARN_UNUSED_RETURN; member in class:WTF::PassRefPtr
H A DOwnPtr.h75 PtrType leakPtr() WARN_UNUSED_RETURN; member in class:WTF::OwnPtr
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.cpp145 WARN_UNUSED_RETURN bool commit()
315 bool commit() WARN_UNUSED_RETURN { return m_writable.commit(); }

Completed in 181 milliseconds