Searched refs:__has_attribute (Results 1 – 8 of 8) sorted by relevance
83 #ifndef __has_attribute84 # define __has_attribute(x) 0 macro249 #if ZEND_GCC_VERSION >= 2007 || __has_attribute(format)269 #if ZEND_GCC_VERSION >= 4003 || __has_attribute(unused)275 #if ZEND_GCC_VERSION >= 3003 || __has_attribute(nonnull)328 #if __has_attribute(force_align_arg_pointer)343 #if __has_attribute(element_count)345 #elif __has_attribute(counted_by)375 # if __has_attribute(always_inline)380 # if __has_attribute(noinline)[all …]
109 #ifndef __has_attribute110 # define __has_attribute(x) 0 macro116 #if __has_attribute(no_sanitize_address)
389 #if __has_attribute(noipa)
151 #ifndef __has_attribute152 # define __has_attribute(x) 0 macro155 #if !__has_attribute(tls_model) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__MUSL__)…
94 #ifdef __has_attribute95 # if __has_attribute(always_inline)98 # if __has_attribute(noinline)102 # define __has_attribute(x) 0
35 # if __has_attribute(__aligned__)38 # if __has_attribute(__fallthrough__)
603 #ifdef __has_attribute604 # define XXH_HAS_ATTRIBUTE(x) __has_attribute(x)
3302 #if defined(__has_attribute) && __has_attribute(tls_model) && !defined(__FreeBSD__) && \ in zend_jit_setup()
Completed in 120 milliseconds