Home
last modified time | relevance | path

Searched refs:__has_attribute (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_cpuinfo.h103 #ifndef __has_attribute
104 # define __has_attribute(x) 0 macro
110 #if __has_attribute(no_sanitize_address)
H A Dzend_portability.h84 #ifndef __has_attribute
85 # define __has_attribute(x) 0 macro
190 #if ZEND_GCC_VERSION >= 2096 || __has_attribute(__malloc__)
196 #if ZEND_GCC_VERSION >= 4003 || __has_attribute(alloc_size)
204 #if ZEND_GCC_VERSION >= 2007 || __has_attribute(format)
210 #if (ZEND_GCC_VERSION >= 3001 && !defined(__INTEL_COMPILER)) || __has_attribute(format)
216 #if ZEND_GCC_VERSION >= 3001 || __has_attribute(deprecated)
224 #if ZEND_GCC_VERSION >= 4003 || __has_attribute(unused)
267 …ed(DARWIN) && !defined(__hpux) && !defined(_AIX) && !defined(__osf__)) || __has_attribute(noreturn)
310 # if __has_attribute(always_inline)
[all …]
/PHP-8.0/TSRM/
H A DTSRM.h146 #ifndef __has_attribute
147 # define __has_attribute(x) 0 macro
150 #if !__has_attribute(tls_model) || defined(__FreeBSD__) || defined(__MUSL__) || defined(__HAIKU__)
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc2977 #if defined(__has_attribute) && __has_attribute(tls_model) && !defined(__FreeBSD__) && !defined(__O…

Completed in 33 milliseconds