reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
49 long((TP.time_since_epoch() % std::chrono::seconds(1))
lib/Support/Timer.cpp 131 Result.WallTime = Seconds(now.time_since_epoch()).count();
lib/Support/Unix/Process.inc 447 return hash_combine(Now.time_since_epoch().count(), ::getpid());
lib/Support/Unix/Unix.h97 RetVal.tv_nsec = (TP.time_since_epoch() % seconds(1)).count(); 107 RetVal.tv_usec = (TP.time_since_epoch() % seconds(1)).count();lib/Transforms/Scalar/SROA.cpp
1074 std::chrono::system_clock::now().time_since_epoch().count()));
tools/clang/lib/Driver/ToolChains/Clang.cpp 2843 .time_since_epoch()
tools/dsymutil/BinaryHolder.h 154 K.Timestamp.time_since_epoch().count()));
tools/lldb/source/Utility/Log.cpp 290 std::chrono::system_clock::now().time_since_epoch());
usr/include/c++/7.4.0/bits/atomic_futex.h 140 true, __s.time_since_epoch(), __ns);
usr/include/c++/7.4.0/chrono634 : __d(__t.time_since_epoch()) 677 return __time_point(duration_cast<_ToDur>(__t.time_since_epoch())); 721 return __time_point(__lhs.time_since_epoch() + __rhs); 754 { return __lhs.time_since_epoch() - __rhs.time_since_epoch(); } 754 { return __lhs.time_since_epoch() - __rhs.time_since_epoch(); } 760 { return __lhs.time_since_epoch() == __rhs.time_since_epoch(); } 760 { return __lhs.time_since_epoch() == __rhs.time_since_epoch(); } 772 { return __lhs.time_since_epoch() < __rhs.time_since_epoch(); } 772 { return __lhs.time_since_epoch() < __rhs.time_since_epoch(); } 839 (__t.time_since_epoch()).count());usr/include/c++/7.4.0/condition_variable
174 static_cast<std::time_t>(__s.time_since_epoch().count()),
utils/benchmark/src/timers.h 41 return FpSeconds(ClockType::now().time_since_epoch()).count();