Searched refs:BOOST_GE_IMP (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/regex/test/ |
D | test_macros.hpp | 140 #define BOOST_GE_IMP(x, y, severity)\ macro 215 #define BOOST_CHECK_GE(x, y) BOOST_GE_IMP(x, y, error_on_fail) 216 #define BOOST_WARN_GE(x, y) BOOST_GE_IMP(x, y, warn_on_fail) 217 #define BOOST_REQUIRE_GE(x, y) BOOST_GE_IMP(x, y, abort_on_fail)
|
/third_party/boost/libs/multiprecision/test/ |
D | test.hpp | 283 #define BOOST_GE_IMP(x, y, severity) \ macro 340 #define BOOST_CHECK_GE(x, y) BOOST_GE_IMP(x, y, error_on_fail) 341 #define BOOST_WARN_GE(x, y) BOOST_GE_IMP(x, y, warn_on_fail) 342 #define BOOST_REQUIRE_GE(x, y) BOOST_GE_IMP(x, y, abort_on_fail)
|