Searched refs:parse_errors (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dparser.cpp75 // The "parse_errors" class.
78 impl::parse_errors::parse_errors(void) : function in class:impl::parse_errors
84 impl::parse_errors::~parse_errors(void)
90 impl::parse_errors::what(void)
H A Dparser.hpp62 // The "parse_errors" class.
65 class parse_errors : public std::runtime_error, class in namespace:atf::parser
71 parse_errors(void);
72 ~parse_errors(void) throw();
322 parse_errors m_errors;
H A Dtest_helpers.hpp138 } catch (const atf::parser::parse_errors& pes) {
H A Dparser_test.cpp55 // Tests for the "parse_errors" class.
61 set_md_var("descr", "Tests the parse_errors description");
66 using atf::parser::parse_errors;
68 parse_errors es;
1012 // Add test cases for the "parse_errors" class.
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtest_program_test.cpp762 ATF_REQUIRE_THROW(atf::parser::parse_errors,
770 ATF_REQUIRE_THROW(atf::parser::parse_errors,
H A Datf-run.cpp384 } catch (const atf::parser::parse_errors& e) {

Completed in 20 milliseconds