Home
last modified time | relevance | path

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

/external/catch2/include/
Dcatch.hpp219 #define CHECKED_IF( ... ) INTERNAL_CATCH_IF( "CHECKED_IF", Catch::ResultDisposition::ContinueOnFail… macro
414 #define CHECKED_IF( ... ) if (__VA_ARGS__) macro
/external/catch2/single_include/catch2/
Dcatch.hpp17333 #define CHECKED_IF( ... ) INTERNAL_CATCH_IF( "CHECKED_IF", Catch::ResultDisposition::ContinueOnFail… macro
17526 #define CHECKED_IF( ... ) if (__VA_ARGS__) macro
/external/libabigail/tests/lib/
Dcatch.hpp17599 #define CHECKED_IF( ... ) INTERNAL_CATCH_IF( "CHECKED_IF", Catch::ResultDisposition::ContinueOnFail… macro
17792 #define CHECKED_IF( ... ) if (__VA_ARGS__) macro
/external/bcc/tests/cc/
Dcatch.hpp10382 #define CHECKED_IF( expr ) INTERNAL_CATCH_IF( expr, Catch::ResultDisposition::ContinueOnFailure, "C… macro