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

  /external/libcxxabi/include/
__cxxabi_config.h 20 #if !defined(__has_attribute)
21 #define __has_attribute(_attribute_) 0 macro
46 #if __has_attribute(__type_visibility__)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/include/
__cxxabi_config.h 20 #if !defined(__has_attribute)
21 #define __has_attribute(_attribute_) 0 macro
37 #if __has_attribute(__type_visibility__)
  /external/icu/icu4c/source/common/unicode/
platform.h 434 #ifndef __has_attribute
435 # define __has_attribute(x) 0 macro
469 #if (defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3))) || __has_attribute(alloc_size)
  /external/llvm/include/llvm/Support/
Compiler.h 32 #ifndef __has_attribute
33 # define __has_attribute(x) 0 macro
110 #if (__has_attribute(visibility) || LLVM_GNUC_PREREQ(4, 0, 0)) && \
117 #if __has_attribute(sentinel) || LLVM_GNUC_PREREQ(3, 0, 0)
123 #if __has_attribute(used) || LLVM_GNUC_PREREQ(3, 1, 0)
129 #if __has_attribute(warn_unused_result) || LLVM_GNUC_PREREQ(3, 4, 0)
145 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0)
152 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) && \
160 // __has_attribute(const), so assume it is supported.
168 #if __has_attribute(pure) || defined(__GNUC__
    [all...]
  /system/core/libutils/include/utils/
Vector.h 31 #ifndef __has_attribute
32 #define __has_attribute(x) 0 macro
35 #if __has_attribute(no_sanitize)
  /bionic/libc/include/sys/
cdefs.h 55 #ifndef __has_attribute
56 #define __has_attribute(x) 0 macro

Completed in 670 milliseconds