Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_portability.h78 # define ZEND_GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
80 # define ZEND_GCC_VERSION 0 macro
188 #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 >= 4003
245 #if defined(__GNUC__) && ZEND_GCC_VERSION >= 5000
255 #if defined(__GNUC__) && ZEND_GCC_VERSION >= 3004 && defined(__i386__)
[all …]
H A Dzend_vm_execute.skl3 #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__)
H A DZend.m4340 # define ZEND_GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__)
342 # define ZEND_GCC_VERSION 0
344 #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__)
H A Dzend_execute.c47 # 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__)
H A Dzend_vm_execute.h50066 #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__)
/PHP-7.4/ext/intl/idn/
H A Didn.c209 #elif ZEND_GCC_VERSION >= 4008 in php_intl_idn_to()
220 #elif ZEND_GCC_VERSION >= 4008 in php_intl_idn_to()
/PHP-7.4/ext/opcache/
H A Dzend_shared_alloc.h150 #if ZEND_GCC_VERSION >= 2000
/PHP-7.4/main/
H A Dphp.h266 #define PHP_GCC_VERSION ZEND_GCC_VERSION

Completed in 168 milliseconds