Home
last modified time | relevance | path

Searched defs:Duration (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dtime.d497 struct Duration struct
516 void toString (SinkT) (scope SinkT sink) const scope in toString()
582 static @property nothrow @nogc Duration zero() { return Duration(0); } in zero() argument
587 static @property nothrow @nogc Duration max() { return Duration(long.max); } in zero() argument
592 static @property nothrow @nogc Duration min() { return Duration(long.min); } in zero() argument
597 assert(Duration.max == Duration(long.max)); in zero() argument
617 int opCmp(Duration rhs) const nothrow @nogc in zero() argument
625 foreach (T; AliasSeq!(Duration, const Duration, immutable Duration)) in zero() argument
704 foreach (D; AliasSeq!(Duration, const Duration, immutable Duration)) in zero() argument
786 foreach (D; AliasSeq!(Duration, const Duration, immutable Duration)) in zero() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCachePruning.cpp51 static Expected<std::chrono::seconds> parseDuration(StringRef Duration) { in parseDuration()
H A DTimeProfiler.cpp102 DurationType Duration = E.End - E.Start; in end() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp294 switch (StorageDuration Duration = M->getStorageDuration()) { in pushTemporaryCleanup() local