Home | History | Annotate | Download | only in include

Lines Matching defs:__attribute__

108    wrappers around __attribute__.  Also, __extension__ will be #defined
252 # define __attribute__(x)
258 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
287 # define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
302 #define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__))
308 # define ATTRIBUTE_NONNULL(m) __attribute__ ((__nonnull__ (m)))
317 # define ATTRIBUTE_PURE __attribute__ ((__pure__))
328 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m)
356 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n)))
370 # define ATTRIBUTE_SENTINEL __attribute__ ((__sentinel__))
379 # define ATTRIBUTE_ALIGNED_ALIGNOF(m) __attribute__ ((__aligned__ (__alignof__ (m))))
388 # define ATTRIBUTE_PACKED __attribute__ ((packed))
394 # define ATTRIBUTE_COLD __attribute__ ((__cold__))
401 # define ATTRIBUTE_HOT __attribute__ ((__hot__))