Home
last modified time | relevance | path

Searched refs:testDestructor (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/containers/views/views.span/span.cons/
H A Dspan.dtor.compile.pass.cpp18 constexpr void testDestructor() { in testDestructor() function
24 testDestructor<std::span<int, 1>>(); in test()
25 testDestructor<std::span<int>>(); in test()
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Darc-0x.mm217 void testDestructor(U0 *u0, U1 *u1, U2 *u2, U3 *u3, S0 *s0, S1 *s1, S2 *s2) {