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

/external/llvm/include/llvm/Support/
H A Dtype_traits.h101 // an LLVM_IS_FINAL macro. If it cannot be defined properly, this
104 #define LLVM_IS_FINAL(Ty) std::is_final<Ty>() macro
106 #define LLVM_IS_FINAL(Ty) __is_final(Ty)

Completed in 71 milliseconds