Searched refs:report_where (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/regex/test/ |
D | test_macros.hpp | 36 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) 62 …report_where(file, line, function) << " Unexpected exception of type " << typeid(e).name() << std… in report_unexpected_exception()
|
/third_party/boost/libs/multiprecision/test/ |
D | test.hpp | 125 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) 151 …report_where(file, line, function) << " Unexpected exception of type " << typeid(e).name() << std:… in report_unexpected_exception()
|