Home
last modified time | relevance | path

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

/third_party/boost/libs/regex/test/
Dtest_macros.hpp140 #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/
Dtest.hpp283 #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)