Searched refs:magick_attribute (Results 1 – 9 of 9) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | memory_.h | 39 magick_attribute((__malloc__)) magick_alloc_sizes(1,2), 40 *AcquireMagickMemory(const size_t) magick_attribute((__malloc__)) 43 magick_attribute((__malloc__)) magick_alloc_sizes(1,2), 45 magick_attribute((__nonnull__)), 54 magick_attribute((__malloc__)) magick_alloc_size(2), 56 magick_attribute((__malloc__)) magick_alloc_sizes(2,3),
|
D | string_.h | 74 magick_attribute((__nonnull__)), 76 magick_attribute((__nonnull__)), 99 magick_attribute((__nonnull__)),
|
D | locale-private.h | 37 magick_attribute((__format__ (__printf__,2,0))), 40 magick_attribute((__format__ (__printf__,3,0)));
|
D | method-attribute.h | 112 # define magick_attribute __attribute__ macro 117 # define magick_attribute(x) /* nothing */ 122 # define magick_attribute(x) /* nothing */
|
D | locale_.h | 67 magick_attribute((__format__ (__printf__,2,3))), 70 magick_attribute((__format__ (__printf__,3,4)));
|
D | log.h | 85 magick_attribute((__format__ (__printf__,5,6))), 87 const char *,va_list) magick_attribute((__format__ (__printf__,5,0)));
|
D | property.h | 40 magick_attribute((__format__ (__printf__,3,4))),
|
D | exception.h | 159 magick_attribute((__format__ (__printf__,7,8)));
|
/external/ImageMagick/MagickWand/ |
D | wandcli.h | 36 magick_attribute((__format__ (__printf__,6,7))), 39 magick_attribute((__format__ (__printf__,7,8)));
|