Searched refs:__WARN_UNUSED_RESULT (Results 1 – 11 of 11) sorted by relevance
16 __PRINTFLIKE(1, 2) __WARN_UNUSED_RESULT;20 __WARN_UNUSED_RESULT;
38 static inline RawPtrType Leak(PtrType& ptr) __WARN_UNUSED_RESULT {63 static inline RawPtrType Leak(PtrType& ptr) __WARN_UNUSED_RESULT {88 static inline RawPtrType Leak(PtrType& ptr) __WARN_UNUSED_RESULT {114 static inline RawPtrType Leak(PtrType& ptr) __WARN_UNUSED_RESULT {
63 bool Release() const __WARN_UNUSED_RESULT { in Release()
43 bool AddRefMaybeInDestructor() const __WARN_UNUSED_RESULT { in AddRefMaybeInDestructor()
61 T* release() __WARN_UNUSED_RESULT { in release()170 T* release() __WARN_UNUSED_RESULT { in release()
171 T* leak_ref() __WARN_UNUSED_RESULT { in leak_ref()
84 zx_status_t Lookup(const Digest& digest, fbl::RefPtr<CacheNode>* out) __WARN_UNUSED_RESULT;92 zx_status_t Add(const fbl::RefPtr<CacheNode>& vnode) __WARN_UNUSED_RESULT;101 zx_status_t Evict(const fbl::RefPtr<CacheNode>& vnode) __WARN_UNUSED_RESULT;
202 EnqueueType type) __WARN_UNUSED_RESULT;
33 zx_status_t Initialize() __WARN_UNUSED_RESULT;
59 zx_status_t DriverBind(zx_device_t* hda_dev) __WARN_UNUSED_RESULT;
59 #define __WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) macro
Completed in 19 milliseconds