reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/Watchdog.h
   31       Watchdog(const Watchdog &other) = delete;
   32       Watchdog &operator=(const Watchdog &other) = delete;
   32       Watchdog &operator=(const Watchdog &other) = delete;
lib/Support/PrettyStackTrace.cpp
   83     sys::Watchdog W(5);