Home
last modified time | relevance | path

Searched defs:seconds (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/libc/test/src/time/
H A Dgmtime_test.cpp24 time_t seconds = in TEST() local
41 time_t seconds = 0; TEST() local
72 time_t seconds = 0; TEST() local
103 time_t seconds = 0; TEST() local
135 time_t seconds = TEST() local
151 time_t seconds = 0; TEST() local
183 time_t seconds = 0; TEST() local
246 time_t seconds = 0x7FFFFFFF; TEST() local
264 time_t seconds = 6311479850; TEST() local
[all...]
H A Dgmtime_r_test.cpp21 time_t seconds = 0x7FFFFFFF; TEST() local
42 time_t seconds = 67767976202043050; TEST() local
/llvm-project/libcxx/test/std/time/time.duration/time.duration.cons/
H A Dconvert_overflow.pass.cpp27 void f(std::chrono::seconds) in f()
/llvm-project/lldb/unittests/Utility/
H A DTimerTest.cpp25 double seconds; in TEST() local
43 double seconds; in TEST() local
/llvm-project/libc/src/time/
H A Dmktime.cpp103 int64_t seconds = tm_out->tm_sec + global() variable
H A Dtime_utils.cpp65 int64_t seconds = in update_from_seconds() local
H A Dtime_utils.h143 int64_t seconds = *timer; gmtime_internal() local
/llvm-project/libcxx/test/std/time/time.clock/time.clock.system/
H A Dsys.time.types.pass.cpp33 using seconds = std::chrono::seconds; in main() typedef
H A Dlocal_time.types.pass.cpp34 using seconds = std::chrono::seconds; in main() typedef
/llvm-project/third-party/benchmark/src/
H A Dthread_timer.h41 void SetIterationTime(double seconds) { manual_time_used_ += seconds; } in SetIterationTime()
H A Dbenchmark_runner.h112 double seconds; member
H A Dbenchmark_runner.cc75 const MemoryManager::Result* memory_result, double seconds, in CreateRunReport()
H A Dbenchmark.cc289 void State::SetIterationTime(double seconds) { in SetIterationTime()
/llvm-project/openmp/runtime/src/
H A Dkmp_stats_timing.h100 inline double tsc_tick_count::tsc_interval_t::seconds() const { in seconds() function
/llvm-project/libcxx/include/__chrono/
H A Dhh_mm_ss.h65 _LIBCPP_HIDE_FROM_ABI constexpr chrono::seconds seconds() const noexcept { return __s_; } in seconds() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp381 void internal_sleep(unsigned seconds) { in WaitForDebugger() argument
373 internal_sleep(unsigned seconds) internal_sleep() argument
376 SleepForSeconds(unsigned seconds) SleepForSeconds() argument
/llvm-project/libcxx/src/
H A Dchrono.cpp188 auto seconds = counter.QuadPart / freq.QuadPart; __libcpp_steady_clock_now() local
[all...]
/llvm-project/flang/unittests/Runtime/
H A DTime.cpp135 auto seconds = number % 100; TEST() local
/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp76 std::optional<uint64_t> seconds = in GetTimeout() local
/llvm-project/llvm/unittests/Support/
H A DProgramTest.cpp28 void sleep_for(unsigned int seconds) { in sleep_for()
33 void sleep_for(unsigned int seconds) { in sleep_for()
/llvm-project/clang/test/Analysis/
H A Dcasts.c77 double seconds = intSeconds; in ttt() local
/llvm-project/libc/benchmarks/
H A DJSON.cpp237 static double seconds(const Duration &D) { in seconds() function
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp780 const std::time_t seconds = ptr_sp->GetValueAsSigned(0); LibcxxChronoTimePointSecondsSummaryProvider() local
837 const std::time_t seconds = std::time_t(86400) * days; LibcxxChronoTimepointDaysSummaryProvider() local
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DIntrinsics.cpp327 genSleep(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Value seconds) genSleep() argument
/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h148 uint64_t seconds() const { return Seconds; } in seconds() function

12