Home
last modified time | relevance | path

Searched refs:parse_errors (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/bsd/atf/dist/tools/
H A Dparser.cpp78 impl::parse_errors::parse_errors(void) : in parse_errors() function in impl::parse_errors
84 impl::parse_errors::~parse_errors(void) in ~parse_errors()
90 impl::parse_errors::what(void) in what()
H A Dparser.hpp65 class parse_errors : public std::runtime_error, class
71 parse_errors(void);
72 ~parse_errors(void) throw();
322 parse_errors m_errors;
H A Dtest_helpers.hpp59 } catch (const tools::parser::parse_errors& pes) { in do_read()
H A Dtest_program_test.cpp765 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()
H A Dparser_test.cpp66 using tools::parser::parse_errors; in ATF_TEST_CASE_BODY()
68 parse_errors es; in ATF_TEST_CASE_BODY()
H A Datf-run.cpp381 } catch (const tools::parser::parse_errors& e) { in run_test_program()
/netbsd-src/external/bsd/am-utils/dist/fsinfo/
H A Dfsinfo.c65 int parse_errors; variable
261 errors += file_io_errors + parse_errors; in main()
H A Dfsinfo.h73 extern int parse_errors;
H A Dfsi_lex.l249 parse_errors++;
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
H A Dgp-display-html.in12747 my $parse_errors; #-- Count the number of errors
12819 $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 …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/gp-display-html/
H A Dgp-display-html.in14060 my $parse_errors; #-- Count the number of errors
14140 $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 …]