Home
last modified time | relevance | path

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

/freebsd/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/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/contrib/llvm-project/libcxx/include/__exception/
H A Dnested_exception.h84 : _BoolConstant< is_polymorphic<_From>::value &&
/freebsd/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 Dmodule.modulemap2002 …aits_is_polymorphic [system] { header "__type_traits/is_polymorphic.h" }
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFeatures.def242 FEATURE(is_polymorphic, LangOpts.CPlusPlus)
/freebsd/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, \
/freebsd/lib/libc++/
H A DMakefile1282 TTR_HEADERS+= is_polymorphic.h
H A Dlibcxx.imp788 { include: [ "<__type_traits/is_polymorphic.h>", "private", "<type_traits>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1732 SYMBOL(is_polymorphic, std::, <type_traits>)