Home
last modified time | relevance | path

Searched defs:__buffer (Results 1 – 10 of 10) 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.h111 __base_10_u64(char* __buffer, uint64_t __value) _NOEXCEPT { in __base_10_u64()
139 __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.h58 _LIBCPP_HIDE_FROM_ABI monotonic_buffer_resource(void* __buffer, size_t __buffer_size) in monotonic_buffer_resource()
67 …_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/__format/
H A Dformat_functions.h494 __format::__allocating_buffer<char> __buffer; in vformat() local
508 __format::__allocating_buffer<wchar_t> __buffer; in vformat() local
556 __format::__formatted_size_buffer<_CharT> __buffer; in __vformatted_size() local
630 __format::__allocating_buffer<char> __buffer; in vformat() local
641 __format::__allocating_buffer<wchar_t> __buffer; in vformat() local
693 __format::__formatted_size_buffer<_CharT> __buffer; in __vformatted_size() local
H A Dwrite_escaped.h75 char __buffer[8]; in __write_escaped_code_unit() local
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dsmall_buffer.h85 _Stored* __buffer = __alloc<_Stored>(); in __construct() local
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/omp/
H A Dutil.h
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dparallel_backend_serial.h
H A Dparallel_backend_tbb.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dradix_sort.h236 _RandomAccessIterator2 __buffer, in __radix_sort_impl()