Searched defs:__dest (Results 1 – 6 of 6) sorted by relevance
/llvm-project/libcxx/include/__string/ |
H A D | constexpr_c_functions.h | 166 __dest = __src; in __assign_trivially_copyable() argument 175 __dest = in __assign_trivially_copyable() argument 186 __assign_trivially_copyable(_Tp & __dest,_Up const & __src) __assign_trivially_copyable() argument 199 __assign_trivially_copyable(_Tp & __dest,_Up & __src) __assign_trivially_copyable() argument 210 __constexpr_memmove(_Tp * __dest,_Up * __src,__element_count __n) __constexpr_memmove() argument [all...] |
/llvm-project/libcxx/include/__locale_dir/locale_base_api/ |
H A D | bsd_locale_fallbacks.h | 48 __libcpp_wcsnrtombs_l(char * __dest,const wchar_t ** __src,size_t __nwc,size_t __len,mbstate_t * __ps,locale_t __l) __libcpp_wcsnrtombs_l() argument 59 __libcpp_mbsnrtowcs_l(wchar_t * __dest,const char ** __src,size_t __nms,size_t __len,mbstate_t * __ps,locale_t __l) __libcpp_mbsnrtowcs_l() argument 88 __libcpp_mbsrtowcs_l(wchar_t * __dest,const char ** __src,size_t __len,mbstate_t * __ps,locale_t __l) __libcpp_mbsrtowcs_l() argument
|
/llvm-project/libcxx/src/include/ |
H A D | atomic_support.h | 53 inline _LIBCPP_HIDE_FROM_ABI void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val) { in __libcpp_relaxed_store() argument
|
/llvm-project/libcxx/include/__random/ |
H A D | seed_seq.h | 59 param(_OutputIterator __dest) param() argument
|
/llvm-project/libcxx/include/__support/xlocale/ |
H A D | __posix_l_fallback.h | 88 strxfrm_l(char * __dest,const char * __src,size_t __n,locale_t) strxfrm_l() argument 102 wcsxfrm_l(wchar_t * __dest,const wchar_t * __src,size_t __n,locale_t) wcsxfrm_l() argument
|
/llvm-project/clang/test/Analysis/ |
H A D | malloc.c | 1150 __inline_strcpy_chk (char *restrict __dest, const char *restrict __src) in __inline_strcpy_chk() argument
|