/third_party/boost/libs/exception/test/ |
D | diagnostic_information_test.cpp | 138 std::string di1=boost::diagnostic_information(x); in main() 140 std::string di2 = diagnostic_information(x); in main() 166 std::string di1 = diagnostic_information(x); in main() 168 std::string di2 = diagnostic_information(x); in main() 190 std::string di=diagnostic_information(x); in main() 207 std::string di1=boost::diagnostic_information(x); in main() 219 std::string di1=boost::diagnostic_information(x); in main() 223 std::string di2 = diagnostic_information(x); in main()
|
D | no_exceptions_test.cpp | 37 std::string s=boost::diagnostic_information(x); in throw_exception()
|
D | cloning_test.cpp | 147 std::string s=diagnostic_information(x); in test_std_exception() 582 std::string s=diagnostic_information(p); in main() 597 BOOST_TEST(!diagnostic_information(boost::exception_ptr()).empty()); in main()
|
/third_party/boost/libs/throw_exception/doc/ |
D | description.adoc | 31 link:../../../exception/doc/diagnostic_information.html[`boost::diagnostic_information`] 48 #include <boost/exception/diagnostic_information.hpp> 65 std::cerr << boost::diagnostic_information( x ) << std::endl; 75 #include <boost/exception/diagnostic_information.hpp> 114 std::cerr << boost::diagnostic_information( x ) << std::endl;
|
/third_party/boost/libs/multiprecision/test/ |
D | test_cpp_int_deserial.cpp | 2092 std::cout << diagnostic_information(e); in test128() 2121 std::cout << diagnostic_information(e); in test128() 3159 std::cout << diagnostic_information(e); in test1024() 3188 std::cout << diagnostic_information(e); in test1024()
|
D | test_cpp_rat_serial.cpp | 108 std::cout << diagnostic_information(e); in test_neg() 155 std::cout << diagnostic_information(e); in test()
|
D | test_cpp_int_serial.cpp | 93 std::cout << diagnostic_information(e); in test_neg() 154 std::cout << diagnostic_information(e); in test()
|
D | test_adapt_serial.cpp | 108 std::cout << diagnostic_information(e); in test_neg() 168 std::cout << diagnostic_information(e); in test()
|
D | test_float_serial.hpp | 134 std::cout << diagnostic_information(e); in test()
|
/third_party/boost/libs/type_index/patched/ |
D | boost_exception.patch | 9 include/boost/exception/diagnostic_information.hpp | 2 +- 93 diff --git a/include/boost/exception/diagnostic_information.hpp b/include/boost/exception/diagnosti… 95 --- a/include/boost/exception/diagnostic_information.hpp 96 +++ b/include/boost/exception/diagnostic_information.hpp
|
/third_party/boost/boost/exception/ |
D | diagnostic_information.hpp | 108 char const * di=c->diagnostic_information(header); in get_diagnostic_information() 180 diagnostic_information( T const & e, bool verbose=true ) in diagnostic_information() function
|
D | info.hpp | 98 diagnostic_information( char const * header ) const in diagnostic_information() function in boost::exception_detail::BOOST_FINAL
|
D | exception.hpp | 165 virtual char const * diagnostic_information( char const * ) const = 0;
|
/third_party/boost/libs/exception/example/ |
D | logging.cpp | 23 std::cerr << diagnostic_information(e); in g()
|
D | example_io.cpp | 167 std::cerr << diagnostic_information(x); in dump_all_info()
|
/third_party/boost/libs/thread/test/ |
D | test_5351.cpp | 42 std::cout << __LINE__ << " ERROR: " << boost::diagnostic_information(exc) << std::endl; in main()
|
/third_party/boost/boost/exception/detail/ |
D | exception_ptr.hpp | 531 diagnostic_information( exception_ptr const & p, bool verbose=true ) in diagnostic_information() function 550 std::string s='\n'+diagnostic_information(p); in to_string()
|
/third_party/boost/libs/random/test/ |
D | test_real_distribution.ipp | 34 #include <boost/exception/diagnostic_information.hpp>
|
/third_party/boost/libs/filesystem/test/ |
D | copy_test.cpp | 342 std::cout << "FAIL, exception caught: " << boost::diagnostic_information(e) << std::endl; in main()
|
/third_party/boost/tools/auto_index/src/ |
D | auto_index.cpp | 768 std::cerr << diagnostic_information(e); in main()
|
/third_party/boost/boost/test/impl/ |
D | execution_monitor.ipp | 37 #include <boost/exception/diagnostic_information.hpp> 1322 "%s", boost::diagnostic_information(ex).c_str() ); }
|
/third_party/boost/libs/exception/doc/source/ |
D | boost-exception.reno | 396 <string>../../../../boost/exception/diagnostic_information.hpp</string> 403 <string>diagnostic_information</string> 1429 <string>../../../../boost/exception/diagnostic_information.hpp</string> 1795 <string>../../../../boost/exception/diagnostic_information.hpp</string> 2532 <string>../../../../boost/exception/diagnostic_information.hpp</string> 2539 <string>boost/exception/diagnostic_information.hpp</string> 2885 <string>diagnostic_information example</string> 13530 <string>../../../../boost/exception/diagnostic_information.hpp</string> 13560 <string>../../../../boost/exception/diagnostic_information.hpp</string> 13888 <string>../../../../boost/exception/diagnostic_information.hpp</string> [all …]
|
/third_party/boost/libs/test/doc/closing_chapters/ |
D | change_log.qbk | 104 # [pull_request 234] `boost::diagnostic_information()` works in no `rtti` mode
|