Home
last modified time | relevance | path

Searched defs:BOOST_ERROR (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/program_options/test/
Dminitest.hpp11 #define BOOST_ERROR(description) std::cerr << description; std::cerr << "\n"; abort(); macro
/third_party/boost/boost/test/
Dminimal.hpp50 #define BOOST_ERROR( msg_ ) \ macro
/third_party/boost/boost/core/
Dlightweight_test.hpp490 #define BOOST_ERROR(msg) ( ::boost::detail::error_impl(msg, __FILE__, __LINE__, BOOST_CURRENT_FUNCT… macro
/third_party/boost/boost/test/tools/old/
Dinterface.hpp95 #define BOOST_ERROR( M ) BOOST_CHECK_MESSAGE( false, M ) macro
/third_party/boost/boost/test/tools/
Dinterface.hpp281 #define BOOST_ERROR( M ) BOOST_TEST_ERROR( M ) macro