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

References

lib/Support/CachePruning.cpp
  232     if (Policy.Expiration != seconds(0) && FileAge > Policy.Expiration) {
lib/Support/TimeProfiler.cpp
  141                  return A.second.second > B.second.second;
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  441   if (host_packet_timeout > std::chrono::seconds(0)) {