Home
last modified time | relevance | path

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

/third_party/boost/libs/regex/test/
Dtest_macros.hpp36 inline std::ostream& report_where(const char* file, int line, const char* function) in report_where() function
44 #define BOOST_MP_REPORT_WHERE report_where(__FILE__, __LINE__, BOOST_CURRENT_FUNCTION)
62report_where(file, line, function) << " Unexpected exception of type " << typeid(e).name() << std… in report_unexpected_exception()
/third_party/boost/libs/multiprecision/test/
Dtest.hpp125 inline std::ostream& report_where(const char* file, int line, const char* function) in report_where() function
133 #define BOOST_MP_REPORT_WHERE report_where(__FILE__, __LINE__, BOOST_CURRENT_FUNCTION)
151report_where(file, line, function) << " Unexpected exception of type " << typeid(e).name() << std:… in report_unexpected_exception()