Home
last modified time | relevance | path

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

/external/catch2/projects/SelfTest/IntrospectiveTests/
DCmdLine.tests.cpp289 CHECK(config.noThrow == false);
396 REQUIRE(config.noThrow);
401 REQUIRE(config.noThrow);
424 CHECK(config.noThrow == true);
/external/catch2/include/internal/
Dcatch_config.hpp37 bool noThrow = false; member
Dcatch_config.cpp51 bool Config::allowThrows() const { return !m_data.noThrow; } in allowThrows()
Dcatch_commandline.cpp139 | Opt( config.noThrow ) in makeCommandLineParser()
/external/bcc/tests/cc/
Dcatch.hpp3485 noThrow( false ), in ConfigData()
3505 bool noThrow; member
3575 virtual bool allowThrows() const { return !m_data.noThrow; } in allowThrows()
4730 .bind( &ConfigData::noThrow ); in makeCommandLineParser()
/external/catch2/projects/SelfTest/Baselines/
Dcompact.sw.approved.txt826 CmdLine.tests.cpp:<line number>: passed: config.noThrow == false for: false == false
861 CmdLine.tests.cpp:<line number>: passed: config.noThrow for: true
863 CmdLine.tests.cpp:<line number>: passed: config.noThrow for: true
871 CmdLine.tests.cpp:<line number>: passed: config.noThrow == true for: true == true
Dconsole.sw.approved.txt5889 CHECK( config.noThrow == false )
6178 REQUIRE( config.noThrow )
6196 REQUIRE( config.noThrow )
6260 CHECK( config.noThrow == true )
/external/catch2/single_include/catch2/
Dcatch.hpp4664 bool noThrow = false; member
7906 | Opt( config.noThrow ) in makeCommandLineParser()
8056 bool Config::allowThrows() const { return !m_data.noThrow; } in allowThrows()