Home
last modified time | relevance | path

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

/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
/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() argument
141 __base_10_u128(char* __buffer, __uint128_t __value) noexcept { in __base_10_u128() argument
[all...]
/llvm-project/libcxx/include/__utility/
H A Dsmall_buffer.h83 _Stored* __buffer = __alloc<_Stored>(); __construct() local
/llvm-project/libcxx/include/__memory_resource/
H A Dmonotonic_buffer_resource.h70 if (__buffer != nullptr) { in monotonic_buffer_resource() argument
61 monotonic_buffer_resource(void * __buffer,size_t __buffer_size) monotonic_buffer_resource() argument
/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; __vformatted_size() local
651 __format::__formatted_size_buffer<_CharT> __buffer; __vformatted_size() local
[all...]
/llvm-project/pstl/include/pstl/internal/omp/
H A Dutil.h65__buffer(std::size_t __n) : __allocator_(), __ptr_(__allocator_.allocate(__n)), __buf_size_(__n) {} in __buffer() function
/llvm-project/pstl/include/pstl/internal/
H A Dparallel_backend_serial.h39__buffer(std::size_t __n) : __allocator_(), __ptr_(__allocator_.allocate(__n)), __buf_size_(__n) {} in __buffer() function
H A Dparallel_backend_tbb.h57 __buffer(std::size_t n) : _M_allocator(), _M_ptr(_M_allocator.allocate(n)), _M_buf_size(n) {} in __buffer() function