HomeSort by relevance Sort by last modified time
    Searched refs:halt_on_error_ (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/msan/
msan.cc 109 bool *halt_on_error_; member in class:__msan::FlagHandlerKeepGoing
113 : halt_on_error_(halt_on_error) {}
118 *halt_on_error_ = !tmp;
  /external/compiler-rt/lib/asan/
asan_report.cc 634 halt_on_error_ = fatal || flags()->halt_on_error;
658 if (halt_on_error_) {
711 if (halt_on_error_) {
735 bool halt_on_error_; member in class:__asan::ScopedInErrorReport
    [all...]

Completed in 279 milliseconds