Home
last modified time | relevance | path

Searched refs:is_recoverable (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/wave/cpplexer/
Dcpplexer_exceptions.hpp149 virtual bool is_recoverable() const throw() = 0;
205 bool is_recoverable() const throw() BOOST_OVERRIDE in is_recoverable() function in boost::wave::cpplexer::lexing_exception
275 is_recoverable(lexing_exception const& e) in is_recoverable() function
277 return e.is_recoverable(); in is_recoverable()
/third_party/boost/boost/wave/
Dcpp_exceptions.hpp84 virtual bool is_recoverable() const throw() = 0;
188 bool is_recoverable() const throw() BOOST_OVERRIDE in is_recoverable() function in boost::wave::preprocess_exception
425 is_recoverable(cpp_exception const& e) in is_recoverable() function
427 return e.is_recoverable(); in is_recoverable()
/third_party/ffmpeg/libavformat/
Dfifo.c255 static int is_recoverable(const FifoContext *fifo, int err_no) { in is_recoverable() function
322 if (!is_recoverable(fifo, err_no)) { in fifo_thread_attempt_recovery()
368 if (is_recoverable(fifo, ret)) { in fifo_thread_attempt_recovery()
/third_party/boost/libs/wave/tool/
Dcpp.cpp1238 if (is_interactive || boost::wave::is_recoverable(e)) { in do_actual_work()
1250 boost::wave::cpplexer::is_recoverable(e)) in do_actual_work()
Dtrace_macro_expansion.hpp92 virtual bool is_recoverable() const throw() BOOST_OVERRIDE in is_recoverable() function in bad_pragma_exception
/third_party/boost/libs/wave/
DChangeLog646 - Added boost::wave::is_recoverable(cpp_exception const&) alowing to decide,