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

  /external/llvm/include/llvm/Support/
type_traits.h 101 // an LLVM_IS_FINAL macro. If it cannot be defined properly, this
104 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
106 #define LLVM_IS_FINAL(Ty) __is_final(Ty)
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
type_traits.h 101 // an LLVM_IS_FINAL macro. If it cannot be defined properly, this
104 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
106 #define LLVM_IS_FINAL(Ty) __is_final(Ty)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
type_traits.h 110 // an LLVM_IS_FINAL macro. If it cannot be defined properly, this
113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
115 #define LLVM_IS_FINAL(Ty) __is_final(Ty)
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
type_traits.h 110 // an LLVM_IS_FINAL macro. If it cannot be defined properly, this
113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
115 #define LLVM_IS_FINAL(Ty) __is_final(Ty)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
type_traits.h 110 // an LLVM_IS_FINAL macro. If it cannot be defined properly, this
113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
115 #define LLVM_IS_FINAL(Ty) __is_final(Ty)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
type_traits.h 110 // an LLVM_IS_FINAL macro. If it cannot be defined properly, this
113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
115 #define LLVM_IS_FINAL(Ty) __is_final(Ty)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
type_traits.h 110 // an LLVM_IS_FINAL macro. If it cannot be defined properly, this
113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
115 #define LLVM_IS_FINAL(Ty) __is_final(Ty)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
type_traits.h 110 // an LLVM_IS_FINAL macro. If it cannot be defined properly, this
113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
115 #define LLVM_IS_FINAL(Ty) __is_final(Ty)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
type_traits.h 110 // an LLVM_IS_FINAL macro. If it cannot be defined properly, this
113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
115 #define LLVM_IS_FINAL(Ty) __is_final(Ty)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
type_traits.h 110 // an LLVM_IS_FINAL macro. If it cannot be defined properly, this
113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
115 #define LLVM_IS_FINAL(Ty) __is_final(Ty)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
type_traits.h 110 // an LLVM_IS_FINAL macro. If it cannot be defined properly, this
113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
115 #define LLVM_IS_FINAL(Ty) __is_final(Ty)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
type_traits.h 110 // an LLVM_IS_FINAL macro. If it cannot be defined properly, this
113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
115 #define LLVM_IS_FINAL(Ty) __is_final(Ty)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
type_traits.h 110 // an LLVM_IS_FINAL macro. If it cannot be defined properly, this
113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
115 #define LLVM_IS_FINAL(Ty) __is_final(Ty)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
type_traits.h 110 // an LLVM_IS_FINAL macro. If it cannot be defined properly, this
113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
115 #define LLVM_IS_FINAL(Ty) __is_final(Ty)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
type_traits.h 110 // an LLVM_IS_FINAL macro. If it cannot be defined properly, this
113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
115 #define LLVM_IS_FINAL(Ty) __is_final(Ty)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
type_traits.h 110 // an LLVM_IS_FINAL macro. If it cannot be defined properly, this
113 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>()
115 #define LLVM_IS_FINAL(Ty) __is_final(Ty)

Completed in 728 milliseconds