Searched refs:test_construction (Results 1 – 2 of 2) sorted by relevance
23 constexpr void test_construction(std::basic_string_view<CharT> val) { in test_construction() function32 test_construction<CharT*, CharT*>(val); in test_with_char()33 test_construction<CharT*, const CharT*>(val); in test_with_char()34 test_construction<const CharT*, CharT*>(val); in test_with_char()35 test_construction<const CharT*, sized_sentinel<const CharT*>>(val); in test_with_char()36 test_construction<contiguous_iterator<const CharT*>, contiguous_iterator<const CharT*>>(val); in test_with_char()37 …test_construction<contiguous_iterator<const CharT*>, sized_sentinel<contiguous_iterator<const Char… in test_with_char()
648 static int test_construction(isl_ctx *ctx) in test_construction() function10863 { "construction", &test_construction },