Home
last modified time | relevance | path

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

12345678910

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/catch/
H A Dcatchtestsettings.cpp116 registerAspect(&noThrow); in CatchTestSettings()
117 noThrow.setSettingsKey("NoThrow"); in CatchTestSettings()
118 noThrow.setLabelText(tr("Skip throwing assertions")); in CatchTestSettings()
119 noThrow.setToolTip(tr("Skips all assertions that test for thrown exceptions.")); in CatchTestSettings()
153 s.noThrow, nl, in CatchTestSettingsPage()
H A Dcatchtestsettings.h55 Utils::BoolAspect noThrow; variable
/dports/math/libmesh/libmesh-1.6.2/contrib/qhull/2012.1/src/libqhullcpp/
H A DUsingLibQhull.cpp109 UsingLibQhull(Qhull *q, int noThrow) in UsingLibQhull() argument
113 QHULL_UNUSED(noThrow); in UsingLibQhull()
328 maybeThrowQhullMessage(int exitCode, int noThrow) const in maybeThrowQhullMessage()
330 my_qhull->maybeThrowQhullMessage(exitCode, noThrow); in maybeThrowQhullMessage()
H A DUsingLibQhull.h99 UsingLibQhull(Qhull *p, int noThrow);
113 void maybeThrowQhullMessage(int exitCode, int noThrow) const;
H A DQhullPoints.cpp136 indexOf(const coordT *pointCoordinates, int noThrow) const in indexOf()
139 if(noThrow){ in indexOf()
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_config.hpp37 noThrow( false ), in ConfigData()
57 bool noThrow; member
130 virtual bool allowThrows() const { return !m_data.noThrow; } in allowThrows()
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_config.hpp37 noThrow( false ), in ConfigData()
57 bool noThrow; member
130 virtual bool allowThrows() const { return !m_data.noThrow; } in allowThrows()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/internal/
H A Dcatch_config.hpp37 noThrow( false ), in ConfigData()
60 bool noThrow; member
130 virtual bool allowThrows() const CATCH_OVERRIDE { return !m_data.noThrow; } in allowThrows()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/internal/
H A Dcatch_config.hpp37 noThrow( false ), in ConfigData()
60 bool noThrow; member
130 virtual bool allowThrows() const CATCH_OVERRIDE { return !m_data.noThrow; } in allowThrows()
/dports/devel/pear-PHPTAL/PHPTAL-1.3.0/PHPTAL/Php/
H A DTalesChainExecutor.php67 $this->codewriter->noThrow(true);
89 $this->codewriter->noThrow(false);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/scn/phptal/src/Php/
H A DTalesChainExecutor.php124 $this->codewriter->noThrow(true);
149 $this->codewriter->noThrow(false);
/dports/math/qhull8/qhull-8.0.2/src/libqhullcpp/
H A DQhullQh.cpp143 maybeThrowQhullMessage(int exitCode, int noThrow) throw() in maybeThrowQhullMessage() argument
145 QHULL_UNUSED(noThrow); in maybeThrowQhullMessage()
H A DQhullPoints.cpp207 indexOf(const coordT *pointCoordinates, int noThrow) const in indexOf()
210 if(noThrow){ in indexOf()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/qhull/src/libqhullcpp/
H A DQhullQh.cpp142 maybeThrowQhullMessage(int exitCode, int noThrow) throw() in maybeThrowQhullMessage() argument
144 QHULL_UNUSED(noThrow); in maybeThrowQhullMessage()
H A DQhullPoints.cpp207 indexOf(const coordT *pointCoordinates, int noThrow) const in indexOf()
210 if(noThrow){ in indexOf()
/dports/math/qhull/qhull-7.3.2/src/libqhullcpp/
H A DQhullQh.cpp142 maybeThrowQhullMessage(int exitCode, int noThrow) throw() in maybeThrowQhullMessage() argument
144 QHULL_UNUSED(noThrow); in maybeThrowQhullMessage()
H A DQhullPoints.cpp207 indexOf(const coordT *pointCoordinates, int noThrow) const in indexOf()
210 if(noThrow){ in indexOf()
/dports/emulators/mess/mame-mame0226/3rdparty/catch/projects/SelfTest/
H A DTestMain.cpp57 CHECK( config.noThrow == false );
162 REQUIRE( config.noThrow == true );
168 REQUIRE( config.noThrow == true );
194 CHECK( config.noThrow == true );
/dports/emulators/mame/mame-mame0226/3rdparty/catch/projects/SelfTest/
H A DTestMain.cpp57 CHECK( config.noThrow == false );
162 REQUIRE( config.noThrow == true );
168 REQUIRE( config.noThrow == true );
194 CHECK( config.noThrow == true );
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/projects/SelfTest/
H A DTestMain.cpp68 CHECK( config.noThrow == false );
173 REQUIRE( config.noThrow == true );
179 REQUIRE( config.noThrow == true );
205 CHECK( config.noThrow == true );
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/projects/SelfTest/IntrospectiveTests/
H A DCmdLine.tests.cpp290 CHECK(config.noThrow == false);
394 REQUIRE(config.noThrow);
399 REQUIRE(config.noThrow);
422 CHECK(config.noThrow == true);
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/projects/SelfTest/
H A DTestMain.cpp68 CHECK( config.noThrow == false );
173 REQUIRE( config.noThrow == true );
179 REQUIRE( config.noThrow == true );
205 CHECK( config.noThrow == true );
/dports/www/restbed/restbed-4.8/dependency/catch/projects/SelfTest/IntrospectiveTests/
H A DCmdLine.tests.cpp316 CHECK(config.noThrow == false);
423 REQUIRE(config.noThrow);
428 REQUIRE(config.noThrow);
451 CHECK(config.noThrow == true);
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.DynamicData/Test/Common/
H A DTestStubTypes.cs114 public Foo (bool noThrow) in Foo() argument
116 if (!noThrow) in Foo()
/dports/math/e-antic/Catch2-ff349a5/projects/SelfTest/IntrospectiveTests/
H A DCmdLine.tests.cpp345 CHECK(config.noThrow == false);
476 REQUIRE(config.noThrow);
481 REQUIRE(config.noThrow);
504 CHECK(config.noThrow == true);

12345678910