Home
last modified time | relevance | path

Searched refs:has_errors (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Drun_tests.pl313 if (ref($ret) ne "TAP::Parser::Aggregator" || !$ret->has_errors) {
323 exit 0 unless $ret->has_errors;
/netbsd-src/external/bsd/atf/dist/tools/
H A Dparser.hpp331 bool has_errors(void) const;
412 parser< TKZ >::has_errors(void) in has_errors() function in tools::parser::parser
571 if (!(parser).has_errors()) \
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Drun_tests.pl95 exit !!$ret->has_errors if (ref($ret) eq "TAP::Parser::Aggregator");
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc530 bool has_errors = false; in finish_vtable() local
542 has_errors = true; in finish_vtable()
576 has_errors = true; in finish_vtable()
582 return !has_errors; in finish_vtable()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc428 bool has_errors = false; in finish_vtable() local
440 has_errors = true; in finish_vtable()
485 has_errors = true; in finish_vtable()
491 return !has_errors; in finish_vtable()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Darm.cc1461 has_errors() const in has_errors() function in __anon7a9d63b40111::Arm_exidx_input_section
6041 if (exidx_input_section == NULL || exidx_input_section->has_errors()) in fix_exidx_coverage()
6147 if (!exidx_input_section->has_errors()) in fix_exidx_coverage()
12922 if (!exidx_input_section->has_errors()) in fix_exidx_coverage()
H A DChangeLog-08159894 (Arm_exidx_input_section::has_errors,
9909 and set the has_errors flag of it.
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Darm.cc1461 has_errors() const in has_errors() function in __anon44de5fc10111::Arm_exidx_input_section
6041 if (exidx_input_section == NULL || exidx_input_section->has_errors()) in fix_exidx_coverage()
6147 if (!exidx_input_section->has_errors()) in fix_exidx_coverage()
12922 if (!exidx_input_section->has_errors()) in fix_exidx_coverage()
H A DChangeLog-08159894 (Arm_exidx_input_section::has_errors,
9909 and set the has_errors flag of it.