Home
last modified time | relevance | path

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

/system/ulib/fbl/include/fbl/
A Dstring_printf.h16 __PRINTFLIKE(1, 2) __WARN_UNUSED_RESULT;
20 __WARN_UNUSED_RESULT;
A Dintrusive_pointer_traits.h38 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 {
A Dref_counted_internal.h63 bool Release() const __WARN_UNUSED_RESULT { in Release()
A Dref_counted_upgradeable.h43 bool AddRefMaybeInDestructor() const __WARN_UNUSED_RESULT { in AddRefMaybeInDestructor()
A Dunique_ptr.h61 T* release() __WARN_UNUSED_RESULT { in release()
170 T* release() __WARN_UNUSED_RESULT { in release()
A Dref_ptr.h171 T* leak_ref() __WARN_UNUSED_RESULT { in leak_ref()
/system/ulib/blobfs/include/blobfs/
A Dblob-cache.h84 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;
A Dblobfs.h202 EnqueueType type) __WARN_UNUSED_RESULT;
/system/dev/audio/intel-hda/dsp/
A Dintel-dsp-code-loader.h33 zx_status_t Initialize() __WARN_UNUSED_RESULT;
A Dintel-audio-dsp.h59 zx_status_t DriverBind(zx_device_t* hda_dev) __WARN_UNUSED_RESULT;
/system/public/zircon/
A Dcompiler.h59 #define __WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) macro

Completed in 19 milliseconds