HomeSort by relevance Sort by last modified time
    Searched defs:__has_attribute (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/unicode/
platform.h 425 #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/
Compiler.h 28 #ifndef __has_attribute
29 # define __has_attribute(x) 0 macro
131 #if (__has_attribute(visibility) || __GNUC_PREREQ(4, 0)) && \
138 #if __has_attribute(used) || __GNUC_PREREQ(3, 1)
144 #if __has_attribute(warn_unused_result) || __GNUC_PREREQ(3, 4)
158 #if __has_attribute(unused) || __GNUC_PREREQ(3, 1)
165 #if (__has_attribute(weak) || __GNUC_PREREQ(4, 0)) && \
173 // __has_attribute(const), so assume it is supported.
181 #if __has_attribute(pure) || defined(__GNUC__)
211 #if __has_attribute(noinline) || __GNUC_PREREQ(3, 4
    [all...]

Completed in 378 milliseconds