Home
last modified time | relevance | path

Searched refs:WARN_UNUSED_RESULT (Results 1 – 7 of 7) sorted by relevance

/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_type_traits.h76 WARN_UNUSED_RESULT inline typename remove_reference<T>::type&& move(T&& t) {
81 WARN_UNUSED_RESULT inline constexpr T&& forward(
87 WARN_UNUSED_RESULT inline constexpr T&& forward(
HDsanitizer_internal_defs.h234 # define WARN_UNUSED_RESULT macro
253 # define WARN_UNUSED_RESULT __attribute__((warn_unused_result)) macro
HDsanitizer_common.h100 WARN_UNUSED_RESULT;
102 const char *name = nullptr) WARN_UNUSED_RESULT;
125 bool ZeroMmapFixedRegion(uptr fixed_addr, uptr size) WARN_UNUSED_RESULT;
HDsanitizer_dense_map.h35 WARN_UNUSED_RESULT bool empty() const { return getNumEntries() == 0; } in empty()
/freebsd-head/contrib/tcpdump/
HDfuncattrs.h99 #define WARN_UNUSED_RESULT __attribute((warn_unused_result)) macro
101 #define WARN_UNUSED_RESULT macro
HDnetdissect.h273 extern WARN_UNUSED_RESULT int nd_push_buffer(netdissect_options *, u_char *, const u_char *, const …
274 extern WARN_UNUSED_RESULT int nd_push_snaplen(netdissect_options *, const u_char *, const u_int);
/freebsd-head/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_rtl.h699 ALWAYS_INLINE WARN_UNUSED_RESULT bool TraceAcquire(ThreadState *thr, in TraceAcquire()
746 ALWAYS_INLINE WARN_UNUSED_RESULT bool TryTraceFunc(ThreadState *thr,
760 WARN_UNUSED_RESULT
763 WARN_UNUSED_RESULT