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 36 /// \macro LLVM_GNUC_PREREQ
39 #ifndef LLVM_GNUC_PREREQ
41 # define LLVM_GNUC_PREREQ(maj, min, patch) \
45 # define LLVM_GNUC_PREREQ(maj, min, patch) \
48 # define LLVM_GNUC_PREREQ(maj, min, patch) 0
79 #if __has_feature(cxx_rvalue_references) || LLVM_GNUC_PREREQ(4, 8, 1)
106 #if (__has_attribute(visibility) || LLVM_GNUC_PREREQ(4, 0, 0)) && \
113 #if __has_attribute(sentinel) || LLVM_GNUC_PREREQ(3, 0, 0)
119 #if __has_attribute(used) || LLVM_GNUC_PREREQ(3, 1, 0)
125 #if __has_attribute(warn_unused_result) || LLVM_GNUC_PREREQ(3, 4, 0
    [all...]
SwapByteOrder.h 43 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC))
59 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC))
type_traits.h 101 #elif __has_feature(is_final) || LLVM_GNUC_PREREQ(4, 7, 0)
MathExtras.h 72 #if __has_builtin(__builtin_ctz) || LLVM_GNUC_PREREQ(4, 0, 0)
88 #if __has_builtin(__builtin_ctzll) || LLVM_GNUC_PREREQ(4, 0, 0)
141 #if __has_builtin(__builtin_clz) || LLVM_GNUC_PREREQ(4, 0, 0)
157 #if __has_builtin(__builtin_clzll) || LLVM_GNUC_PREREQ(4, 0, 0)

Completed in 66 milliseconds