Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtime_zone.cpp433 map<sys_seconds, vector<__tz::__rule>::const_iterator> __candidates; in __next_rule() local
448 _LIBCPP_ASSERT_ARGUMENT_WITHIN_DOMAIN(!__candidates.contains(__t), "duplicated rule"); in __next_rule()
449 __candidates[__t] = __it; in __next_rule()
454 if (!__candidates.empty()) [[likely]] { in __next_rule()
455 auto __it = __candidates.begin(); in __next_rule()
471 while (__it != __candidates.end()) { in __next_rule()