Searched refs:parse_errors (Results 1 – 11 of 11) sorted by relevance
78 impl::parse_errors::parse_errors(void) : in parse_errors() function in impl::parse_errors84 impl::parse_errors::~parse_errors(void) in ~parse_errors()90 impl::parse_errors::what(void) in what()
65 class parse_errors : public std::runtime_error, class71 parse_errors(void);72 ~parse_errors(void) throw();322 parse_errors m_errors;
59 } catch (const tools::parser::parse_errors& pes) { in do_read()
765 ATF_REQUIRE_THROW(tools::parser::parse_errors, in ATF_TEST_CASE_BODY()773 ATF_REQUIRE_THROW(tools::parser::parse_errors, in ATF_TEST_CASE_BODY()
66 using tools::parser::parse_errors; in ATF_TEST_CASE_BODY()68 parse_errors es; in ATF_TEST_CASE_BODY()
381 } catch (const tools::parser::parse_errors& e) { in run_test_program()
65 int parse_errors; variable261 errors += file_io_errors + parse_errors; in main()
73 extern int parse_errors;
249 parse_errors++;
12747 my $parse_errors; #-- Count the number of errors12819 $parse_errors = 0;12871 $parse_errors++;12900 $parse_errors++;13012 $parse_errors++;13024 $parse_errors++;13055 $parse_errors++;13070 if ( ($parse_errors == 0) and ($parse_warnings == 0) )13076 if ($parse_errors > 0)13078 my $plural_or_single = ($parse_errors > 1) ? "errors" : "error";[all …]
14060 my $parse_errors; #-- Count the number of errors14140 $parse_errors = 0;14192 $parse_errors++;14222 $parse_errors++;14343 $parse_errors++;14357 $parse_errors++;14389 $parse_errors++;14406 if ( ($parse_errors == 0) and ($parse_warnings == 0) )14413 if ($parse_errors > 0)14415 my $plural_or_single = ($parse_errors > 1) ? "errors" : "error";[all …]