Searched refs:exception_type (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/test/common/ |
| H A D | container_move_support.h | 757 #define REQUIRE_THROW_EXCEPTION(expr, exception_type) \ argument 761 } catch (exception_type&) { \
|
| H A D | doctest.h | 911 const char* exception_type, const StringContains& exception_string); 1736 const char* exception_type = "", const String& exception_string = ""); 1739 const char* exception_type, const Contains& exception_string); 4956 const char* exception_type, const StringContains& exception_string) 4958 m_failed(true), m_threw(false), m_threw_as(false), m_exception_type(exception_type), 4968 const char* exception_type, const String& exception_string) 4969 : AssertData(at, file, line, expr, exception_type, exception_string) { } 4972 const char* exception_type, const Contains& exception_string) 4973 : AssertData(at, file, line, expr, exception_type, exception_string) { }
|