Home
last modified time | relevance | path

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

/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