Home
last modified time | relevance | path

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

/external/catch2/include/
Dcatch.hpp215 #define REQUIRE_NOTHROW( ... ) INTERNAL_CATCH_NO_THROW( "REQUIRE_NOTHROW", Catch::ResultDisposition… macro
410 #define REQUIRE_NOTHROW( ... ) (void)(0) macro
/external/catch2/single_include/catch2/
Dcatch.hpp17329 #define REQUIRE_NOTHROW( ... ) INTERNAL_CATCH_NO_THROW( "REQUIRE_NOTHROW", Catch::ResultDisposition… macro
17522 #define REQUIRE_NOTHROW( ... ) (void)(0) macro
/external/libabigail/tests/lib/
Dcatch.hpp17595 #define REQUIRE_NOTHROW( ... ) INTERNAL_CATCH_NO_THROW( "REQUIRE_NOTHROW", Catch::ResultDisposition… macro
17788 #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