Home
last modified time | relevance | path

Searched refs:CATCH_CATCH_ALL (Results 1 – 7 of 7) 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
Dcatch_tag_alias_autoregistrar.cpp10 } CATCH_CATCH_ALL { in RegistrarForTagAliases()
Dcatch_startup_exception_registry.cpp16 } CATCH_CATCH_ALL { in add()
Dcatch_test_registry.cpp30 } CATCH_CATCH_ALL { in AutoReg()
Dcatch_session.cpp130 CATCH_CATCH_ALL { getMutableRegistryHub().registerStartupException(); } in Session()
Dcatch_run_context.cpp350 } CATCH_CATCH_ALL { in runCurrentTest()
/external/catch2/single_include/catch2/
Dcatch.hpp370 #define CATCH_CATCH_ALL if ((false)) macro
374 #define CATCH_CATCH_ALL catch (...) macro
10606 } CATCH_CATCH_ALL { in runCurrentTest()
10984 CATCH_CATCH_ALL { getMutableRegistryHub().registerStartupException(); } in Session()
11180 } CATCH_CATCH_ALL { in add()
11570 } CATCH_CATCH_ALL { in RegistrarForTagAliases()
12151 } CATCH_CATCH_ALL { in AutoReg()