Home
last modified time | relevance | path

Searched defs:__buf (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__format/
H A Dformatter_integral.h46 _LIBCPP_HIDE_FROM_ABI inline char* __insert_sign(char* __buf, bool __negative, __format_spec::__sig… in __insert_sign()
/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dstable_sort.h221 __buf = std::get_temporary_buffer<value_type>(__len); in __stable_sort_impl() local
H A Dinplace_merge.h224 pair<value_type*, ptrdiff_t> __buf = _VSTD::get_temporary_buffer<value_type>(__buf_size); in __inplace_merge() local