Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/strings/basic.string/string.cons/
H A Dsubstr_rvalue.pass.cpp32 } should_throw_exception;
163 test_string_pos<S>(STR(""), 1, should_throw_exception); in test_string()
166 test_string_pos<S>(STR("Banane"), 7, should_throw_exception); in test_string()
170 test_string_pos<S>(STR("long long string so no SSO"), 27, should_throw_exception); in test_string()
173 test_string_pos_alloc<S>(STR(""), 1, alloc, should_throw_exception); in test_string()
176 test_string_pos_alloc<S>(STR("Banane"), 7, alloc, should_throw_exception); in test_string()
180 test_string_pos_alloc<S>(STR("long long string so no SSO"), 27, alloc, should_throw_exception); in test_string()
184 test_string_pos_n<S>(STR(""), 1, 0, should_throw_exception); in test_string()
185 test_string_pos_n<S>(STR(""), 1, 1, should_throw_exception); in test_string()
189 test_string_pos_n<S>(STR("Banane"), 7, 10, should_throw_exception); in test_string()
31 } should_throw_exception; global() variable
[all...]
/llvm-project/libcxx/test/std/strings/basic.string/string.ops/string_substr/
H A Dsubstr_rvalue.pass.cpp28 } should_throw_exception; variable
61 test<S>(STR(""), 1, 0, should_throw_exception); in test_string()
62 test<S>(STR(""), 1, 1, should_throw_exception); in test_string()
66 test<S>(STR("short string"), 13, 5, should_throw_exception); in test_string()
72 test<S>(STR("long long string so no SSO"), 27, 0, should_throw_exception); in test_string()