Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dcatch.hpp281 #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;
[all …]