Home
last modified time | relevance | path

Searched defs:Time (Results 1 – 15 of 15) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/Windows/
DWindowsSupport.h204 inline std::chrono::nanoseconds toDuration(FILETIME Time) { in toDuration()
213 inline TimePoint<> toTimePoint(FILETIME Time) { in toTimePoint()
230 FILETIME Time; in toFILETIME() local
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
Dinit4.C4 class Time; variable
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DTimer.h82 TimeRecord Time; ///< The total time captured. variable
177 TimeRecord Time; member
DFileSystem.h711 TimePoint<> Time) { in setLastAccessAndModificationTime()
/openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/
Dsecondary.h152 const u64 Time = getMonotonicTime(); in store() local
375 u64 Time; member
378 void releaseIfOlderThan(CachedBlock &Entry, u64 Time) { in releaseIfOlderThan()
390 void releaseOlderThan(u64 Time) { in releaseOlderThan()
Dprimary32.h75 const u64 Time = getMonotonicTime(); in init() local
Dprimary64.h71 const u64 Time = getMonotonicTime(); in init() local
/openbsd/src/gnu/llvm/llvm/lib/Support/
DCachePruning.cpp32 sys::TimePoint<> Time; member
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp298 time_t Time; in InitDebuggingDir() local
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp184 void DisplayTime(llvm::TimeRecord &Time) { in DisplayTime()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
D20020430-1.c13 typedef unsigned long Time; typedef
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSampleProfileInference.cpp332 uint64_t Time = 0; in findAugmentingDAG() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DBranchFolding.cpp439 unsigned Time = 0; in EstimateRuntime() local
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1609 SDValue Time = N->getOperand(3); in PerformDAGCombine() local
/openbsd/src/gnu/usr.bin/perl/win32/
Dwin32.c2485 filetime_from_time(PFILETIME pFileTime, time_t Time) in filetime_from_time()