Searched refs:ZEND_GCC_VERSION (Results 1 – 8 of 8) sorted by relevance
78 # define ZEND_GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro80 # define ZEND_GCC_VERSION 0 macro188 #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)214 #if ZEND_GCC_VERSION >= 3001 || __has_attribute(deprecated)222 #if ZEND_GCC_VERSION >= 4003 || __has_attribute(unused)228 #if defined(__GNUC__) && ZEND_GCC_VERSION >= 4003245 #if defined(__GNUC__) && ZEND_GCC_VERSION >= 5000255 #if defined(__GNUC__) && ZEND_GCC_VERSION >= 3004 && defined(__i386__)[all …]
3 #if (ZEND_VM_KIND != ZEND_VM_KIND_CALL) && (ZEND_GCC_VERSION >= 4000) && !defined(__clang__)28 #if (ZEND_VM_KIND != ZEND_VM_KIND_CALL) && (ZEND_GCC_VERSION >= 4000) && !defined(__clang__)
340 # define ZEND_GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__)342 # define ZEND_GCC_VERSION 0344 #if defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(i386)347 #elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__x86_64__)350 #elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__powerpc64__)353 #elif defined(__IBMC__) && ZEND_GCC_VERSION >= 4002 && defined(__powerpc64__)356 #elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__aarch64__)
47 # if defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(i386)50 # elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__x86_64__)53 # elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__powerpc64__)56 # elif defined(__IBMC__) && ZEND_GCC_VERSION >= 4002 && defined(__powerpc64__)59 # elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__aarch64__)
50066 #if (ZEND_VM_KIND != ZEND_VM_KIND_CALL) && (ZEND_GCC_VERSION >= 4000) && !defined(__clang__)57587 #if (ZEND_VM_KIND != ZEND_VM_KIND_CALL) && (ZEND_GCC_VERSION >= 4000) && !defined(__clang__)
209 #elif ZEND_GCC_VERSION >= 4008 in php_intl_idn_to()220 #elif ZEND_GCC_VERSION >= 4008 in php_intl_idn_to()
150 #if ZEND_GCC_VERSION >= 2000
266 #define PHP_GCC_VERSION ZEND_GCC_VERSION
Completed in 157 milliseconds