Home
last modified time | relevance | path

Searched refs:is_polymorphic (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperandTraits.h33 !std::is_polymorphic<SubClass>::value, in op_begin()
71 !std::is_polymorphic<SubClass>::value, in op_begin()
/freebsd-src/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_polymorphic.h22 struct _LIBCPP_TEMPLATE_VIS is_polymorphic : public integral_constant<bool, __is_polymorphic(_Tp)> … struct
/freebsd-src/contrib/llvm-project/libcxx/include/__exception/
H A Dnested_exception.h21 #include <__type_traits/is_polymorphic.h>
84 : _BoolConstant< is_polymorphic<_From>::value &&
/freebsd-src/contrib/llvm-project/libcxx/include/
H A Dtype_traits104 template <class T> struct is_polymorphic;
309 = is_polymorphic<T>::value; // C++17
465 #include <__type_traits/is_polymorphic.h>
H A Dlibcxx.imp
H A Dmodule.modulemap.in
/freebsd-src/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc49 using std::is_polymorphic;
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DFeatures.def242 FEATURE(is_polymorphic, LangOpts.CPlusPlus)
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp87 static_assert(!std::is_polymorphic<CLASS>::value, \
H A DType.cpp464 static_assert(!std::is_polymorphic<CLASS##Type>::value, \ in getSplitDesugaredType()
/freebsd-src/lib/libc++/
H A DMakefile1282 TTR_HEADERS+= is_polymorphic.h
H A Dmodule.modulemap
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1732 SYMBOL(is_polymorphic, std::, <type_traits>)