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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
Compiler.h 40 #ifndef LLVM_GNUC_PREREQ
42 #define LLVM_GNUC_PREREQ(maj, min, patch) \
46 #define LLVM_GNUC_PREREQ(maj, min, patch) \
49 #define LLVM_GNUC_PREREQ(maj, min, patch) 0
53 #if __has_attribute(used) || LLVM_GNUC_PREREQ(3, 1, 0)
59 #if __has_builtin(__builtin_unreachable) || LLVM_GNUC_PREREQ(4, 5, 0)
65 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0)
  /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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Compiler.h 47 /// \macro LLVM_GNUC_PREREQ
50 #ifndef LLVM_GNUC_PREREQ
52 # define LLVM_GNUC_PREREQ(maj, min, patch) \
56 # define LLVM_GNUC_PREREQ(maj, min, patch) \
59 # define LLVM_GNUC_PREREQ(maj, min, patch) 0
83 #if __has_feature(cxx_rvalue_references) || LLVM_GNUC_PREREQ(4, 8, 1)
104 #if (__has_attribute(visibility) || LLVM_GNUC_PREREQ(4, 0, 0)) && \
117 #if __has_attribute(used) || LLVM_GNUC_PREREQ(3, 1, 0)
144 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0)
151 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) &&
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Compiler.h 44 /// \macro LLVM_GNUC_PREREQ
47 #ifndef LLVM_GNUC_PREREQ
49 # define LLVM_GNUC_PREREQ(maj, min, patch) \
53 # define LLVM_GNUC_PREREQ(maj, min, patch) \
56 # define LLVM_GNUC_PREREQ(maj, min, patch) 0
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
    [all...]

Completed in 1473 milliseconds