Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_portability.h80 #ifndef __has_attribute
81 # define __has_attribute(x) 0 macro
218 #if ZEND_GCC_VERSION >= 2096 || __has_attribute(__malloc__)
226 #if ZEND_GCC_VERSION >= 4003 || __has_attribute(alloc_size)
240 #if ZEND_GCC_VERSION >= 2007 || __has_attribute(format)
252 #if ZEND_GCC_VERSION >= 3001 || __has_attribute(deprecated)
260 #if ZEND_GCC_VERSION >= 4003 || __has_attribute(unused)
309 #if __has_attribute(force_align_arg_pointer)
348 # if __has_attribute(always_inline)
353 # if __has_attribute(noinline)
[all …]
H A Dzend_cpuinfo.h108 #ifndef __has_attribute
109 # define __has_attribute(x) 0 macro
115 #if __has_attribute(no_sanitize_address)
H A Dzend_string.c385 #if __has_attribute(noipa)
/PHP-8.3/TSRM/
H A DTSRM.h148 #ifndef __has_attribute
149 # define __has_attribute(x) 0 macro
152 #if !__has_attribute(tls_model) || defined(__FreeBSD__) || defined(__MUSL__) || defined(__HAIKU__)
/PHP-8.3/ext/hash/xxhash/
H A Dxxhash.h603 #ifdef __has_attribute
604 # define XXH_HAS_ATTRIBUTE(x) __has_attribute(x)
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_x86.dasc2899 #if defined(__has_attribute) && __has_attribute(tls_model) && !defined(__FreeBSD__) && !defined(__O…

Completed in 77 milliseconds