Home
last modified time | relevance | path

Searched defs:now (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project/lldb/tools/debugserver/source/
H A DDNBTimer.h72 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 Dchrono.cpp138 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 DTimeout.py30 def now(self): member in Timeout
H A DTimer.py50 def now(self): member in Timer
/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_clock.cpp40 _FilesystemClock::time_point _FilesystemClock::now() noexcept { now() function in _FilesystemClock
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Darc4random.cpp19 time_t now = ::time(nullptr); in test_seed() local
/llvm-project/third-party/benchmark/test/
H A Dinternal_threading_test.cc21 const auto now = benchmark::ChronoClockNow(); in MyBusySpinwait() local
/llvm-project/clang/test/SemaTemplate/
H A Drecovery-crash.cpp55 int now) { in MemberFunction() argument
/llvm-project/openmp/runtime/src/
H A Dkmp_stats_timing.h74 static tsc_tick_count now() { in now() function
H A Dz_Windows_NT_util.cpp965 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 Dz_Linux_util.cpp696 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 DProgressMeterTest.cpp37 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 Dwait_until.pass.cpp37 static time_point now() { in now() function
H A Dwait_until_pred.pass.cpp38 static time_point now() { in now() function
/llvm-project/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dwait_until.pass.cpp36 static time_point now() { in now() function
H A Dwait_until_pred.pass.cpp38 static time_point now() { in now() function
/llvm-project/third-party/benchmark/src/
H A Dtimers.cc204 std::time_t now = Clock::to_time_t(Clock::now()); in LocalDateTimeString() local
/llvm-project/lldb/source/Host/common/
H A DAlarm.cpp170 const TimePoint now = std::chrono::system_clock::now(); in AlarmThread() local
/llvm-project/libc/benchmarks/
H A DLibcBenchmarkTest.cpp43 Duration now() { in now() function in llvm::libc_benchmarks::__anona9ea680e0111::LibcBenchmark
/llvm-project/lldb/source/Target/
H A DUnwindLLDB.cpp58 const auto now = steady_clock::now(); in DoGetFrameCount() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dspuriously-wake-up-functions.cpp174 auto now = std::chrono::system_clock::now(); in consume_list_element() local
/llvm-project/lldb/tools/lldb-dap/
H A DDAP.cpp145 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 Dconvert_file_time.pass.cpp275 static time_point now() noexcept { return {}; } in now() function
/llvm-project/flang/lib/Parser/
H A Dpreprocessor.cpp274 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 DTimer.cpp171 sys::TimePoint<> now; getCurrentTime() local

12