Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_portability.h80 #ifndef __has_attribute
81 # define __has_attribute(x) 0 macro
215 #if ZEND_GCC_VERSION >= 2096 || __has_attribute(__malloc__)
223 #if ZEND_GCC_VERSION >= 4003 || __has_attribute(alloc_size)
237 #if ZEND_GCC_VERSION >= 2007 || __has_attribute(format)
249 #if ZEND_GCC_VERSION >= 3001 || __has_attribute(deprecated)
257 #if ZEND_GCC_VERSION >= 4003 || __has_attribute(unused)
310 #if __has_attribute(force_align_arg_pointer)
349 # if __has_attribute(always_inline)
354 # if __has_attribute(noinline)
[all …]
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_string.c379 #if __has_attribute(noipa)
/PHP-8.2/TSRM/
H A DTSRM.h147 #ifndef __has_attribute
148 # define __has_attribute(x) 0 macro
151 #if !__has_attribute(tls_model) || defined(__FreeBSD__) || defined(__MUSL__) || defined(__HAIKU__)
/PHP-8.2/ext/hash/xxhash/
H A Dxxhash.h603 #ifdef __has_attribute
604 # define XXH_HAS_ATTRIBUTE(x) __has_attribute(x)
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_x86.dasc2899 #if defined(__has_attribute) && __has_attribute(tls_model) && !defined(__FreeBSD__) && !defined(__O…

Completed in 75 milliseconds