Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_assertionhandler.cpp71 auto AssertionHandler::allowThrows() const -> bool { in allowThrows() function in Catch::AssertionHandler
Dcatch_config.cpp60 bool Config::allowThrows() const { return !m_data.noThrow; } in allowThrows() function in Catch::Config
/external/bcc/tests/cc/
Dcatch.hpp3575 virtual bool allowThrows() const { return !m_data.noThrow; } in allowThrows() function in Catch::Config
8251 … bool ResultBuilder::allowThrows() const { return getCurrentContext().getConfig()->allowThrows(); } in allowThrows() function in Catch::ResultBuilder
/external/catch2/single_include/catch2/
Dcatch.hpp8195 auto AssertionHandler::allowThrows() const -> bool { in allowThrows() function in Catch::AssertionHandler
9953 bool Config::allowThrows() const { return !m_data.noThrow; } in allowThrows() function in Catch::Config
/external/libabigail/tests/lib/
Dcatch.hpp8250 auto AssertionHandler::allowThrows() const -> bool { in allowThrows() function in Catch::AssertionHandler
10011 bool Config::allowThrows() const { return !m_data.noThrow; } in allowThrows() function in Catch::Config