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.h74 # define ZEND_GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
76 # define ZEND_GCC_VERSION 0 macro
224 #if ZEND_GCC_VERSION >= 2096 || __has_attribute(__malloc__)
232 #if ZEND_GCC_VERSION >= 4003 || __has_attribute(alloc_size)
240 #if ZEND_GCC_VERSION >= 3000
246 #if ZEND_GCC_VERSION >= 2007 || __has_attribute(format)
258 #if ZEND_GCC_VERSION >= 3001 || __has_attribute(deprecated)
266 #if ZEND_GCC_VERSION >= 4003 || __has_attribute(unused)
272 #if defined(__GNUC__) && ZEND_GCC_VERSION >= 4003
287 #if defined(__GNUC__) && ZEND_GCC_VERSION >= 5000
[all …]
H A DZend.m4334 # define ZEND_GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__)
336 # define ZEND_GCC_VERSION 0
338 #if defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(i386)
341 #elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__x86_64__)
344 #elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__powerpc64__)
347 #elif defined(__IBMC__) && ZEND_GCC_VERSION >= 4002 && defined(__powerpc64__)
350 #elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__aarch64__)
353 #elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__riscv) && __riscv_xlen == 64
H A Dzend_cpuinfo.h247 #if PHP_HAVE_BUILTIN_CPU_SUPPORTS && (!defined(__GNUC__) || (ZEND_GCC_VERSION >= 9000))
262 #if PHP_HAVE_BUILTIN_CPU_SUPPORTS && defined(__GNUC__) && (ZEND_GCC_VERSION >= 11000)
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.c52 # if defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(i386)
55 # elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__x86_64__)
58 # elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__powerpc64__)
61 # elif defined(__IBMC__) && ZEND_GCC_VERSION >= 4002 && defined(__powerpc64__)
64 # elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__aarch64__)
67 #elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__riscv) && __riscv_xlen == 64
H A Dzend_vm_execute.h53587 #if (ZEND_VM_KIND != ZEND_VM_KIND_CALL) && (ZEND_GCC_VERSION >= 4000) && !defined(__clang__)
62745 #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.h252 #define PHP_GCC_VERSION ZEND_GCC_VERSION
/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h715 # if ((defined(__GNUC__) && ZEND_GCC_VERSION >= 4003) || __has_builtin(__builtin___clear_cache))
H A Dzend_jit_ir.c3175 # if 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 223 milliseconds