Searched refs:test_ctor (Results 1 – 6 of 6) sorted by relevance
7 .section .text.test_ctor,"",@8 .globl test_ctor9 test_ctor: label10 .functype test_ctor () -> ()15 .int32 test_ctor
24 constexpr bool test_ctor() { in test_ctor() function51 assert((test_ctor<int, int*>())); in test()52 assert((test_ctor<int, sized_sentinel<int*>>())); in test()53 assert((test_ctor<A, A*>())); in test()54 assert((test_ctor<A, sized_sentinel<A*>>())); in test()
43 constexpr bool test_ctor() { in test_ctor() function57 test_ctor<int>(); in test()58 test_ctor<A>(); in test()
31 void test_ctor() { in test_ctor() function
12 ; CHECK-NOT: Name: test_ctor
12 ; CHECK: Name: test_ctor