Searched refs:is_recoverable (Results 1 – 6 of 6) sorted by relevance
149 virtual bool is_recoverable() const throw() = 0;205 bool is_recoverable() const throw() BOOST_OVERRIDE in is_recoverable() function in boost::wave::cpplexer::lexing_exception275 is_recoverable(lexing_exception const& e) in is_recoverable() function277 return e.is_recoverable(); in is_recoverable()
84 virtual bool is_recoverable() const throw() = 0;188 bool is_recoverable() const throw() BOOST_OVERRIDE in is_recoverable() function in boost::wave::preprocess_exception425 is_recoverable(cpp_exception const& e) in is_recoverable() function427 return e.is_recoverable(); in is_recoverable()
255 static int is_recoverable(const FifoContext *fifo, int err_no) { in is_recoverable() function322 if (!is_recoverable(fifo, err_no)) { in fifo_thread_attempt_recovery()368 if (is_recoverable(fifo, ret)) { in fifo_thread_attempt_recovery()
1238 if (is_interactive || boost::wave::is_recoverable(e)) { in do_actual_work()1250 boost::wave::cpplexer::is_recoverable(e)) in do_actual_work()
92 virtual bool is_recoverable() const throw() BOOST_OVERRIDE in is_recoverable() function in bad_pragma_exception
646 - Added boost::wave::is_recoverable(cpp_exception const&) alowing to decide,