Home
last modified time | relevance | path

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

/external/catch2/include/
Dcatch.hpp220 #define CHECKED_ELSE( ... ) INTERNAL_CATCH_ELSE( "CHECKED_ELSE", Catch::ResultDisposition::Continue… macro
415 #define CHECKED_ELSE( ... ) if (!(__VA_ARGS__)) macro
/external/catch2/single_include/catch2/
Dcatch.hpp17334 #define CHECKED_ELSE( ... ) INTERNAL_CATCH_ELSE( "CHECKED_ELSE", Catch::ResultDisposition::Continue… macro
17527 #define CHECKED_ELSE( ... ) if (!(__VA_ARGS__)) macro
/external/libabigail/tests/lib/
Dcatch.hpp17600 #define CHECKED_ELSE( ... ) INTERNAL_CATCH_ELSE( "CHECKED_ELSE", Catch::ResultDisposition::Continue… macro
17793 #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