Home
last modified time | relevance | path

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

/third_party/boost/libs/regex/test/
Dtest_macros.hpp44 #define BOOST_MP_REPORT_WHERE report_where(__FILE__, __LINE__, BOOST_CURRENT_FUNCTION) macro
76 BOOST_MP_REPORT_WHERE << " Failed predicate: " << BOOST_STRINGIZE(x) << std::endl;\
87 BOOST_MP_REPORT_WHERE << " Failed check for equality: \n" \
98 BOOST_MP_REPORT_WHERE << " Failed check for non-equality: \n" \
109 BOOST_MP_REPORT_WHERE << " Failed check for less than: \n" \
120 BOOST_MP_REPORT_WHERE << " Failed check for greater than: \n" \
131 BOOST_MP_REPORT_WHERE << " Failed check for less-than-equal-to: \n" \
142 BOOST_MP_REPORT_WHERE << " Failed check for greater-than-equal-to \n" \
154BOOST_MP_REPORT_WHERE << " Expected exception not thrown in expression " << BOOST_STRINGIZE(x) << …
188 BOOST_MP_REPORT_WHERE << " Collections were not equal" << std::endl;\
/third_party/boost/libs/multiprecision/test/
Dtest.hpp133 #define BOOST_MP_REPORT_WHERE report_where(__FILE__, __LINE__, BOOST_CURRENT_FUNCTION) macro
181 BOOST_MP_REPORT_WHERE << " Failed predicate: " << BOOST_STRINGIZE(x) << std::endl; \
196 BOOST_MP_REPORT_WHERE << " Failed check for closeness: \n" \
213 BOOST_MP_REPORT_WHERE << " Failed check for equality: \n" \
228 BOOST_MP_REPORT_WHERE << " Failed check for non-equality: \n" \
243 BOOST_MP_REPORT_WHERE << " Failed check for less than: \n" \
258 BOOST_MP_REPORT_WHERE << " Failed check for greater than: \n" \
273 BOOST_MP_REPORT_WHERE << " Failed check for less-than-equal-to: \n" \
288 BOOST_MP_REPORT_WHERE << " Failed check for greater-than-equal-to \n" \
303BOOST_MP_REPORT_WHERE << " Expected exception not thrown in expression " << BOOST_STRINGIZE(x) << …