Home
last modified time | relevance | path

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

/external/catch2/include/
Dcatch.hpp218 #define CHECK_FALSE( ... ) INTERNAL_CATCH_TEST( "CHECK_FALSE", Catch::ResultDisposition::ContinueOn… macro
413 #define CHECK_FALSE( ... ) (void)(0) macro
/external/libabigail/tests/lib/
Dcatch.hpp17598 #define CHECK_FALSE( ... ) INTERNAL_CATCH_TEST( "CHECK_FALSE", Catch::ResultDisposition::ContinueOn… macro
17791 #define CHECK_FALSE( ... ) (void)(0) macro
/external/catch2/single_include/catch2/
Dcatch.hpp17332 #define CHECK_FALSE( ... ) INTERNAL_CATCH_TEST( "CHECK_FALSE", Catch::ResultDisposition::ContinueOn… macro
17525 #define CHECK_FALSE( ... ) (void)(0) macro
/external/bcc/tests/cc/
Dcatch.hpp10381 #define CHECK_FALSE( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::ContinueOnFailure … macro