Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_portability.h87 #ifndef __has_attribute
88 # define __has_attribute(x) 0 macro
184 #if ZEND_GCC_VERSION >= 2096 || __has_attribute(__malloc__)
190 #if ZEND_GCC_VERSION >= 4003 || __has_attribute(alloc_size)
198 #if ZEND_GCC_VERSION >= 2007 || __has_attribute(format)
204 #if (ZEND_GCC_VERSION >= 3001 && !defined(__INTEL_COMPILER)) || __has_attribute(format)
210 #if ZEND_GCC_VERSION >= 3001 || __has_attribute(deprecated)
265 …ed(DARWIN) && !defined(__hpux) && !defined(_AIX) && !defined(__osf__)) || __has_attribute(noreturn)
308 # if __has_attribute(always_inline)
313 # if __has_attribute(noinline)
H A Dzend_cpuinfo.h106 #if __has_attribute(no_sanitize_address)

Completed in 9 milliseconds