Searched refs:is_compound (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_compound.h25 struct _LIBCPP_TEMPLATE_VIS is_compound : _BoolConstant<__is_compound(_Tp)> {}; struct in inherits:_BoolConstant
35 struct _LIBCPP_TEMPLATE_VIS is_compound : public integral_constant<bool, !is_fundamental<_Tp>::value> {};
39 inline constexpr bool is_compound_v = is_compound<_Tp>::value;
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc36 using std::is_compound;
/freebsd-current/lib/libc++/
H A DMakefile1195 TTR_HEADERS+= is_compound.h

Completed in 158 milliseconds