Searched refs:throw_file (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/libs/log/src/ |
D | exceptions.cpp | 68 << boost::throw_file(file) in throw_() 76 << boost::throw_file(file) in throw_() 98 << boost::throw_file(file) in throw_() 106 << boost::throw_file(file) in throw_() 137 << boost::throw_file(file) in throw_() 145 << boost::throw_file(file) in throw_() 153 << boost::throw_file(file) in throw_() 161 << boost::throw_file(file) in throw_() 170 << boost::throw_file(file) in throw_() 193 << boost::throw_file(file) in throw_() [all …]
|
D | format_parser.cpp | 87 …r_info(parse_error("Invalid positional format placeholder")) << boost::throw_file(__FILE__) << boo… in parse_format() 96 …o(limitation_error("Positional format placeholder too big")) << boost::throw_file(__FILE__) << boo… in parse_format() 114 …le_error_info(parse_error("Unsupported format placeholder")) << boost::throw_file(__FILE__) << boo… in parse_format()
|
/third_party/boost/boost/exception/ |
D | exception.hpp | 107 typedef error_info<struct throw_file_,char const *> throw_file; typedef 186 struct get_info<throw_file>; 198 struct set_info_rv<throw_file>; 214 E const & set_info( E const &, throw_file const & ); 266 friend E const & exception_detail::set_info( E const &, throw_file const & ); 279 friend struct exception_detail::get_info<throw_file>; 284 friend struct exception_detail::set_info_rv<throw_file>; 313 set_info( E const & x, throw_file const & y ) in set_info()
|
D | info.hpp | 215 set_info_rv<throw_file> 222 set( E const & x, throw_file && y ) in set()
|
D | get_error_info.hpp | 69 get_info<throw_file>
|
D | diagnostic_information.hpp | 142 char const * const * f=get_error_info<throw_file>(*be); in diagnostic_information_impl()
|
/third_party/boost/libs/throw_exception/test/ |
D | throw_exception_test4.cpp | 33 char const * const * file = boost::get_error_info<boost::throw_file>( x ); in main() 61 char const * const * file = boost::get_error_info<boost::throw_file>( x ); in main() 89 char const * const * file = boost::get_error_info<boost::throw_file>( x ); in main()
|
/third_party/boost/libs/exception/test/ |
D | throw_exception_test.cpp | 39 char const * const * file=boost::get_error_info<boost::throw_file>(x); in boost_throw_exception_test() 59 char const * const * file=boost::get_error_info<boost::throw_file>(x); in boost_throw_exception_test()
|
/third_party/boost/boost/xpressive/ |
D | regex_error.hpp | 98 << boost::throw_file(file) in ensure_()
|
/third_party/boost/boost/ |
D | throw_exception.hpp | 138 set_info( *this, throw_file( loc.file_name() ) ); in wrapexcept()
|
/third_party/boost/boost/exception/detail/ |
D | exception_ptr.hpp | 134 throw_file(__FILE__) << in get_static_exception_object()
|
/third_party/boost/boost/test/impl/ |
D | execution_monitor.ipp | 264 …EST_I_THROW(execution_exception( ec, buf, execution_exception::location( extract<throw_file>( be ),
|
/third_party/boost/libs/exception/doc/source/ |
D | boost-exception.reno | 4901 … <string>:)<struct throw_file_,char const *> throw_file; typedef (:link </string> 5795 <string>|throw_file:)(__FILE__) <<\ ::boost::(:link </string>
|