Searched refs:__nonnull__ (Results 1 – 18 of 18) sorted by relevance
79 magick_attribute((__nonnull__)),81 magick_attribute((__nonnull__)),104 magick_attribute((__nonnull__)),
45 magick_attribute((__nonnull__)),
89 __attribute__((__nonnull__)) // expected-note 2{{declared 'nonnull' here}}130 __attribute__((__nonnull__)) // expected-note {{declared 'nonnull' here}}
26 __attribute__((__nonnull__ (2)));
522 #if !defined(HAVE_ATTRIBUTE__NONNULL__) && !defined(__nonnull__)523 # define __nonnull__(x) macro
154 __attribute__((__nonnull__ (2)));
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))
1202 __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__))
177 void RDar13295437_f(void *i) __attribute__((__nonnull__));
389 void RDar13295437_f(void *i) __attribute__((__nonnull__));
3455 * libdw.h: Use __nonnull__ attribute only for gcc >= 3.3.