Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_compound.h25 struct _LIBCPP_TEMPLATE_VIS is_compound : _BoolConstant<__is_compound(_Tp)> {}; struct
35 struct _LIBCPP_TEMPLATE_VIS is_compound : public integral_constant<bool, !is_fundamental<_Tp>::valu…
39 inline constexpr bool is_compound_v = is_compound<_Tp>::value;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits57 template <class T> struct is_compound;
285 = is_compound<T>::value; // C++17
456 #include <__type_traits/is_compound.h>
H A Dlibcxx.imp716 { include: [ "<__type_traits/is_compound.h>", "private", "<type_traits>", "public" ] },
H A Dmodule.modulemap.in1872 …_traits_is_compound [system] { header "__type_traits/is_compound.h" }
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc36 using std::is_compound;
/freebsd/lib/libc++/
H A DMakefile1195 TTR_HEADERS+= is_compound.h
H A Dmodule.modulemap1872 …_traits_is_compound [system] { header "__type_traits/is_compound.h" }
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1626 SYMBOL(is_compound, std::, <type_traits>)