HomeSort by relevance Sort by last modified time
    Searched refs:LLVM_GNUC_PREREQ (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Support/
Compiler.h 40 /// \macro LLVM_GNUC_PREREQ
43 #ifndef LLVM_GNUC_PREREQ
45 # define LLVM_GNUC_PREREQ(maj, min, patch) \
49 # define LLVM_GNUC_PREREQ(maj, min, patch) \
52 # define LLVM_GNUC_PREREQ(maj, min, patch) 0
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
    [all...]
SwapByteOrder.h 42 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC))
58 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC))
type_traits.h 105 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0)
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)

Completed in 447 milliseconds