Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DCachePruning.cpp180 const auto CurrentTime = system_clock::now(); in pruneCache() local
196 auto TimeStampAge = CurrentTime - TimeStampModTime; in pruneCache()
239 auto FileAge = CurrentTime - FileAccessTime; in pruneCache()
/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Daslparseop.c693 time_t CurrentTime; in TrCreateConstantLeafOp() local
740 CurrentTime = time (NULL); in TrCreateConstantLeafOp()
741 StaticTimeString = ctime (&CurrentTime); in TrCreateConstantLeafOp()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp1403 time_t CurrentTime = time(nullptr); in pruneModuleCache() local
1404 if (CurrentTime - TimeStampModTime <= time_t(HSOpts.ModuleCachePruneInterval)) in pruneModuleCache()
1439 if (CurrentTime - FileAccessTime <= in pruneModuleCache()