Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan.cc112 explicit FlagHandlerKeepGoing(bool *halt_on_error) in FlagHandlerKeepGoing() argument
113 : halt_on_error_(halt_on_error) {} in FlagHandlerKeepGoing()
130 FlagHandlerKeepGoing(&f->halt_on_error); in RegisterMsanFlags()
296 if (__msan::flags()->halt_on_error) { \
330 if (__msan::flags()->halt_on_error) { in __msan_warning()
408 flags()->halt_on_error = !keep_going; in __msan_set_keep_going()
470 if (__msan::flags()->halt_on_error) { in __msan_check_mem_is_initialized()
Dmsan_flags.inc30 MSAN_FLAG(bool, halt_on_error, !&__msan_keep_going, "")
Dmsan_interceptors.cc83 if (__msan::flags()->halt_on_error) { \
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_flags_test.cc102 EXPECT_EQ(f->halt_on_error, 0); in VerifyOptions1()
128 EXPECT_EQ(f->halt_on_error, true); in VerifyOptions2()
/external/compiler-rt/lib/ubsan/
Dubsan_flags.inc20 UBSAN_FLAG(bool, halt_on_error, false,
Dubsan_diag.cc341 if (Opts.DieAfterReport || flags()->halt_on_error) in ~ScopedReport()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_flags.inc49 TSAN_FLAG(bool, halt_on_error, false, "Exit after first reported error.")
Dtsan_rtl_report.cc514 if (flags()->halt_on_error) in OutputReport()