Searched refs:BOOST_LT_IMP (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/regex/test/ |
D | test_macros.hpp | 107 #define BOOST_LT_IMP(x, y, severity)\ macro 203 #define BOOST_CHECK_LT(x, y) BOOST_LT_IMP(x, y, error_on_fail) 204 #define BOOST_WARN_LT(x, y) BOOST_LT_IMP(x, y, warn_on_fail) 205 #define BOOST_REQUIRE_LT(x, y) BOOST_LT_IMP(x, y, abort_on_fail)
|
/third_party/boost/libs/multiprecision/test/ |
D | test.hpp | 238 #define BOOST_LT_IMP(x, y, severity) \ macro 328 #define BOOST_CHECK_LT(x, y) BOOST_LT_IMP(x, y, error_on_fail) 329 #define BOOST_WARN_LT(x, y) BOOST_LT_IMP(x, y, warn_on_fail) 330 #define BOOST_REQUIRE_LT(x, y) BOOST_LT_IMP(x, y, abort_on_fail)
|