Home
last modified time | relevance | path

Searched refs:halt_on_error_ (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/compiler-rt/lib/asan/
Dasan_report.cpp125 : halt_on_error_(fatal || flags()->halt_on_error) { in ScopedInErrorReport()
136 if (halt_on_error_ && !__sanitizer_acquire_crash_state()) { in ~ScopedInErrorReport()
175 if (halt_on_error_ && common_flags()->abort_on_error) { in ~ScopedInErrorReport()
185 if (!halt_on_error_) in ~ScopedInErrorReport()
188 if (halt_on_error_) { in ~ScopedInErrorReport()
209 bool halt_on_error_; member in __asan::ScopedInErrorReport
/external/llvm-project/compiler-rt/lib/msan/
Dmsan.cpp113 bool *halt_on_error_; member in __msan::FlagHandlerKeepGoing
117 : halt_on_error_(halt_on_error) {} in FlagHandlerKeepGoing()
122 *halt_on_error_ = !tmp; in Parse()
126 const char *keep_going_str = (*halt_on_error_) ? "false" : "true"; in Format()
/external/compiler-rt/lib/msan/
Dmsan.cc109 bool *halt_on_error_; member in __msan::FlagHandlerKeepGoing
113 : halt_on_error_(halt_on_error) {} in FlagHandlerKeepGoing()
118 *halt_on_error_ = !tmp; in Parse()
/external/compiler-rt/lib/asan/
Dasan_report.cc634 halt_on_error_ = fatal || flags()->halt_on_error; in ScopedInErrorReport()
658 if (halt_on_error_) { in ScopedInErrorReport()
711 if (halt_on_error_) { in ~ScopedInErrorReport()
735 bool halt_on_error_; member in __asan::ScopedInErrorReport