Home
last modified time | relevance | path

Searched defs:__nodiscard (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/sys/
H A Dcdefs.h303 #define __nodiscard [[nodiscard]] macro
307 #define __nodiscard [[__nodiscard__]] macro
318 #define __nodiscard __attribute__((__warn_unused_result__)) macro
320 #define __nodiscard macro