Home
last modified time | relevance | path

Searched refs:CATCH_MAKE_MSG (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/internal/
Dcatch_enforce.h37 #define CATCH_MAKE_MSG(...) \ macro
41 …Catch::throw_logic_error(CATCH_MAKE_MSG( CATCH_INTERNAL_LINEINFO << ": Internal Catch2 error: " <<…
44 Catch::throw_domain_error(CATCH_MAKE_MSG( __VA_ARGS__ ))
47 Catch::throw_runtime_error(CATCH_MAKE_MSG( __VA_ARGS__ ))
/external/catch2/single_include/catch2/
Dcatch.hpp3866 #define CATCH_MAKE_MSG(...) \ macro
3870 …Catch::throw_logic_error(CATCH_MAKE_MSG( CATCH_INTERNAL_LINEINFO << ": Internal Catch2 error: " <<…
3873 Catch::throw_domain_error(CATCH_MAKE_MSG( __VA_ARGS__ ))
3876 Catch::throw_runtime_error(CATCH_MAKE_MSG( __VA_ARGS__ ))
/external/libabigail/tests/lib/
Dcatch.hpp3890 #define CATCH_MAKE_MSG(...) \ macro
3894 …Catch::throw_logic_error(CATCH_MAKE_MSG( CATCH_INTERNAL_LINEINFO << ": Internal Catch2 error: " <<…
3897 Catch::throw_domain_error(CATCH_MAKE_MSG( __VA_ARGS__ ))
3900 Catch::throw_runtime_error(CATCH_MAKE_MSG( __VA_ARGS__ ))