Home
last modified time | relevance | path

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

/external/catch2/projects/SelfTest/IntrospectiveTests/
DCmdLine.tests.cpp316 CHECK(config.noThrow == false);
447 REQUIRE(config.noThrow);
452 REQUIRE(config.noThrow);
475 CHECK(config.noThrow == true);
/external/catch2/include/internal/
Dcatch_config.hpp37 bool noThrow = false; member
Dcatch_config.cpp60 bool Config::allowThrows() const { return !m_data.noThrow; } in allowThrows()
Dcatch_commandline.cpp146 | 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.txt1057 CmdLine.tests.cpp:<line number>: passed: config.noThrow == false for: false == false
1102 CmdLine.tests.cpp:<line number>: passed: config.noThrow for: true
1104 CmdLine.tests.cpp:<line number>: passed: config.noThrow for: true
1112 CmdLine.tests.cpp:<line number>: passed: config.noThrow == true for: true == true
Dconsole.sw.approved.txt7562 CHECK( config.noThrow == false )
7947 REQUIRE( config.noThrow )
7965 REQUIRE( config.noThrow )
8029 CHECK( config.noThrow == true )
/external/catch2/single_include/catch2/
Dcatch.hpp5241 bool noThrow = false; member
9786 | Opt( config.noThrow ) in makeCommandLineParser()
9953 bool Config::allowThrows() const { return !m_data.noThrow; } in allowThrows()
/external/libabigail/tests/lib/
Dcatch.hpp5272 bool noThrow = false; member
9841 | Opt( config.noThrow ) in makeCommandLineParser()
10011 bool Config::allowThrows() const { return !m_data.noThrow; } in allowThrows()