Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__flat_set/
H A Dutils.h56 __append(_Set& __set, _InputIterator __first, _InputIterator __last) { in __append() function
61 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 static void __append(_Set& __set, _Range&& __r… in __append() function
/freebsd/contrib/llvm-project/libcxx/include/__flat_map/
H A Dutils.h85 __append(_Map& __map, _InputIterator __first, _Sentinel __last) { in __append() function
98 __append(_Map& __map, _InputIterator __first, _InputIterator __last) in __append() function
/freebsd/contrib/llvm-project/libcxx/include/__vector/
H A Dvector.h953 _LIBCPP_CONSTEXPR_SINCE_CXX20 void vector<_Tp, _Allocator>::__append(size_type __n) { in __append() function
968 _LIBCPP_CONSTEXPR_SINCE_CXX20 void vector<_Tp, _Allocator>::__append(size_type __n, const_reference… in __append() function