Lines Matching refs:__has_attribute
83 #ifndef __has_attribute
84 # define __has_attribute(x) 0 macro
227 #if ZEND_GCC_VERSION >= 2096 || __has_attribute(__malloc__)
235 #if ZEND_GCC_VERSION >= 4003 || __has_attribute(alloc_size)
249 #if ZEND_GCC_VERSION >= 2007 || __has_attribute(format)
255 #if (ZEND_GCC_VERSION >= 3001 && !defined(__INTEL_COMPILER)) || __has_attribute(format)
261 #if ZEND_GCC_VERSION >= 3001 || __has_attribute(deprecated)
269 #if ZEND_GCC_VERSION >= 4003 || __has_attribute(unused)
275 #if ZEND_GCC_VERSION >= 3003 || __has_attribute(nonnull)
318 …__APPLE__) && !defined(__hpux) && !defined(_AIX) && !defined(__osf__)) || __has_attribute(noreturn)
328 #if __has_attribute(force_align_arg_pointer)
343 #if __has_attribute(element_count)
345 #elif __has_attribute(counted_by)
375 # if __has_attribute(always_inline)
380 # if __has_attribute(noinline)
760 #if __has_attribute(__indirect_return__)