Home
last modified time | relevance | path

Searched refs:has_virtual_destructor (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/
H A Dhas_virtual_destructor.h22 struct _LIBCPP_TEMPLATE_VIS has_virtual_destructor : public integral_constant<bool, __has_virtual_d… struct
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dtype_traits140 template <class T> struct has_virtual_destructor;
377 = has_virtual_destructor<T>::value; // C++17
443 #include <__type_traits/has_virtual_destructor.h>
H A Dlibcxx.imp701 { include: [ "<__type_traits/has_virtual_destructor.h>", "private", "<type_traits>", "public" ] },
H A Dmodule.modulemap.in1838 …_virtual_destructor [system] { header "__type_traits/has_virtual_destructor.h" }
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc103 using std::has_virtual_destructor;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DFeatures.def215 FEATURE(has_virtual_destructor, LangOpts.CPlusPlus)
/freebsd-14.2/lib/libc++/
H A DMakefile1180 TTR_HEADERS+= has_virtual_destructor.h
H A Dmodule.modulemap1838 …_virtual_destructor [system] { header "__type_traits/has_virtual_destructor.h" }
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1457 SYMBOL(has_virtual_destructor, std::, <type_traits>)