Searched refs:BOOST_NE_IMP (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/regex/test/ |
D | test_macros.hpp | 96 #define BOOST_NE_IMP(x, y, severity)\ macro 199 #define BOOST_CHECK_NE(x, y) BOOST_NE_IMP(x, y, error_on_fail) 200 #define BOOST_WARN_NE(x, y) BOOST_NE_IMP(x, y, warn_on_fail) 201 #define BOOST_REQUIRE_NE(x, y) BOOST_NE_IMP(x, y, abort_on_fail)
|
/third_party/boost/libs/multiprecision/test/ |
D | test.hpp | 223 #define BOOST_NE_IMP(x, y, severity) \ macro 324 #define BOOST_CHECK_NE(x, y) BOOST_NE_IMP(x, y, error_on_fail) 325 #define BOOST_WARN_NE(x, y) BOOST_NE_IMP(x, y, warn_on_fail) 326 #define BOOST_REQUIRE_NE(x, y) BOOST_NE_IMP(x, y, abort_on_fail)
|