Home
last modified time | relevance | path

Searched refs:halt_on_error (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp129 explicit FlagHandlerKeepGoing(bool *halt_on_error) in FlagHandlerKeepGoing() argument
130 : halt_on_error_(halt_on_error) {} in FlagHandlerKeepGoing()
151 FlagHandlerKeepGoing(&f->halt_on_error); in RegisterMsanFlags()
360 if (__msan::flags()->halt_on_error) { \
392 if (__msan::flags()->halt_on_error) { in __msan_warning()
412 if (__msan::flags()->halt_on_error) { in __msan_warning_with_origin()
513 flags()->halt_on_error = !keep_going; in __msan_set_keep_going()
572 if (__msan::flags()->halt_on_error) { in __msan_check_mem_is_initialized()
H A Dmsan_flags.inc31 MSAN_FLAG(bool, halt_on_error, !&__msan_keep_going, "")
H A Dmsan_interceptors.cpp103 if (__msan::flags()->halt_on_error) { \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Ddefault.cfg.in160 …export ASAN_OPTIONS=abort_on_error=true:halt_on_error=true:allocator_may_return_null=true:disable_…
170 export UBSAN_OPTIONS=abort_on_error=true:halt_on_error=true:print_stacktrace=true
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_flags.inc19 UBSAN_FLAG(bool, halt_on_error, false,
H A Dubsan_diag.cpp401 if (flags()->halt_on_error) in ~ScopedReport()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_flags.inc31 MEMPROF_FLAG(bool, halt_on_error, true,
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_fuchsia.cpp209 bool UseExitcodeOnLeak() { return __hwasan::flags()->halt_on_error; } in UseExitcodeOnLeak()
H A Dhwasan_flags.inc24 HWASAN_FLAG(bool, halt_on_error, true, "")
H A Dhwasan_linux.cpp565 if (flags()->halt_on_error) in InstallAtExitCheckLeaks()
H A Dhwasan_report.cpp904 : BaseReport(stack, flags()->halt_on_error, tagged_addr, 0) {} in InvalidFreeReport()
942 : BaseReport(stack, flags()->halt_on_error, tagged_addr, 0), in TailOverwrittenReport()
H A Dhwasan.cpp242 bool fatal = flags()->halt_on_error || !ai.recover; in HandleTagMismatch()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_flags.inc19 NSAN_FLAG(bool, halt_on_error, true, "If true, halt after the first error.")
H A Dnsan.cpp538 if (flags().halt_on_error) { in checkFT()
667 if (flags().halt_on_error) { in fCmpFailFT()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp247 bool UseExitcodeOnLeak() { return __asan::flags()->halt_on_error; } in UseExitcodeOnLeak()
H A Dasan_report.cpp128 : halt_on_error_(fatal || flags()->halt_on_error) { in ScopedInErrorReport()
508 bool fatal = flags()->halt_on_error; in __asan_report_error()
H A Dasan_flags.inc155 ASAN_FLAG(bool, halt_on_error, true,
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc45 TSAN_FLAG(bool, halt_on_error, false, "Exit after first reported error.")
H A Dtsan_rtl_report.cpp665 if (flags()->halt_on_error) in OutputReport()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc256 "halt_on_error=false mode (asan only).")