Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_symbolizer_libcdep.cpp479 times_restarted_(0), in SymbolizerProcess()
504 for (; times_restarted_ < kMaxTimesRestarted; times_restarted_++) { in SendCommand()
HDsanitizer_symbolizer_internal.h121 uptr times_restarted_; variable