Home
last modified time | relevance | path

Searched defs:__consume (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__format/
H A Dunicode.h155 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __consume_result __consume() noexcept { __consume() function
261 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __consume_result __consume() noexcept { __consume() function
403 _LIBCPP_HIDE_FROM_ABI constexpr __cluster __consume() { __consume() function
461 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __consume_result __consume() noexcept { __consume() function
/freebsd-src/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h133 typename __stdinbuf<_CharT>::int_type __stdinbuf<_CharT>::__getchar(bool __consume) { in __getchar()