Home
last modified time | relevance | path

Searched refs:__datasizeof_v (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Ddatasizeof.h31 inline const size_t __datasizeof_v = __datasizeof(_Tp); variable
59 inline const size_t __datasizeof_v = offsetof(_FirstPaddingByte<_Tp>, __first_padding_byte_);
/freebsd/contrib/llvm-project/libcxx/include/__string/
H A Dconstexpr_c_functions.h227 ::__builtin_memmove(__dest, __src, (__count - 1) * sizeof(_Tp) + __datasizeof_v<_Tp>); in __constexpr_memmove()