Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/libcxx/include/__format/
HDunicode.h132 _LIBCPP_HIDE_FROM_ABI constexpr bool __at_end() const noexcept { return __first_ == __last_; } in __at_end() function
261 _LIBCPP_HIDE_FROM_ABI constexpr bool __at_end() const noexcept { return __first_ == __last_; } in __at_end() function
553 while (!__code_point_view_.__at_end()) { in __consume()
581 _LIBCPP_HIDE_FROM_ABI constexpr bool __at_end() const noexcept { return __first_ == __last_; } in __at_end() function
HDwrite_escaped.h193 while (!__view.__at_end()) { in __escape()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDprint160 while (!__view.__at_end())