Searched defs:REQUIRE_NOTHROW (Results 1 – 4 of 4) sorted by relevance
215 #define REQUIRE_NOTHROW( ... ) INTERNAL_CATCH_NO_THROW( "REQUIRE_NOTHROW", Catch::ResultDisposition… macro410 #define REQUIRE_NOTHROW( ... ) (void)(0) macro
17329 #define REQUIRE_NOTHROW( ... ) INTERNAL_CATCH_NO_THROW( "REQUIRE_NOTHROW", Catch::ResultDisposition… macro17522 #define REQUIRE_NOTHROW( ... ) (void)(0) macro
17595 #define REQUIRE_NOTHROW( ... ) INTERNAL_CATCH_NO_THROW( "REQUIRE_NOTHROW", Catch::ResultDisposition… macro17788 #define REQUIRE_NOTHROW( ... ) (void)(0) macro
10378 #define REQUIRE_NOTHROW( expr ) INTERNAL_CATCH_NO_THROW( expr, Catch::ResultDisposition::Normal, "R… macro