Home
last modified time | relevance | path

Searched defs:REQUIRE_NOTHROW (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/
Dcatch.hpp194 #define REQUIRE_NOTHROW( ... ) INTERNAL_CATCH_NO_THROW( "REQUIRE_NOTHROW", Catch::ResultDisposition… macro
361 #define REQUIRE_NOTHROW( ... ) (void)(0) macro
/external/catch2/single_include/catch2/
Dcatch.hpp14749 #define REQUIRE_NOTHROW( ... ) INTERNAL_CATCH_NO_THROW( "REQUIRE_NOTHROW", Catch::ResultDisposition… macro
14914 #define REQUIRE_NOTHROW( ... ) (void)(0) macro
/external/bcc/tests/cc/
Dcatch.hpp10378 #define REQUIRE_NOTHROW( expr ) INTERNAL_CATCH_NO_THROW( expr, Catch::ResultDisposition::Normal, "R… macro