Searched refs:__has_attribute (Results 1 – 3 of 3) sorted by relevance
34 #ifndef __has_attribute35 # define __has_attribute(x) __GCC4_has_attribute_##x macro86 #if __has_attribute(__assume_aligned__)112 #if __has_attribute(__copy__)137 #if __has_attribute(__designated_init__)148 #if __has_attribute(__externally_visible__)183 #if __has_attribute(__noclone__)199 #if __has_attribute(__fallthrough__)220 #if __has_attribute(__nonstring__)
142 #if __has_attribute(__no_sanitize_address__)
25 #ifndef __has_attribute26 #define __has_attribute(x) 0 macro56 #if ((defined(__clang__) && __has_attribute(__target__)) \
Completed in 6 milliseconds