Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg_store.h201 const __context_char_type* const __pbegin = std::begin(__value); in __create_format_arg() local
203 char_traits<__context_char_type>::find(__pbegin, extent_v<_Dp>, __context_char_type{}); in __create_format_arg()
206 … __arg, basic_string_view<__context_char_type>{__pbegin, static_cast<size_t>(__pzero - __pbegin)}}; in __create_format_arg()
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dlazy_split_view.h218 const auto [__pbegin, __pend] = ranges::subrange{__parent_->__pattern_};
219 if (__pbegin == __pend) {
225 __current() = ranges::find(std::move(__current()), __end, *__pbegin);
236 const auto [__b, __p] = ranges::mismatch(__current(), __end, __pbegin, __pend);