Home
last modified time | relevance | path

Searched defs:CATCH_CATCH_ANON (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/internal/
Dcatch_compiler_capabilities.h362 #define CATCH_CATCH_ANON(type) if ((false)) macro
366 #define CATCH_CATCH_ANON(type) catch (type) macro
/external/catch2/single_include/catch2/
Dcatch.hpp449 #define CATCH_CATCH_ANON(type) if ((false)) macro
453 #define CATCH_CATCH_ANON(type) catch (type) macro
/external/libabigail/tests/lib/
Dcatch.hpp452 #define CATCH_CATCH_ANON(type) if ((false)) macro
456 #define CATCH_CATCH_ANON(type) catch (type) macro