Searched refs:is_polymorphic (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | OperandTraits.h | 33 !std::is_polymorphic<SubClass>::value, in op_begin() 71 !std::is_polymorphic<SubClass>::value, in op_begin()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | is_polymorphic.h | 22 struct _LIBCPP_TEMPLATE_VIS is_polymorphic : public integral_constant<bool, __is_polymorphic(_Tp)> … struct
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__exception/ |
| H A D | nested_exception.h | 84 : _BoolConstant< is_polymorphic<_From>::value &&
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | type_traits | 104 template <class T> struct is_polymorphic; 309 = is_polymorphic<T>::value; // C++17 492 #include <__type_traits/is_polymorphic.h>
|
| H A D | libcxx.imp | 755 { include: [ "<__type_traits/is_polymorphic.h>", "private", "<type_traits>", "public" ] },
|
| H A D | module.modulemap.in | 1938 …aits_is_polymorphic [system] { header "__type_traits/is_polymorphic.h" }
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | type_traits.inc | 49 using std::is_polymorphic;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Features.def | 227 FEATURE(is_polymorphic, LangOpts.CPlusPlus)
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Stmt.cpp | 86 static_assert(!std::is_polymorphic<CLASS>::value, \
|
| H A D | Type.cpp | 428 static_assert(!std::is_polymorphic<CLASS##Type>::value, \
|
| /freebsd-14.2/lib/libc++/ |
| H A D | Makefile | 1234 TTR_HEADERS+= is_polymorphic.h
|
| H A D | module.modulemap | 1938 …aits_is_polymorphic [system] { header "__type_traits/is_polymorphic.h" }
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 1732 SYMBOL(is_polymorphic, std::, <type_traits>)
|