Home
last modified time | relevance | path

Searched defs:_Np (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dreverse_access.h28 return reverse_iterator<_Tp*>(__array + _Np); in rbegin() argument
35 rend(_Tp (& __array)[_Np]) rend() argument
H A Daccess.h23 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _Tp* begin(_Tp (&__array)[_Np]) _NOEXCEPT { in begin()
28 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _Tp* end(_Tp (&__array)[_Np]) _NOEXCEPT { in end()
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dswap.h48 …ine _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void swap(_Tp (&__a)[_Np], _Tp (&__b)[_Np]) in swap()
/freebsd/contrib/llvm-project/libcxx/src/include/
H A Dsso_allocator.h51 __sso_allocator(const __sso_allocator<_Up,_Np> &) __sso_allocator() argument
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dindependent_bits_engine.h39 static _LIBCPP_CONSTEXPR const size_t _W0 = _Wp / _Np; variable