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

References

include/llvm/Support/Chrono.h
   46   return time_point_cast<seconds>(system_clock::from_time_t(T));
   53   return time_point_cast<nanoseconds>(system_clock::from_time_t(T))
unittests/Support/Chrono.cpp
   44       system_clock::from_time_t(mktime(&TM)) + nanoseconds(123456789);