Home
last modified time | relevance | path

Searched defs:is_destructible (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/include/__type_traits/
H A Dis_destructible.h28 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS is_destructible : _BoolConstant<__is_destructible(_Tp)> {}; struct
/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_destructible.h25 struct is_destructible : bool_constant<__is_destructible(T)> {}; global() struct
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits-ms-extensions.cpp85 void is_destructible() in is_destructible() function
/llvm-project/libc/test/src/__support/CPP/
H A Dtype_traits_test.cpp348 TYPED_TEST(LlvmLibcTypeTraitsTest,is_destructible,UnqualObjectTypes) TYPED_TEST() argument