Lines Matching refs:__attribute__

66 #  define __LEAF_ATTR __attribute__ ((__leaf__))
79 # define __THROW __attribute__ ((__nothrow__ __LEAF))
80 # define __THROWNL __attribute__ ((__nothrow__))
81 # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct
82 # define __NTHNL(fct) __attribute__ ((__nothrow__)) fct
202 # define __warnattr(msg) __attribute__((__warning__ (msg)))
204 extern void name (void) __attribute__((__error__ (msg)))
273 # define __attribute__(xyz) /* Ignore */ macro
280 # define __attribute_malloc__ __attribute__ ((__malloc__))
289 __attribute__ ((__alloc_size__ params))
298 __attribute__ ((__alloc_align__ param))
307 # define __attribute_pure__ __attribute__ ((__pure__))
314 # define __attribute_const__ __attribute__ ((__const__))
320 # define __attribute_maybe_unused__ __attribute__ ((__unused__))
329 # define __attribute_used__ __attribute__ ((__used__))
330 # define __attribute_noinline__ __attribute__ ((__noinline__))
332 # define __attribute_used__ __attribute__ ((__unused__))
338 # define __attribute_deprecated__ __attribute__ ((__deprecated__))
349 __attribute__ ((__deprecated__ (msg)))
361 # define __attribute_format_arg__(x) __attribute__ ((__format_arg__ (x)))
372 __attribute__ ((__format__ (__strfmon__, a, b)))
383 # define __attribute_nonnull__(params) __attribute__ ((__nonnull__ params))
396 # define __returns_nonnull __attribute__ ((__returns_nonnull__))
406 __attribute__ ((__warn_unused_result__))
423 # define __always_inline __inline __attribute__ ((__always_inline__))
432 # define __attribute_artificial__ __attribute__ ((__artificial__))
450 # define __extern_inline extern __inline __attribute__ ((__gnu_inline__))
452 extern __always_inline __attribute__ ((__gnu_inline__))
521 # define _Noreturn __attribute__ ((__noreturn__))
531 # define __attribute_nonstring__ __attribute__ ((__nonstring__))
541 # define __attribute_copy__(arg) __attribute__ ((__copy__ (arg)))
664 # define __attr_access(x) __attribute__ ((__access__ x))
670 # define __fortified_attr_access(a, o, s) __attribute__ ((__access__ (a, o)))
675 # define __attr_access_none(argno) __attribute__ ((__access__ (__none__, argno)))
689 __attribute__ ((__malloc__ (dealloc, argno)))
699 # define __attribute_returns_twice__ __attribute__ ((__returns_twice__))