Searched refs:LLVM_GNUC_PREREQ (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | Compiler.h | 43 #ifndef LLVM_GNUC_PREREQ 45 # define LLVM_GNUC_PREREQ(maj, min, patch) \ macro 49 # define LLVM_GNUC_PREREQ(maj, min, patch) \ macro 52 # define LLVM_GNUC_PREREQ(maj, min, patch) 0 macro 83 #if __has_feature(cxx_rvalue_references) || LLVM_GNUC_PREREQ(4, 8, 1) 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) [all …]
|
D | SwapByteOrder.h | 42 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC)) in SwapByteOrder_32() 58 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC)) in SwapByteOrder_64()
|
D | MathExtras.h | 74 #if __has_builtin(__builtin_ctz) || LLVM_GNUC_PREREQ(4, 0, 0) 90 #if __has_builtin(__builtin_ctzll) || LLVM_GNUC_PREREQ(4, 0, 0) 143 #if __has_builtin(__builtin_clz) || LLVM_GNUC_PREREQ(4, 0, 0) 159 #if __has_builtin(__builtin_clzll) || LLVM_GNUC_PREREQ(4, 0, 0)
|
D | type_traits.h | 105 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0)
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Compiler.h | 47 #ifndef LLVM_GNUC_PREREQ 49 # define LLVM_GNUC_PREREQ(maj, min, patch) \ macro 53 # define LLVM_GNUC_PREREQ(maj, min, patch) \ macro 56 # define LLVM_GNUC_PREREQ(maj, min, patch) 0 macro 80 #if __has_feature(cxx_rvalue_references) || LLVM_GNUC_PREREQ(4, 8, 1) 101 #if (__has_attribute(visibility) || LLVM_GNUC_PREREQ(4, 0, 0)) && \ 114 #if __has_attribute(sentinel) || LLVM_GNUC_PREREQ(3, 0, 0) 120 #if __has_attribute(used) || LLVM_GNUC_PREREQ(3, 1, 0) 147 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0) 154 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) && \ [all …]
|
D | SwapByteOrder.h | 45 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC)) in SwapByteOrder_32() 61 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC)) in SwapByteOrder_64()
|
D | MathExtras.h | 74 #if __has_builtin(__builtin_ctz) || LLVM_GNUC_PREREQ(4, 0, 0) 90 #if __has_builtin(__builtin_ctzll) || LLVM_GNUC_PREREQ(4, 0, 0) 143 #if __has_builtin(__builtin_clz) || LLVM_GNUC_PREREQ(4, 0, 0) 159 #if __has_builtin(__builtin_clzll) || LLVM_GNUC_PREREQ(4, 0, 0)
|
D | type_traits.h | 105 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0)
|