Searched defs:__has_attribute (Results 1 - 1 of 1) sorted by relevance

/httpd/include/
H A Dap_config.h225 #ifndef __has_attribute /* check for supported attributes on clang */
226 #define __has_attribute(x) 0 macro
228 #if (defined(__GNUC__) && __GNUC__ >= 4) || __has_attribute(sentinel)
236 || __has_attribute(warn_unused_result)
244 || __has_attribute(alloc_size)
254 || __has_attribute(nonnull)

Completed in 9 milliseconds