Home
last modified time | relevance | path

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

/external/catch2/include/
Dcatch.hpp114 #define CATCH_CHECK( ... ) INTERNAL_CATCH_TEST( "CATCH_CHECK", Catch::ResultDisposition::ContinueOn… macro
288 #define CATCH_CHECK( ... ) (void)(0) macro
/external/catch2/single_include/catch2/
Dcatch.hpp14602 #define CATCH_CHECK( ... ) INTERNAL_CATCH_TEST( "CATCH_CHECK", Catch::ResultDisposition::ContinueOn… macro
14772 #define CATCH_CHECK( ... ) (void)(0) macro
/external/bcc/tests/cc/
Dcatch.hpp10311 #define CATCH_CHECK( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::ContinueOnFailure,… macro