Searched defs:is_destructible (Results 1 – 4 of 4) sorted by relevance
28 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS is_destructible : _BoolConstant<__is_destructible(_Tp)> {}; struct
25 struct is_destructible : bool_constant<__is_destructible(T)> {}; global() struct
85 void is_destructible() in is_destructible() function
348 TYPED_TEST(LlvmLibcTypeTraitsTest,is_destructible,UnqualObjectTypes) TYPED_TEST() argument