Home
last modified time | relevance | path

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

/PHP-7.4/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
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)
208 #if (ZEND_GCC_VERSION >= 3001 && !defined(__INTEL_COMPILER)) || __has_attribute(format)
214 #if ZEND_GCC_VERSION >= 3001 || __has_attribute(deprecated)
222 #if ZEND_GCC_VERSION >= 4003 || __has_attribute(unused)
265 …ed(DARWIN) && !defined(__hpux) && !defined(_AIX) && !defined(__osf__)) || __has_attribute(noreturn)
308 # if __has_attribute(always_inline)
[all …]

Completed in 12 milliseconds