Searched defs:LLVM_GNUC_PREREQ (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCompiler.h40 /// \macro LLVM_GNUC_PREREQ
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(
[all...]

Completed in 98 milliseconds