Lines Matching refs:CATCH_NOEXCEPT
281 #if defined(CATCH_CONFIG_CPP11_NOEXCEPT) && !defined(CATCH_NOEXCEPT)
282 # define CATCH_NOEXCEPT noexcept macro
285 # define CATCH_NOEXCEPT throw() macro
436 virtual ~NotImplementedException() CATCH_NOEXCEPT {} in ~NotImplementedException()
438 virtual const char* what() const CATCH_NOEXCEPT;
3415 virtual ~StreamBufBase() CATCH_NOEXCEPT;
3429 virtual ~IStream() CATCH_NOEXCEPT;
3437 virtual ~FileStream() CATCH_NOEXCEPT;
3446 virtual ~CoutStream() CATCH_NOEXCEPT;
3457 virtual ~DebugOutStream() CATCH_NOEXCEPT;
6764 const char* NotImplementedException::what() const CATCH_NOEXCEPT { in what()
6792 ~StreamBufImpl() CATCH_NOEXCEPT { in ~StreamBufImpl()
10197 IStream::~IStream() CATCH_NOEXCEPT {} in ~IStream()
10198 FileStream::~FileStream() CATCH_NOEXCEPT {} in ~FileStream()
10199 CoutStream::~CoutStream() CATCH_NOEXCEPT {} in ~CoutStream()
10200 DebugOutStream::~DebugOutStream() CATCH_NOEXCEPT {} in ~DebugOutStream()
10201 StreamBufBase::~StreamBufBase() CATCH_NOEXCEPT {} in ~StreamBufBase()