Home
last modified time | relevance | path

Searched refs:TimeStampModTime (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Support/
DCachePruning.cpp70 sys::TimeValue TimeStampModTime = FileStatus.getLastModificationTime(); in prune() local
72 auto TimeStampAge = CurrentTime - TimeStampModTime; in prune()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCachePruning.cpp187 const auto TimeStampModTime = FileStatus.getLastModificationTime(); in pruneCache() local
188 auto TimeStampAge = CurrentTime - TimeStampModTime; in pruneCache()
/external/llvm-project/llvm/lib/Support/
DCachePruning.cpp187 const auto TimeStampModTime = FileStatus.getLastModificationTime(); in pruneCache() local
188 auto TimeStampAge = CurrentTime - TimeStampModTime; in pruneCache()
/external/clang/lib/Frontend/
DCompilerInstance.cpp1227 time_t TimeStampModTime = StatBuf.st_mtime; in pruneModuleCache() local
1229 if (CurrentTime - TimeStampModTime <= time_t(HSOpts.ModuleCachePruneInterval)) in pruneModuleCache()
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp1448 time_t TimeStampModTime = in pruneModuleCache() local
1451 if (CurrentTime - TimeStampModTime <= time_t(HSOpts.ModuleCachePruneInterval)) in pruneModuleCache()