Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_portability.h80 #ifndef __has_attribute
81 # define __has_attribute(x) 0 macro
246 #if ZEND_GCC_VERSION >= 2007 || __has_attribute(format)
266 #if ZEND_GCC_VERSION >= 4003 || __has_attribute(unused)
272 #if ZEND_GCC_VERSION >= 3003 || __has_attribute(nonnull)
325 #if __has_attribute(force_align_arg_pointer)
340 #if __has_attribute(element_count)
342 #elif __has_attribute(counted_by)
372 # if __has_attribute(always_inline)
377 # if __has_attribute(noinline)
[all …]
H A Dzend_cpuinfo.h109 #ifndef __has_attribute
110 # define __has_attribute(x) 0 macro
116 #if __has_attribute(no_sanitize_address)
H A Dzend_string.c389 #if __has_attribute(noipa)
/php-src/TSRM/
H A DTSRM.h151 #ifndef __has_attribute
152 # define __has_attribute(x) 0 macro
155 #if !__has_attribute(tls_model) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__MUSL__)…
/php-src/ext/opcache/jit/ir/
H A Dir.h94 #ifdef __has_attribute
95 # if __has_attribute(always_inline)
98 # if __has_attribute(noinline)
102 # define __has_attribute(x) 0
H A Dir_private.h35 # if __has_attribute(__aligned__)
38 # if __has_attribute(__fallthrough__)
/php-src/ext/hash/xxhash/
H A Dxxhash.h603 #ifdef __has_attribute
604 # define XXH_HAS_ATTRIBUTE(x) __has_attribute(x)
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c3294 #if defined(__has_attribute) && __has_attribute(tls_model) && !defined(__FreeBSD__) && \ in zend_jit_setup()

Completed in 83 milliseconds