Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCachePruning.cpp172 const auto CurrentTime = system_clock::now(); in pruneCache() local
188 auto TimeStampAge = CurrentTime - TimeStampModTime; in pruneCache()
232 auto FileAge = CurrentTime - FileAccessTime; in pruneCache()
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build/bin/
H A Dscan-build166 my @CurrentTime = localtime();
167 my $year = $CurrentTime[5] + 1900;
168 my $day = $CurrentTime[3];
169 my $month = $CurrentTime[4] + 1;
170 my $hour = $CurrentTime[2];
171 my $min = $CurrentTime[1];
172 my $sec = $CurrentTime[0];
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslparseop.c611 time_t CurrentTime; in TrCreateConstantLeafOp() local
665 CurrentTime = time (NULL); in TrCreateConstantLeafOp()
667 StaticTimeString = ctime (&CurrentTime); in TrCreateConstantLeafOp()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwtsapi32.d346 LARGE_INTEGER CurrentTime; member
366 LARGE_INTEGER CurrentTime; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1426 time_t CurrentTime = time(nullptr); in pruneModuleCache() local
1427 if (CurrentTime - TimeStampModTime <= time_t(HSOpts.ModuleCachePruneInterval)) in pruneModuleCache()
1462 if (CurrentTime - FileAccessTime <= in pruneModuleCache()