Searched refs:__has_attribute (Results 1 – 3 of 3) sorted by relevance
24 #ifndef __has_attribute25 #define __has_attribute(x) 0 macro55 #if ((defined(__clang__) && __has_attribute(__target__)) \
83 #if defined(__has_attribute)84 #if __has_attribute(format)
409 #if !defined(MBEDTLS_MAYBE_UNUSED) && defined(__has_attribute)410 # if __has_attribute(unused)
Completed in 13 milliseconds