Home
last modified time | relevance | path

Searched refs:ZEND_GCC_VERSION (Results 1 – 11 of 11) sorted by relevance

/php-src/Zend/
H A Dzend_portability.h77 # 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)
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 …]
H A Dzend_cpuinfo.h248 #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)
H A DZend.m4284 # define ZEND_GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__)
286 # define ZEND_GCC_VERSION 0
288 #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
H A Dzend_vm_execute.skl3 #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__)
H A Dzend_execute.c53 # 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
H A Dzend_vm_execute.h55004 #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__)
/php-src/ext/opcache/
H A Dzend_shared_alloc.h168 #if ZEND_GCC_VERSION >= 2000
/php-src/main/
H A Dphp.h231 #define PHP_GCC_VERSION ZEND_GCC_VERSION
/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h731 # if ((defined(__GNUC__) && ZEND_GCC_VERSION >= 4003) || __has_builtin(__builtin___clear_cache))
H A Dzend_jit_ir.c3209 # if defined(PHP_HAVE_BUILTIN_CPU_SUPPORTS) && defined(__GNUC__) && (ZEND_GCC_VERSION >= 11000) in zend_jit_setup()
/php-src/ext/opcache/jit/ir/
H A Dir.c1732 #if ((defined(__GNUC__) && ZEND_GCC_VERSION >= 4003) || __has_builtin(__builtin___clear_cache))

Completed in 259 milliseconds