Home
last modified time | relevance | path

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

/external/catch2/include/
Dcatch.hpp121 #define CATCH_CHECKED_IF( ... ) INTERNAL_CATCH_IF( "CATCH_CHECKED_IF", Catch::ResultDisposition::Co… macro
330 #define CATCH_CHECKED_IF( ... ) if (__VA_ARGS__) macro
/external/libabigail/tests/lib/
Dcatch.hpp17503 #define CATCH_CHECKED_IF( ... ) INTERNAL_CATCH_IF( "CATCH_CHECKED_IF", Catch::ResultDisposition::Co… macro
17708 #define CATCH_CHECKED_IF( ... ) if (__VA_ARGS__) macro
/external/catch2/single_include/catch2/
Dcatch.hpp17237 #define CATCH_CHECKED_IF( ... ) INTERNAL_CATCH_IF( "CATCH_CHECKED_IF", Catch::ResultDisposition::Co… macro
17442 #define CATCH_CHECKED_IF( ... ) if (__VA_ARGS__) macro
/external/bcc/tests/cc/
Dcatch.hpp10313 #define CATCH_CHECKED_IF( expr ) INTERNAL_CATCH_IF( expr, Catch::ResultDisposition::ContinueOnFailu… macro