Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp772 const std::time_t chrono_timestamp_max = in LibcxxChronoTimePointSecondsSummaryProvider() local
776 const std::time_t chrono_timestamp_max = in LibcxxChronoTimePointSecondsSummaryProvider() local
781 if (seconds < chrono_timestamp_min || seconds > chrono_timestamp_max) in LibcxxChronoTimePointSecondsSummaryProvider()
826 const int chrono_timestamp_max = 11'248'737; // 32767-12-31Z in LibcxxChronoTimepointDaysSummaryProvider() local
829 const int chrono_timestamp_max = 376'583; // 3001-01-19Z in LibcxxChronoTimepointDaysSummaryProvider() local
833 if (days < chrono_timestamp_min || days > chrono_timestamp_max) in LibcxxChronoTimepointDaysSummaryProvider()