Home
last modified time | relevance | path

Searched defs:CATCH_CATCH_ALL (Results 1 – 2 of 2) sorted by relevance

/external/catch2/include/internal/
Dcatch_compiler_capabilities.h280 #define CATCH_CATCH_ALL if ((false)) macro
284 #define CATCH_CATCH_ALL catch (...) macro
/external/catch2/single_include/catch2/
Dcatch.hpp370 #define CATCH_CATCH_ALL if ((false)) macro
374 #define CATCH_CATCH_ALL catch (...) macro