Searched refs:ZEND_GCC_VERSION (Results 1 – 11 of 11) sorted by relevance
77 # define ZEND_GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro79 # define ZEND_GCC_VERSION 0 macro227 #if ZEND_GCC_VERSION >= 2096 || __has_attribute(__malloc__)235 #if ZEND_GCC_VERSION >= 4003 || __has_attribute(alloc_size)243 #if ZEND_GCC_VERSION >= 3000249 #if ZEND_GCC_VERSION >= 2007 || __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[all …]
248 #if defined(PHP_HAVE_BUILTIN_CPU_SUPPORTS) && (!defined(__GNUC__) || (ZEND_GCC_VERSION >= 9000))263 #if defined(PHP_HAVE_BUILTIN_CPU_SUPPORTS) && defined(__GNUC__) && (ZEND_GCC_VERSION >= 11000)
284 # define ZEND_GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__)286 # define ZEND_GCC_VERSION 0288 #if defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(i386)291 #elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__x86_64__)294 #elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__powerpc64__)297 #elif defined(__IBMC__) && ZEND_GCC_VERSION >= 4002 && defined(__powerpc64__)300 #elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__aarch64__)303 #elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__riscv) && __riscv_xlen == 64
3 #if (ZEND_VM_KIND != ZEND_VM_KIND_CALL) && (ZEND_GCC_VERSION >= 4000) && !defined(__clang__)38 #if (ZEND_VM_KIND != ZEND_VM_KIND_CALL) && (ZEND_GCC_VERSION >= 4000) && !defined(__clang__)
53 # if defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(i386)56 # elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__x86_64__)59 # elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__powerpc64__)62 # elif defined(__IBMC__) && ZEND_GCC_VERSION >= 4002 && defined(__powerpc64__)65 # elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__aarch64__)68 #elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__riscv) && __riscv_xlen == 64
55004 #if (ZEND_VM_KIND != ZEND_VM_KIND_CALL) && (ZEND_GCC_VERSION >= 4000) && !defined(__clang__)64186 #if (ZEND_VM_KIND != ZEND_VM_KIND_CALL) && (ZEND_GCC_VERSION >= 4000) && !defined(__clang__)
168 #if ZEND_GCC_VERSION >= 2000
231 #define PHP_GCC_VERSION ZEND_GCC_VERSION
731 # if ((defined(__GNUC__) && ZEND_GCC_VERSION >= 4003) || __has_builtin(__builtin___clear_cache))
3209 # if defined(PHP_HAVE_BUILTIN_CPU_SUPPORTS) && defined(__GNUC__) && (ZEND_GCC_VERSION >= 11000) in zend_jit_setup()
1732 #if ((defined(__GNUC__) && ZEND_GCC_VERSION >= 4003) || __has_builtin(__builtin___clear_cache))
Completed in 259 milliseconds