Searched refs:get_errorcode (Results 1 – 6 of 6) sorted by relevance
147 virtual int get_errorcode() const throw() = 0;201 int get_errorcode() const throw() BOOST_OVERRIDE in get_errorcode() function in boost::wave::cpplexer::lexing_exception207 switch (get_errorcode()) { in is_recoverable()
81 virtual int get_errorcode() const throw() = 0;180 int get_errorcode() const throw() BOOST_OVERRIDE in get_errorcode() function in boost::wave::preprocess_exception190 switch (get_errorcode()) { in is_recoverable()
145 int get_errorcode() const { in get_errorcode() function in IncompleteRead201 thrown = e.get_errorcode(); in main()
815 if (e.get_errorcode() != preprocess_exception::ill_formed_directive)
406 switch(e.get_errorcode()) { in report_error_message()
644 - Added get_errorcode() member to the wave exception classes allowing to