Home
last modified time | relevance | path

Searched refs:is_polymorphic_v (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_polymorphic.pass.cpp24 static_assert( std::is_polymorphic_v<T>, ""); in test_is_polymorphic()
25 static_assert( std::is_polymorphic_v<const T>, ""); in test_is_polymorphic()
26 static_assert( std::is_polymorphic_v<volatile T>, ""); in test_is_polymorphic()
27 static_assert( std::is_polymorphic_v<const volatile T>, ""); in test_is_polymorphic()
39 static_assert(!std::is_polymorphic_v<T>, ""); in test_is_not_polymorphic()
40 static_assert(!std::is_polymorphic_v<const T>, ""); in test_is_not_polymorphic()
41 static_assert(!std::is_polymorphic_v<volatile T>, ""); in test_is_not_polymorphic()
42 static_assert(!std::is_polymorphic_v<const volatile T>, ""); in test_is_not_polymorphic()
/llvm-project-15.0.7/libcxx/include/__type_traits/
H A Dis_polymorphic.h27 inline constexpr bool is_polymorphic_v = __is_polymorphic(_Tp); variable
/llvm-project-15.0.7/libcxx/test/std/utilities/format/format.error/
H A Dformat.error.pass.cpp29 static_assert(std::is_polymorphic_v<std::format_error>); in main()
/llvm-project-15.0.7/libcxx/include/
H A Dtype_traits308 template <class T> inline constexpr bool is_polymorphic_v
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc603 SYMBOL(is_polymorphic_v, std::, <type_traits>)