Home
last modified time | relevance | path

Searched refs:LLVM_GNUC_PREREQ (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCompiler.h58 #ifndef LLVM_GNUC_PREREQ
60 # define LLVM_GNUC_PREREQ(maj, min, patch) \ macro
64 # define LLVM_GNUC_PREREQ(maj, min, patch) \ macro
67 # define LLVM_GNUC_PREREQ(maj, min, patch) 0 macro
100 #if __has_feature(cxx_rvalue_references) || LLVM_GNUC_PREREQ(4, 8, 1) || \
126 #if (__has_attribute(visibility) || LLVM_GNUC_PREREQ(4, 0, 0)) && \
141 #if __has_attribute(used) || LLVM_GNUC_PREREQ(3, 1, 0)
185 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0)
192 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) && \
215 #if __has_builtin(__builtin_expect) || LLVM_GNUC_PREREQ(4, 0, 0)
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DArrayRef.h107 #if LLVM_GNUC_PREREQ(9, 0, 0)
117 #if LLVM_GNUC_PREREQ(9, 0, 0)