Home
last modified time | relevance | path

Searched refs:test_throwing (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/strings/string.view/string.view.cons/
H A Dfrom_iterator_sentinel.pass.cpp61 void test_throwing() { in test_throwing() function
71 void test_throwing() { in test_throwing() function
72 test_throwing<char>(); in test_throwing()
74 test_throwing<wchar_t>(); in test_throwing()
76 test_throwing<char8_t>(); in test_throwing()
77 test_throwing<char16_t>(); in test_throwing()
78 test_throwing<char32_t>(); in test_throwing()
94 test_throwing(); in main()
H A Dfrom_range.pass.cpp160 void test_throwing() { in test_throwing() function
193 test_throwing(); in main()
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/vector/vector.modifiers/
H A Dinsert_iter_initializer_list.pass.cpp42 void test_throwing() { in test_throwing() function
107 test_throwing(); in main()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A DP1155.cpp7 namespace test_throwing { namespace