Home
last modified time | relevance | path

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

/external/catch2/include/
Dcatch.hpp120 #define CATCH_CHECK_FALSE( ... ) INTERNAL_CATCH_TEST( "CATCH_CHECK_FALSE", Catch::ResultDisposition… macro
329 #define CATCH_CHECK_FALSE( ... ) (void)(0) macro
/external/catch2/single_include/catch2/
Dcatch.hpp17236 #define CATCH_CHECK_FALSE( ... ) INTERNAL_CATCH_TEST( "CATCH_CHECK_FALSE", Catch::ResultDisposition… macro
17441 #define CATCH_CHECK_FALSE( ... ) (void)(0) macro
/external/libabigail/tests/lib/
Dcatch.hpp17502 #define CATCH_CHECK_FALSE( ... ) INTERNAL_CATCH_TEST( "CATCH_CHECK_FALSE", Catch::ResultDisposition… macro
17707 #define CATCH_CHECK_FALSE( ... ) (void)(0) macro
/external/bcc/tests/cc/
Dcatch.hpp10312 #define CATCH_CHECK_FALSE( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::ContinueOnFa… macro