Home
last modified time | relevance | path

Searched refs:max_clock_t (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dtime-intrinsic.cpp128 constexpr auto max_clock_t{std::numeric_limits<std::clock_t>::max()}; in GetSystemClockCountMax() local
130 return max_clock_t <= maxCount ? static_cast<count_t>(max_clock_t) in GetSystemClockCountMax()