/llvm-project/libcxx/test/std/time/time.point/time.point.arithmetic/ |
H A D | op_+=.pass.cpp | 25 typedef std::chrono::milliseconds Duration; in constexpr_test() typedef 36 typedef std::chrono::milliseconds Duration; in main() typedef
|
H A D | op_-=.pass.cpp | 25 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 D | Duration.h | 23 Duration(std::chrono::milliseconds Value) : Value(Value) {} in Duration() function
|
H A D | raw_ostream.h | 31 class Duration; variable
|
/llvm-project/libcxx/test/std/time/time.point/time.point.cons/ |
H A D | duration.compile.fail.cpp | 22 typedef std::chrono::milliseconds Duration; in main() typedef
|
H A D | default.pass.cpp | 25 typedef std::chrono::duration<Rep, std::milli> Duration; in main() typedef
|
H A D | duration.pass.cpp | 23 typedef std::chrono::milliseconds Duration; in main() typedef
|
/llvm-project/libcxx/test/std/time/time.point/time.point.special/ |
H A D | min.pass.cpp | 23 typedef std::chrono::milliseconds Duration; in main() typedef
|
H A D | max.pass.cpp | 23 typedef std::chrono::milliseconds Duration; in main() typedef
|
/llvm-project/llvm/unittests/Support/ |
H A D | ExponentialBackoffTest.cpp | 24 auto Duration = std::chrono::steady_clock::now() - Start; in TEST() local
|
/llvm-project/libcxx/test/std/time/time.duration/time.duration.nonmember/ |
H A D | op_divide_rep.pass.cpp | 43 typedef std::chrono::nanoseconds Duration; in main() typedef
|
H A D | op_mod_rep.pass.cpp | 43 typedef std::chrono::seconds Duration; in main() typedef
|
H A D | op_times_rep.pass.cpp | 50 typedef std::chrono::nanoseconds Duration; in main() typedef
|
/llvm-project/libcxx/test/std/time/time.duration/time.duration.arithmetic/ |
H A D | op_mod=rep.pass.cpp | 22 typedef std::chrono::seconds Duration; typedef
|
/llvm-project/lldb/include/lldb/Host/ |
H A D | Alarm.h | 29 using Duration = std::chrono::milliseconds; variable
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/abseil/ |
H A D | duration-division.cpp | 5 class Duration {}; class
|
H A D | upgrade-duration-conversions.cpp | 226 TEMPLATE_MACRO(absl::Duration) in TEMPLATE_MACRO()
|
/llvm-project/libc/benchmarks/ |
H A D | LibcBenchmarkTest.cpp | 68 for (const auto &Duration : Durations) { in setMeasurements() local
|
H A D | LibcBenchmark.h | 45 using Duration = std::chrono::duration<double>; variable [all...] |
/llvm-project/llvm/lib/Support/ |
H A D | CachePruning.cpp | 52 static Expected<std::chrono::seconds> parseDuration(StringRef Duration) { in parseDuration()
|
H A D | TimeProfiler.cpp | 126 DurationType Duration = E.End - E.Start; end() local
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | Statistics.h | 36 operator Duration() const { return get(); } Duration() function
|
/llvm-project/clang-tools-extra/clangd/index/dex/dexp/ |
H A D | Dexp.cpp | 59 const auto Duration = std::chrono::duration_cast<std::chrono::milliseconds>( in reportTime() local
|
/llvm-project/clang-tools-extra/clangd/tool/ |
H A D | Check.cpp | 295 using Duration = std::chrono::nanoseconds; checkTidyTimes() typedef [all...] |
/llvm-project/clang-tools-extra/clangd/index/remote/server/ |
H A D | Server.cpp | 324 auto Duration = stopwatch::now() - StartTime; logRequestSummary() local
|