HomeSort by: relevance | last modified time | path
    Searched refs:parse_errors (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/am-utils/dist/fsinfo/
fsinfo.c 65 int parse_errors; variable
261 errors += file_io_errors + parse_errors;
fsinfo.h 73 extern int parse_errors;
  /src/external/bsd/atf/dist/tools/
parser.cpp 75 // 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)
test_helpers.hpp 59 } catch (const tools::parser::parse_errors& pes) {
parser.hpp 62 // The "parse_errors" class.
65 class parse_errors : public std::runtime_error, class in namespace:tools::parser
71 parse_errors(void);
72 ~parse_errors(void) throw();
322 parse_errors m_errors;
test_program_test.cpp 765 ATF_REQUIRE_THROW(tools::parser::parse_errors,
773 ATF_REQUIRE_THROW(tools::parser::parse_errors,
parser_test.cpp 55 // Tests for the "parse_errors" class.
61 set_md_var("descr", "Tests the parse_errors description");
66 using tools::parser::parse_errors;
68 parse_errors es;
1012 // Add test cases for the "parse_errors" class.
atf-run.cpp 381 } catch (const tools::parser::parse_errors& e) {
  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 14176 my $parse_errors; #-- Count the number of errors
14256 $parse_errors = 0;
14308 $parse_errors++;
14338 $parse_errors++;
14459 $parse_errors++;
14473 $parse_errors++;
14505 $parse_errors++;
14522 if ( ($parse_errors == 0) and ($parse_warnings == 0) )
14529 if ($parse_errors > 0)
14531 my $plural_or_single = ($parse_errors > 1) ? "errors" : "error"
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 14176 my $parse_errors; #-- Count the number of errors
14256 $parse_errors = 0;
14308 $parse_errors++;
14338 $parse_errors++;
14459 $parse_errors++;
14473 $parse_errors++;
14505 $parse_errors++;
14522 if ( ($parse_errors == 0) and ($parse_warnings == 0) )
14529 if ($parse_errors > 0)
14531 my $plural_or_single = ($parse_errors > 1) ? "errors" : "error"
    [all...]

Completed in 108 milliseconds