Home
last modified time | relevance | path

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

/external/catch2/include/
Dcatch.hpp119 #define CATCH_CHECK( ... ) INTERNAL_CATCH_TEST( "CATCH_CHECK", Catch::ResultDisposition::ContinueOn… macro
328 #define CATCH_CHECK( ... ) (void)(0) macro
/external/catch2/single_include/catch2/
Dcatch.hpp17235 #define CATCH_CHECK( ... ) INTERNAL_CATCH_TEST( "CATCH_CHECK", Catch::ResultDisposition::ContinueOn… macro
17440 #define CATCH_CHECK( ... ) (void)(0) macro
/external/libabigail/tests/lib/
Dcatch.hpp17501 #define CATCH_CHECK( ... ) INTERNAL_CATCH_TEST( "CATCH_CHECK", Catch::ResultDisposition::ContinueOn… macro
17706 #define CATCH_CHECK( ... ) (void)(0) macro
/external/bcc/tests/cc/
Dcatch.hpp10311 #define CATCH_CHECK( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::ContinueOnFailure,… macro