Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/Windows/
H A 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/
H A Dinit4.C4 class Time; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DTimer.h82 TimeRecord Time; ///< The total time captured. variable
177 TimeRecord Time; member
H A DFileSystem.h711 TimePoint<> Time) { in setLastAccessAndModificationTime()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A 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()
H A Dprimary64.h71 const u64 Time = getMonotonicTime(); in init() local
H A Dprimary32.h75 const u64 Time = getMonotonicTime(); in init() local
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCachePruning.cpp32 sys::TimePoint<> Time; member
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp298 time_t Time; in InitDebuggingDir() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp184 void DisplayTime(llvm::TimeRecord &Time) { in DisplayTime()
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp330 double Time = UpdateTimer.getTotalTime().getWallTime(); in updateIfStale() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20020430-1.c13 typedef unsigned long Time; typedef
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp332 uint64_t Time = 0; in findAugmentingDAG() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DBranchFolding.cpp439 unsigned Time = 0; in EstimateRuntime() local
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1609 SDValue Time = N->getOperand(3); in PerformDAGCombine() local
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32.c2481 filetime_from_time(PFILETIME pFileTime,time_t Time) filetime_from_time() argument