Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/strings/string.view/string.view.cons/
H A Dfrom_iterator_sentinel.pass.cpp23 constexpr void test_construction(std::basic_string_view<CharT> val) { in test_construction() function
32 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()
37test_construction<contiguous_iterator<const CharT*>, sized_sentinel<contiguous_iterator<const Char… in test_with_char()
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_test.c648 static int test_construction(isl_ctx *ctx) in test_construction() function
10863 { "construction", &test_construction },