Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__charconv/
H A Dto_chars_base_10.h110 _LIBCPP_HIDE_FROM_ABI inline char* __base_10_u64(char* __buffer, uint64_t __value) noexcept { in __base_10_u64()
137 _LIBCPP_HIDE_FROM_ABI inline char* __base_10_u128(char* __buffer, __uint128_t __value) noexcept { in __base_10_u128()
/llvm-project-15.0.7/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-15.0.7/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