Home
last modified time | relevance | path

Searched defs:hours (Results 1 – 8 of 8) sorted by relevance

/llvm-project/libcxx/test/std/time/time.hms/time.12/
H A Dmake24.pass.cpp26 using hours = std::chrono::hours; in main() typedef
H A Dis_pm.pass.cpp22 using hours = std::chrono::hours; in main() typedef
H A Dis_am.pass.cpp22 using hours = std::chrono::hours; in main() typedef
H A Dmake12.pass.cpp23 using hours = std::chrono::hours; in main() typedef
/llvm-project/flang/unittests/Runtime/
H A DTime.cpp133 auto minutes = (number - hours * 10000) / 100; in TEST() local
160 auto hours = number / 100; TEST() local
/llvm-project/libcxx/include/__chrono/
H A Dhh_mm_ss.h63 _LIBCPP_HIDE_FROM_ABI constexpr chrono::hours hours() const noexcept { return __h_; } in hours() function
[all...]
/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1630 const uint64_t hours = delta_nanos / NANOS_PER_HOUR; DumpTimestamp() local
/llvm-project/llvm/unittests/Support/
H A DYAMLIOTest.cpp1481 uint32_t hours; global() member in llvm::yaml::MappingTraits::NormalizedSeconds