Searched refs:is_polymorphic (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/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 in inherits:integral_constant
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperandTraits.h33 !std::is_polymorphic<SubClass>::value,
71 !std::is_polymorphic<SubClass>::value,
/freebsd-current/contrib/llvm-project/libcxx/include/__exception/
H A Dnested_exception.h21 #include <__type_traits/is_polymorphic.h>
84 : _BoolConstant< is_polymorphic<_From>::value &&
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc49 using std::is_polymorphic;
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp86 static_assert(!std::is_polymorphic<CLASS>::value, \
H A DType.cpp428 static_assert(!std::is_polymorphic<CLASS##Type>::value, \
/freebsd-current/lib/libc++/
H A DMakefile1233 TTR_HEADERS+= is_polymorphic.h

Completed in 214 milliseconds