Home
last modified time | relevance | path

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

/external/catch2/include/
Dcatch.hpp199 #define CHECKED_ELSE( ... ) INTERNAL_CATCH_ELSE( "CHECKED_ELSE", Catch::ResultDisposition::Continue… macro
366 #define CHECKED_ELSE( ... ) if (!(__VA_ARGS__)) macro
/external/catch2/single_include/catch2/
Dcatch.hpp14685 #define CHECKED_ELSE( ... ) INTERNAL_CATCH_ELSE( "CHECKED_ELSE", Catch::ResultDisposition::Continue… macro
14850 #define CHECKED_ELSE( ... ) if (!(__VA_ARGS__)) macro
/external/bcc/tests/cc/
Dcatch.hpp10383 #define CHECKED_ELSE( expr ) INTERNAL_CATCH_ELSE( expr, Catch::ResultDisposition::ContinueOnFailure… macro