Home
last modified time | relevance | path

Searched refs:error_summary (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.cpp25 : error_summary(error_summary_), in ScopedAllocatorErrorReport()
33 ReportErrorSummary(error_summary, stack); in ~ScopedAllocatorErrorReport()
38 const char *error_summary; member in __sanitizer::ScopedAllocatorErrorReport
H A Dsanitizer_common.cpp347 const char *error_summary) { in SANITIZER_INTERFACE_WEAK_DEF() argument
348 Printf("%s\n", error_summary); in SANITIZER_INTERFACE_WEAK_DEF()
H A Dsanitizer_interface_internal.h50 void __sanitizer_report_error_summary(const char *error_summary);
/freebsd-13.1/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dcommon_interface_defs.h58 void __sanitizer_report_error_summary(const char *error_summary);
/freebsd-13.1/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c1011 apr_array_header_t *error_summary; member
1051 APR_ARRAY_PUSH(b->error_summary, struct verification_error *) = verr; in repos_verify_callback()
2271 verify_baton.error_summary = in subcommand_verify()
2285 if (opt_state->keep_going && verify_baton.error_summary->nelts > 0) in subcommand_verify()
2303 end_revnum = APR_ARRAY_IDX(verify_baton.error_summary, in subcommand_verify()
2304 verify_baton.error_summary->nelts - 1, in subcommand_verify()
2313 for (i = 0; i < verify_baton.error_summary->nelts; i++) in subcommand_verify()
2321 verr = APR_ARRAY_IDX(verify_baton.error_summary, i, in subcommand_verify()
2346 if (verify_baton.error_summary->nelts > 0) in subcommand_verify()