Searched refs:is_polymorphic (Results 1 – 13 of 13) sorted by relevance
33 !std::is_polymorphic<SubClass>::value, in op_begin()71 !std::is_polymorphic<SubClass>::value, in op_begin()
22 struct _LIBCPP_TEMPLATE_VIS is_polymorphic : public integral_constant<bool, __is_polymorphic(_Tp)> … struct
21 #include <__type_traits/is_polymorphic.h>84 : _BoolConstant< is_polymorphic<_From>::value &&
104 template <class T> struct is_polymorphic;309 = is_polymorphic<T>::value; // C++17465 #include <__type_traits/is_polymorphic.h>
49 using std::is_polymorphic;
242 FEATURE(is_polymorphic, LangOpts.CPlusPlus)
87 static_assert(!std::is_polymorphic<CLASS>::value, \
464 static_assert(!std::is_polymorphic<CLASS##Type>::value, \ in getSplitDesugaredType()
1282 TTR_HEADERS+= is_polymorphic.h
1732 SYMBOL(is_polymorphic, std::, <type_traits>)