Searched refs:is_polymorphic (Results 1 – 12 of 12) sorted by relevance
| /freebsd/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/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/contrib/llvm-project/libcxx/include/__exception/ |
| H A D | nested_exception.h | 84 : _BoolConstant< is_polymorphic<_From>::value &&
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | type_traits | 104 template <class T> struct is_polymorphic; 309 = is_polymorphic<T>::value; // C++17 465 #include <__type_traits/is_polymorphic.h>
|
| H A D | module.modulemap | 2002 …aits_is_polymorphic [system] { header "__type_traits/is_polymorphic.h" }
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | type_traits.cppm | |
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Features.def | 242 FEATURE(is_polymorphic, LangOpts.CPlusPlus)
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Stmt.cpp | 87 static_assert(!std::is_polymorphic<CLASS>::value, \
|
| H A D | Type.cpp | 464 static_assert(!std::is_polymorphic<CLASS##Type>::value, \
|
| /freebsd/lib/libc++/ |
| H A D | Makefile | 1282 TTR_HEADERS+= is_polymorphic.h
|
| H A D | libcxx.imp | 788 { include: [ "<__type_traits/is_polymorphic.h>", "private", "<type_traits>", "public" ] },
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 1732 SYMBOL(is_polymorphic, std::, <type_traits>)
|