Lines Matching refs:ZEND_GCC_VERSION
77 # define ZEND_GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
79 # define ZEND_GCC_VERSION 0 macro
227 #if ZEND_GCC_VERSION >= 2096 || __has_attribute(__malloc__)
235 #if ZEND_GCC_VERSION >= 4003 || __has_attribute(alloc_size)
243 #if ZEND_GCC_VERSION >= 3000
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)
285 #if defined(__GNUC__) && ZEND_GCC_VERSION >= 4003
300 #if defined(__GNUC__) && ZEND_GCC_VERSION >= 5000
308 #if defined(__GNUC__) && ZEND_GCC_VERSION >= 3004 && defined(__i386__)
339 #if ZEND_GCC_VERSION >= 3001 || __has_builtin(__builtin_constant_p)
550 (defined(__llvm__) || defined(__clang__) || (defined(__GNUC__) && ZEND_GCC_VERSION >= 4009))
614 …ER) && defined(ZEND_INTRIN_HAVE_IFUNC_TARGET) && (!defined(__GNUC__) || (ZEND_GCC_VERSION >= 9000))
640 …ER) && defined(ZEND_INTRIN_HAVE_IFUNC_TARGET) && (!defined(__GNUC__) || (ZEND_GCC_VERSION >= 9000))