Home
last modified time | relevance | path

Searched refs:CurrentTime (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCachePruning.cpp174 const auto CurrentTime = system_clock::now(); in pruneCache() local
190 auto TimeStampAge = CurrentTime - TimeStampModTime; in pruneCache()
234 auto FileAge = CurrentTime - FileAccessTime; in pruneCache()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslparseop.c719 time_t CurrentTime; in TrCreateConstantLeafOp() local
773 CurrentTime = time (NULL); in TrCreateConstantLeafOp()
775 StaticTimeString = ctime (&CurrentTime); in TrCreateConstantLeafOp()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1615 time_t CurrentTime = time(nullptr); in pruneModuleCache() local
1616 if (CurrentTime - TimeStampModTime <= time_t(HSOpts.ModuleCachePruneInterval)) in pruneModuleCache()
1651 if (CurrentTime - FileAccessTime <= in pruneModuleCache()