Searched refs:halt_on_error (Results 1 – 8 of 8) sorted by relevance
/external/compiler-rt/lib/msan/ |
D | msan.cc | 112 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()
|
D | msan_flags.inc | 30 MSAN_FLAG(bool, halt_on_error, !&__msan_keep_going, "")
|
D | msan_interceptors.cc | 83 if (__msan::flags()->halt_on_error) { \
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_flags_test.cc | 102 EXPECT_EQ(f->halt_on_error, 0); in VerifyOptions1() 128 EXPECT_EQ(f->halt_on_error, true); in VerifyOptions2()
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_flags.inc | 20 UBSAN_FLAG(bool, halt_on_error, false,
|
D | ubsan_diag.cc | 341 if (Opts.DieAfterReport || flags()->halt_on_error) in ~ScopedReport()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_flags.inc | 49 TSAN_FLAG(bool, halt_on_error, false, "Exit after first reported error.")
|
D | tsan_rtl_report.cc | 514 if (flags()->halt_on_error) in OutputReport()
|