Home
last modified time | relevance | path

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

/external/catch2/include/
Dcatch.hpp197 #define CHECK_FALSE( ... ) INTERNAL_CATCH_TEST( "CHECK_FALSE", Catch::ResultDisposition::ContinueOn… macro
364 #define CHECK_FALSE( ... ) (void)(0) macro
/external/catch2/single_include/catch2/
Dcatch.hpp14683 #define CHECK_FALSE( ... ) INTERNAL_CATCH_TEST( "CHECK_FALSE", Catch::ResultDisposition::ContinueOn… macro
14848 #define CHECK_FALSE( ... ) (void)(0) macro
/external/bcc/tests/cc/
Dcatch.hpp10381 #define CHECK_FALSE( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::ContinueOnFailure … macro