Home
last modified time | relevance | path

Searched defs:__buffer (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/
H A Dostream.cpp30 if (auto* __buffer = dynamic_cast<filebuf*>(__rdbuf)) in __get_ostream_file() local
34 if (auto* __buffer = dynamic_cast<__stdoutbuf<char>*>(__rdbuf)) in __get_ostream_file() local
/freebsd/contrib/llvm-project/libcxx/include/__charconv/
H A Dto_chars_base_10.h113 __base_10_u64(char* __buffer, uint64_t __value) noexcept { in __base_10_u64()
141 __base_10_u128(char* __buffer, __uint128_t __value) noexcept { in __base_10_u128()
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dmonotonic_buffer_resource.h61 _LIBCPP_HIDE_FROM_ABI monotonic_buffer_resource(void* __buffer, size_t __buffer_size) in monotonic_buffer_resource()
70 …_LIBCPP_HIDE_FROM_ABI monotonic_buffer_resource(void* __buffer, size_t __buffer_size, memory_resou… in monotonic_buffer_resource()
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dsmall_buffer.h83 _Stored* __buffer = __alloc<_Stored>(); in __construct() local
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dwrite_escaped.h75 char __buffer[8]; in __write_escaped_code_unit() local
H A Dformat_functions.h514 __format::__formatted_size_buffer<_CharT> __buffer; in __vformatted_size() local
651 __format::__formatted_size_buffer<_CharT> __buffer; in __vformatted_size() local