| /freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
| H A D | tzdb.h | 54 if (auto __it = ranges::lower_bound(links, __name, {}, &time_zone_link::name); in __locate_zone() local 75 if (auto __it = ranges::lower_bound(zones, __name, {}, &time_zone::name); in __find_in_zone() local
|
| H A D | formatter.h | 257 for (auto __it = __chrono_specs.begin(); __it != __chrono_specs.end(); ++__it) { in __format_chrono_using_chrono_specs() local
|
| /freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | prev.h | 41 …odiscard__]] _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX17 _InputIter prev(_InputIter __it) { in prev()
|
| H A D | bounded_iter.h | 269 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR __bounded_iter<_It> __make_bounded_iter(_It __it, _It __beg… in __make_bounded_iter()
|
| /freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | split_view.h | 67 _LIBCPP_HIDE_FROM_ABI constexpr subrange<iterator_t<_View>> __find_next(iterator_t<_View> __it) { in __find_next()
|
| H A D | concepts.h | 152 concept __concat_indirectly_readable_impl = requires(const _It __it) { in requires()
|
| /freebsd/contrib/llvm-project/libcxx/include/__format/ |
| H A D | format_parse_context.h | 46 _LIBCPP_HIDE_FROM_ABI constexpr void advance_to(const_iterator __it) { __begin_ = __it; } in advance_to()
|
| H A D | format_context.h | 195 _LIBCPP_HIDE_FROM_ABI void advance_to(iterator __it) { __out_it_ = std::move(__it); } in advance_to()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__iterator/ |
| H A D | bounded_iter.h | 225 _LIBCPP_HIDE_FROM_ABI __bounded_iter<_It> __make_bounded_iter(_It __it, _It __begin, _It __end) { in __make_bounded_iter()
|
| /freebsd/contrib/llvm-project/libcxx/include/__flat_map/ |
| H A D | flat_map.h | 485 auto __it = find(__x); in at() local 493 auto __it = find(__x); in at() local 503 auto __it = find(__x); in at() local 513 auto __it = find(__x); in at() local 971 auto __it = __self.lower_bound(__key); in __find_impl() local 981 auto __it = in __key_equal_range() local
|
| H A D | flat_multimap.h | 795 auto __it = __self.lower_bound(__key); in __find_impl() local
|
| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | lower_bound.h | 68 auto __it = __first; in __lower_bound_onesided() local
|
| H A D | ranges_find_last.h | 49 for (auto __it = ranges::prev(__last_it); __it != __first; --__it) { in __find_last_impl() local
|
| H A D | sort.h | 463 _RandomAccessIterator __it = __first + __tz_left; in __swap_bitmap_pos_within() local 476 _RandomAccessIterator __it = __lm1 - __tz_right; in __swap_bitmap_pos_within() local
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/ |
| H A D | lower_bound.h | 69 auto __it = __first; in __lower_bound_onesided() local
|
| /freebsd/contrib/llvm-project/libcxx/src/experimental/ |
| H A D | time_zone.cpp | 446 for (auto __it = __rules.begin(); __it != __rules.end(); ++__it) { in __next_rule() local 464 auto __it = __candidates.begin(); in __next_rule() local 802 for (auto __it = __continuations.begin(); __it != __continuations.end(); ++__it) { in __get_info() local
|
| H A D | tzdb.cpp | 541 if (auto __it = ranges::find(__rules, __name, [](const auto& __r) { return __r.first; }); in __create_entry() local
|
| /freebsd/contrib/llvm-project/libcxx/include/__flat_set/ |
| H A D | flat_set.h | 699 auto __it = __self.lower_bound(__key); in __find_impl() local 710 …auto __it = std::lower_bound(__self.__keys_.begin(), __self.__keys_.end(), __key, __self.__comp… in __equal_range_impl() local 720 auto __it = lower_bound(__key); in __emplace() local
|
| H A D | flat_multiset.h | 615 auto __it = upper_bound(__key); in __emplace() local 653 auto __it = __self.lower_bound(__key); in __find_impl() local
|
| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | uninitialized_algorithms.h | 481 __uninitialized_allocator_fill_n_multidimensional(_Alloc& __alloc, _BidirIter __it, _Size __n, _Tp … in __uninitialized_allocator_fill_n_multidimensional() 499 __uninitialized_allocator_value_construct_n_multidimensional(_Alloc& __alloc, _BidirIter __it, _Siz… in __uninitialized_allocator_value_construct_n_multidimensional()
|