Searched defs:REQUIRE_NOTHROW (Results 1 – 3 of 3) sorted by relevance
194 #define REQUIRE_NOTHROW( ... ) INTERNAL_CATCH_NO_THROW( "REQUIRE_NOTHROW", Catch::ResultDisposition… macro361 #define REQUIRE_NOTHROW( ... ) (void)(0) macro
14749 #define REQUIRE_NOTHROW( ... ) INTERNAL_CATCH_NO_THROW( "REQUIRE_NOTHROW", Catch::ResultDisposition… macro14914 #define REQUIRE_NOTHROW( ... ) (void)(0) macro
10378 #define REQUIRE_NOTHROW( expr ) INTERNAL_CATCH_NO_THROW( expr, Catch::ResultDisposition::Normal, "R… macro