Searched refs:toEpochTime (Results 1 – 14 of 14) sorted by relevance
20 EXPECT_TRUE(std::abs(static_cast<long>(now_t - now.toEpochTime())) < 2); in TEST()33 EXPECT_EQ(0u, epoch.toEpochTime()); in TEST()
42 time_t OurTime = time_t(this->toEpochTime());47 __time64_t OurTime = this->toEpochTime();
26 Data.ModTime = Status.getLastModificationTime().toEpochTime(); in copyStatusToFileData()
25 time_t OurTime = time_t(this->toEpochTime());
442 Times[0].tv_sec = Time.toEpochTime();450 Times[0].tv_sec = Time.toEpochTime();
27 return llvm::sys::TimeValue::now().toEpochTime(); in clang_getBuildSessionTimestamp()
250 uint64_t toEpochTime() const { in toEpochTime() function
205 Timestamp = Obj.getTimestamp().toEpochTime(); in YamlDMO()
112 Status.getLastModificationTime().toEpochTime(); in addModule()
122 printWithSpacePadding(Out, ModTime.toEpochTime(), 12); in printRestOfMemberHeader()
1395 Status.getSize(), Status.getLastModificationTime().toEpochTime()); in getMainBufferWithPrecompiledPreamble()1436 Status.getLastModificationTime().toEpochTime() != in getMainBufferWithPrecompiledPreamble()
5365 Twine((uint64_t)Status.getLastModificationTime().toEpochTime()))); in ConstructJob()