Home
last modified time | relevance | path

Searched refs:is_abstract (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_abstract.h22 struct _LIBCPP_TEMPLATE_VIS is_abstract : public integral_constant<bool, __is_abstract(_Tp)> {}; struct
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits105 template <class T> struct is_abstract;
311 = is_abstract<T>::value; // C++17
438 #include <__type_traits/is_abstract.h>
H A Dmodule.modulemap1920 …_traits_is_abstract [system] { header "__type_traits/is_abstract.h" }
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFeatures.def231 FEATURE(is_abstract, LangOpts.CPlusPlus)
/freebsd/lib/libc++/
H A DMakefile1241 TTR_HEADERS+= is_abstract.h
H A Dlibcxx.imp747 { include: [ "<__type_traits/is_abstract.h>", "private", "<type_traits>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1608 SYMBOL(is_abstract, std::, <type_traits>)