Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp2542 auto allowThrows() const -> bool;
2702 if( catchAssertionHandler.allowThrows() ) \
2719 if( catchAssertionHandler.allowThrows() ) \
2761 if( catchAssertionHandler.allowThrows() ) \
3771 if( catchAssertionHandler.allowThrows() ) \
4459 virtual bool allowThrows() const = 0;
5282 bool allowThrows() const override;
8152 auto AssertionHandler::allowThrows() const -> bool { in allowThrows() function in Catch::AssertionHandler
8153 return getCurrentContext().getConfig()->allowThrows(); in allowThrows()
9906 bool Config::allowThrows() const { return !m_data.noThrow; } in allowThrows() function in Catch::Config
[all …]