Searched refs:__nonnull__ (Results 1 – 25 of 26) sorted by relevance
12
79 const size_t) magick_attribute((__nonnull__)),81 const size_t) magick_attribute((__nonnull__)),103 magick_attribute((__nonnull__)),
54 const size_t) magick_attribute((__nonnull__)),
26 __attribute__((__nonnull__ (2)));28 __attribute__((__nonnull__ (2)));
299 __attribute__((__nonnull__ (2)));301 __attribute__((__nonnull__ (2)));308 __attribute__((__nonnull__ (2)));
73 __attribute__((__format__ (printf, 3, 4))) __attribute__((__nonnull__ (3)));
147 __attribute__((__nonnull__ (2)));
551 #if !defined(HAVE_ATTRIBUTE__NONNULL__) && !defined(__nonnull__)552 # define __nonnull__(x) macro
93 __attribute__((__nonnull__)) // expected-note 2{{declared 'nonnull' here}}134 __attribute__((__nonnull__)) // expected-note {{declared 'nonnull' here}}
89 __attribute__((__nonnull__)) // expected-note 2{{declared 'nonnull' here}}130 __attribute__((__nonnull__)) // expected-note {{declared 'nonnull' here}}
45 __attribute__((__nonnull__))55 __attribute__((__nonnull__))
177 void RDar13295437_f(void *i) __attribute__((__nonnull__));
389 void RDar13295437_f(void *i) __attribute__((__nonnull__));
1202 __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__))
69 #define OD_ARG_NONNULL(x) __attribute__((__nonnull__(x)))
122 # define OPUS_ARG_NONNULL(_x) __attribute__ ((__nonnull__(_x)))
27 extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow…
68 # define __nonnull_attribute__(...) __attribute__ ((__nonnull__ (__VA_ARGS__)))
44 def __nonnull(x): return __attribute__((__nonnull__(x)))
615 __nonnull(params) __attribute__ ((__nonnull__ params))
3651 * libdw.h: Use __nonnull__ attribute only for gcc >= 3.3.