Home
last modified time | relevance | path

Searched refs:CATCH_PREPARE_EXCEPTION (Results 1 – 2 of 2) sorted by relevance

/external/catch2/include/internal/
Dcatch_enforce.h30 #define CATCH_PREPARE_EXCEPTION( type, msg ) \ macro
33 …Catch::throw_exception(CATCH_PREPARE_EXCEPTION( std::logic_error, CATCH_INTERNAL_LINEINFO << ": In…
35 Catch::throw_exception(CATCH_PREPARE_EXCEPTION( std::domain_error, msg ))
37 Catch::throw_exception(CATCH_PREPARE_EXCEPTION( std::runtime_error, msg ))
/external/catch2/single_include/catch2/
Dcatch.hpp3488 #define CATCH_PREPARE_EXCEPTION( type, msg ) \ macro
3491 …Catch::throw_exception(CATCH_PREPARE_EXCEPTION( std::logic_error, CATCH_INTERNAL_LINEINFO << ": In…
3493 Catch::throw_exception(CATCH_PREPARE_EXCEPTION( std::domain_error, msg ))
3495 Catch::throw_exception(CATCH_PREPARE_EXCEPTION( std::runtime_error, msg ))