Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtime_zone.cpp253 __needs_adjustment_{
266 bool __needs_adjustment() const noexcept { return __needs_adjustment_; } in __needs_adjustment()
269 …sys_seconds operator()(seconds __save) const noexcept { return __until_ - __needs_adjustment_ * __… in operator ()()
273 bool __needs_adjustment_; member in chrono::__named_rule_until