Searched defs:__has_attribute (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/unicode/
H A Dplatform.h425 #ifndef __has_attribute
426 # define __has_attribute(x) 0 macro
445 #if (defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3))) || __has_attribute(alloc_size)
/external/llvm/include/llvm/Support/
H A DCompiler.h24 #ifndef __has_attribute
25 # define __has_attribute(x) 0 macro
169 #if (__has_attribute(visibility) || __GNUC_PREREQ(4, 0)) && \
176 #if __has_attribute(used) || __GNUC_PREREQ(3, 1)
190 #if __has_attribute(unused) || __GNUC_PREREQ(3, 1)
197 #if (__has_attribute(weak) || __GNUC_PREREQ(4, 0)) && \
205 // __has_attribute(const), so assume it is supported.
213 #if __has_attribute(pure) || defined(__GNUC__)
243 #if __has_attribute(noinline) || __GNUC_PREREQ(3, 4)
255 #if __has_attribute(always_inlin
[all...]

Completed in 184 milliseconds