Searched refs:__has_attribute (Results 1 – 1 of 1) sorted by relevance
91 #ifndef __has_attribute92 # define __has_attribute(x) 0 macro188 #if ZEND_GCC_VERSION >= 2096 || __has_attribute(__malloc__)194 #if ZEND_GCC_VERSION >= 4003 || __has_attribute(alloc_size)206 #if defined(ZEND_CHECK_FORMAT_STRINGS) && (ZEND_GCC_VERSION >= 2007 || __has_attribute(format))212 …T_STRINGS) && ((ZEND_GCC_VERSION >= 3001 && !defined(__INTEL_COMPILER)) || __has_attribute(format))218 #if ZEND_GCC_VERSION >= 3001 || __has_attribute(deprecated)256 …ed(DARWIN) && !defined(__hpux) && !defined(_AIX) && !defined(__osf__)) || __has_attribute(noreturn)299 # if __has_attribute(always_inline)304 # if __has_attribute(noinline)
Completed in 6 milliseconds