/llvm-project/lldb/tools/debugserver/source/ |
H A D | DNBTimer.h | 72 struct timeval now; in ElapsedMicroSeconds() local 86 struct timeval now; in GetTimeOfDay() local 99 struct timeval now; variable 114 struct timespec now; in TimeOfDayLaterThan() local
|
/llvm-project/libcxx/src/ |
H A D | chrono.cpp | 138 system_clock::time_point system_clock::now() noexcept { return __libcpp_system_clock_now(); } now() function in chrono::system_clock 230 steady_clock::time_point steady_clock::now() noexcept { return __libcpp_steady_clock_now(); } now() function in chrono::steady_clock
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/ |
H A D | Timeout.py | 30 def now(self): member in Timeout
|
H A D | Timer.py | 50 def now(self): member in Timer
|
/llvm-project/libcxx/src/filesystem/ |
H A D | filesystem_clock.cpp | 40 _FilesystemClock::time_point _FilesystemClock::now() noexcept { now() function in _FilesystemClock
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
H A D | arc4random.cpp | 19 time_t now = ::time(nullptr); in test_seed() local
|
/llvm-project/third-party/benchmark/test/ |
H A D | internal_threading_test.cc | 21 const auto now = benchmark::ChronoClockNow(); in MyBusySpinwait() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | recovery-crash.cpp | 55 int now) { in MemberFunction() argument
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_stats_timing.h | 74 static tsc_tick_count now() { in now() function
|
H A D | z_Windows_NT_util.cpp | 965 LARGE_INTEGER now; in __kmp_elapsed() local 976 LARGE_INTEGER now; in __kmp_read_system_time() local 985 LARGE_INTEGER now; in __kmp_now_nsec() local
|
H A D | z_Linux_util.cpp | 696 struct timespec now; __kmp_launch_monitor() local 1541 struct timespec now; __kmp_suspend_template() local 2073 kmp_uint64 now, nsec2, diff; __kmp_initialize_system_tick() local [all...] |
/llvm-project/llvm/unittests/tools/llvm-exegesis/ |
H A D | ProgressMeterTest.cpp | 37 PreprogrammedClock::time_point PreprogrammedClock::now() noexcept { in now() function in llvm::exegesis::__anon5d94d5e50111::PreprogrammedClock
|
/llvm-project/libcxx/test/std/thread/thread.condition/thread.condition.condvar/ |
H A D | wait_until.pass.cpp | 37 static time_point now() { in now() function
|
H A D | wait_until_pred.pass.cpp | 38 static time_point now() { in now() function
|
/llvm-project/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/ |
H A D | wait_until.pass.cpp | 36 static time_point now() { in now() function
|
H A D | wait_until_pred.pass.cpp | 38 static time_point now() { in now() function
|
/llvm-project/third-party/benchmark/src/ |
H A D | timers.cc | 204 std::time_t now = Clock::to_time_t(Clock::now()); in LocalDateTimeString() local
|
/llvm-project/lldb/source/Host/common/ |
H A D | Alarm.cpp | 170 const TimePoint now = std::chrono::system_clock::now(); in AlarmThread() local
|
/llvm-project/libc/benchmarks/ |
H A D | LibcBenchmarkTest.cpp | 43 Duration now() { in now() function in llvm::libc_benchmarks::__anona9ea680e0111::LibcBenchmark
|
/llvm-project/lldb/source/Target/ |
H A D | UnwindLLDB.cpp | 58 const auto now = steady_clock::now(); in DoGetFrameCount() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | spuriously-wake-up-functions.cpp | 174 auto now = std::chrono::system_clock::now(); in consume_list_element() local
|
/llvm-project/lldb/tools/lldb-dap/ |
H A D | DAP.cpp | 145 auto now = std::chrono::duration<double>( SendJSON() local 175 auto now = std::chrono::duration<double>( ReadJSON() local
|
/llvm-project/libcxx/test/libcxx/input.output/filesystems/ |
H A D | convert_file_time.pass.cpp | 275 static time_point now() noexcept { return {}; } in now() function
|
/llvm-project/flang/lib/Parser/ |
H A D | preprocessor.cpp | 274 FormatTime(const std::time_t & now,const char * format) FormatTime() argument 285 std::time_t now; DefineStandardMacros() local
|
/llvm-project/llvm/lib/Support/ |
H A D | Timer.cpp | 171 sys::TimePoint<> now; getCurrentTime() local
|