Searched refs:__move_constexpr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | move.h | 33 __move_constexpr(_InputIterator __first, _InputIterator __last, _OutputIterator __result) in __move_constexpr() function 45 return _VSTD::__move_constexpr(__first, __last, __result); in __move() 70 return _VSTD::__move_constexpr(__first, __last, __result); in move()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | __string | 290 _CharT* __move_constexpr(_CharT* __s1, const _CharT* __s2, size_t __n) _NOEXCEPT 345 ? _VSTD::__move_constexpr(__s1, __s2, __n) 448 ? _VSTD::__move_constexpr(__s1, __s2, __n) 581 ? _VSTD::__move_constexpr(__s1, __s2, __n)
|