Lines Matching refs:__has_attribute
84 #ifndef __has_attribute
85 # define __has_attribute(x) 0 macro
188 #if ZEND_GCC_VERSION >= 2096 || __has_attribute(__malloc__)
194 #if ZEND_GCC_VERSION >= 4003 || __has_attribute(alloc_size)
202 #if ZEND_GCC_VERSION >= 2007 || __has_attribute(format)
208 #if (ZEND_GCC_VERSION >= 3001 && !defined(__INTEL_COMPILER)) || __has_attribute(format)
214 #if ZEND_GCC_VERSION >= 3001 || __has_attribute(deprecated)
222 #if ZEND_GCC_VERSION >= 4003 || __has_attribute(unused)
265 …ed(DARWIN) && !defined(__hpux) && !defined(_AIX) && !defined(__osf__)) || __has_attribute(noreturn)
308 # if __has_attribute(always_inline)
313 # if __has_attribute(noinline)