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

1 2 3

  /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))
  /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...]
SwapByteOrder.h 45 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC))
61 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC))
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/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...]
SwapByteOrder.h 45 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC))
61 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC))
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/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...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/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(used) || LLVM_GNUC_PREREQ(3, 1, 0)
141 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0)
148 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) &&
    [all...]
SwapByteOrder.h 45 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC))
61 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC))
  /prebuilts/clang/host/darwin-x86/clang-4479392/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(used) || LLVM_GNUC_PREREQ(3, 1, 0)
141 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0)
148 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) &&
    [all...]
SwapByteOrder.h 45 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC))
61 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC))
  /prebuilts/clang/host/darwin-x86/clang-4579689/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(used) || LLVM_GNUC_PREREQ(3, 1, 0)
141 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0)
148 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) &&
    [all...]
SwapByteOrder.h 45 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC))
61 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC))
  /prebuilts/clang/host/darwin-x86/clang-4630689/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(used) || LLVM_GNUC_PREREQ(3, 1, 0)
141 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0)
148 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) &&
    [all...]
SwapByteOrder.h 45 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC))
61 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC))
  /prebuilts/clang/host/darwin-x86/clang-4639204/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(used) || LLVM_GNUC_PREREQ(3, 1, 0)
141 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0)
148 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) &&
    [all...]
SwapByteOrder.h 45 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC))
61 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC))
  /prebuilts/clang/host/darwin-x86/clang-4691093/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(used) || LLVM_GNUC_PREREQ(3, 1, 0)
141 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0)
148 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) &&
    [all...]
SwapByteOrder.h 45 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC))
61 #if defined(__llvm__) || (LLVM_GNUC_PREREQ(4, 3, 0) && !defined(__ICC))
  /prebuilts/clang/host/linux-x86/clang-4393122/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(used) || LLVM_GNUC_PREREQ(3, 1, 0)
141 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0)
148 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) &&
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/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(used) || LLVM_GNUC_PREREQ(3, 1, 0)
141 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0)
148 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) &&
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/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(used) || LLVM_GNUC_PREREQ(3, 1, 0)
141 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0)
148 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) &&
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/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(used) || LLVM_GNUC_PREREQ(3, 1, 0)
141 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0)
148 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) &&
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/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(used) || LLVM_GNUC_PREREQ(3, 1, 0)
141 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0)
148 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) &&
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/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(used) || LLVM_GNUC_PREREQ(3, 1, 0)
141 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0)
148 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) &&
    [all...]

Completed in 544 milliseconds

1 2 3