Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dunicode.h155 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __consume_result __consume() noexcept { in __consume() function
261 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __consume_result __consume() noexcept { in __consume() function
386 __next_code_point_(__code_point_view_.__consume().__code_point), in __extended_grapheme_cluster_view()
403 _LIBCPP_HIDE_FROM_ABI constexpr __cluster __consume() { in __consume() function
431 __next_code_point_ = __code_point_view_.__consume().__code_point; in __get_break()
461 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __consume_result __consume() noexcept { in __consume() function
H A Dwrite_escaped.h180 typename __unicode::__consume_result __result = __view.__consume(); in __escape()
H A Dparser_std_format_spec.h599 __unicode::__consume_result __consumed = __view.__consume();
1043 …name __unicode::__extended_grapheme_cluster_view<_CharT>::__cluster __cluster = __view.__consume();
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h68 int_type __getchar(bool __consume);
133 typename __stdinbuf<_CharT>::int_type __stdinbuf<_CharT>::__getchar(bool __consume) { in __getchar() argument
136 if (__consume) { in __getchar()
146 if (!__consume) { in __getchar()
191 if (!__consume) { in __getchar()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dprint160 __unicode::__encode(__out_it, __view.__consume().__code_point);
H A Dlocale312 bool __consume = false;
326 __consume = true;
339 if (__consume) {