Searched refs:test_throwing (Results 1 – 4 of 4) sorted by relevance
61 void test_throwing() { in test_throwing() function71 void test_throwing() { in test_throwing() function72 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()
160 void test_throwing() { in test_throwing() function193 test_throwing(); in main()
42 void test_throwing() { in test_throwing() function107 test_throwing(); in main()
7 namespace test_throwing { namespace