Searched refs:__copy_constexpr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | copy.h | 32 __copy_constexpr(_InputIterator __first, _InputIterator __last, _OutputIterator __result) in __copy_constexpr() function 44 return _VSTD::__copy_constexpr(__first, __last, __result); in __copy() 69 return _VSTD::__copy_constexpr(__first, __last, __result); in copy()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | __string | 303 _CharT* __copy_constexpr(_CharT* __s1, const _CharT* __s2, size_t __n) _NOEXCEPT 353 ? _VSTD::__copy_constexpr(__s1, __s2, __n) 456 ? _VSTD::__copy_constexpr(__s1, __s2, __n) 590 ? _VSTD::__copy_constexpr(__s1, __s2, __n)
|