Searched refs:has_errors (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Drun_tests.pl90 # $ret->has_errors may be any number, not just 0 or 1. On VMS, numbers
95 exit !!$ret->has_errors if (ref($ret) eq "TAP::Parser::Aggregator");
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Drun_tests.pl313 if (ref($ret) ne "TAP::Parser::Aggregator" || !$ret->has_errors) {
319 # If this is a TAP::Parser::Aggregator, $ret->has_errors is the count of
323 exit 0 unless $ret->has_errors;
/netbsd-current/external/bsd/atf/dist/tools/
H A Dparser.hpp331 bool has_errors(void) const;
412 parser< TKZ >::has_errors(void) function in class:tools::parser::parser
571 if (!(parser).has_errors()) \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc428 bool has_errors = false; local
440 has_errors = true;
485 has_errors = true;
491 return !has_errors;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc530 bool has_errors = false; local
542 has_errors = true;
576 has_errors = true;
582 return !has_errors;
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Darm.cc1461 has_errors() const
6041 if (exidx_input_section == NULL || exidx_input_section->has_errors())
6147 if (!exidx_input_section->has_errors())
12922 if (!exidx_input_section->has_errors())
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Darm.cc1461 has_errors() const
6041 if (exidx_input_section == NULL || exidx_input_section->has_errors())
6147 if (!exidx_input_section->has_errors())
12922 if (!exidx_input_section->has_errors())
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Darm.cc1461 has_errors() const
6041 if (exidx_input_section == NULL || exidx_input_section->has_errors())
6147 if (!exidx_input_section->has_errors())
12922 if (!exidx_input_section->has_errors())

Completed in 204 milliseconds