Home
last modified time | relevance | path

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

12

/llvm-project/libcxx/test/std/time/time.point/time.point.arithmetic/
H A Dop_+=.pass.cpp25 typedef std::chrono::milliseconds Duration; in constexpr_test() typedef
36 typedef std::chrono::milliseconds Duration; in main() typedef
H A Dop_-=.pass.cpp25 typedef std::chrono::milliseconds Duration; in constexpr_test() typedef
36 typedef std::chrono::milliseconds Duration; in main() typedef
/llvm-project/llvm/include/llvm/Support/
H A DDuration.h23 Duration(std::chrono::milliseconds Value) : Value(Value) {} in Duration() function
H A Draw_ostream.h31 class Duration; variable
/llvm-project/libcxx/test/std/time/time.point/time.point.cons/
H A Dduration.compile.fail.cpp22 typedef std::chrono::milliseconds Duration; in main() typedef
H A Ddefault.pass.cpp25 typedef std::chrono::duration<Rep, std::milli> Duration; in main() typedef
H A Dduration.pass.cpp23 typedef std::chrono::milliseconds Duration; in main() typedef
/llvm-project/libcxx/test/std/time/time.point/time.point.special/
H A Dmin.pass.cpp23 typedef std::chrono::milliseconds Duration; in main() typedef
H A Dmax.pass.cpp23 typedef std::chrono::milliseconds Duration; in main() typedef
/llvm-project/llvm/unittests/Support/
H A DExponentialBackoffTest.cpp24 auto Duration = std::chrono::steady_clock::now() - Start; in TEST() local
/llvm-project/libcxx/test/std/time/time.duration/time.duration.nonmember/
H A Dop_divide_rep.pass.cpp43 typedef std::chrono::nanoseconds Duration; in main() typedef
H A Dop_mod_rep.pass.cpp43 typedef std::chrono::seconds Duration; in main() typedef
H A Dop_times_rep.pass.cpp50 typedef std::chrono::nanoseconds Duration; in main() typedef
/llvm-project/libcxx/test/std/time/time.duration/time.duration.arithmetic/
H A Dop_mod=rep.pass.cpp22 typedef std::chrono::seconds Duration; typedef
/llvm-project/lldb/include/lldb/Host/
H A DAlarm.h29 using Duration = std::chrono::milliseconds; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/abseil/
H A Dduration-division.cpp5 class Duration {}; class
H A Dupgrade-duration-conversions.cpp226 TEMPLATE_MACRO(absl::Duration) in TEMPLATE_MACRO()
/llvm-project/libc/benchmarks/
H A DLibcBenchmarkTest.cpp68 for (const auto &Duration : Durations) { in setMeasurements() local
H A DLibcBenchmark.h45 using Duration = std::chrono::duration<double>; variable
[all...]
/llvm-project/llvm/lib/Support/
H A DCachePruning.cpp52 static Expected<std::chrono::seconds> parseDuration(StringRef Duration) { in parseDuration()
H A DTimeProfiler.cpp126 DurationType Duration = E.End - E.Start; end() local
/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h36 operator Duration() const { return get(); } Duration() function
/llvm-project/clang-tools-extra/clangd/index/dex/dexp/
H A DDexp.cpp59 const auto Duration = std::chrono::duration_cast<std::chrono::milliseconds>( in reportTime() local
/llvm-project/clang-tools-extra/clangd/tool/
H A DCheck.cpp295 using Duration = std::chrono::nanoseconds; checkTidyTimes() typedef
[all...]
/llvm-project/clang-tools-extra/clangd/index/remote/server/
H A DServer.cpp324 auto Duration = stopwatch::now() - StartTime; logRequestSummary() local

12