Searched defs:_Tp (Results 1 – 7 of 7) sorted by relevance
112 requires(is_array_v<_Tp> && same_as<_Tp,typename _Context::char_type[extent_v<_Tp>]>) requires() argument 119 requires(same_as<typename _Context::char_type,typename _Tp::value_type> && same_as<_Tp,basic_string_view<typename _Tp::value_type,typename _Tp::traits_type>>) requires() argument 128 requires(same_as<typename _Context::char_type,typename _Tp::value_type> && same_as<_Tp,basic_string<typename _Tp::value_type,typename _Tp::traits_type,typename _Tp::allocator_type>>) requires() argument [all...]
130 using _Tp = decltype(__value); variable [all...]
389 using _Tp = remove_cvref_t<_Args>; global() member [all...]
76 noexcept(is_nothrow_copy_constructible_v<_Tp>) noexcept() argument 95 noexcept(is_nothrow_move_constructible_v<_Tp>) noexcept() argument [all...]
62 _LIBCPP_HIDE_FROM_ABI operator _Tp() const volatile _NOEXCEPT { return load(); } _Tp() function 63 _LIBCPP_HIDE_FROM_ABI operator _Tp() const _NOEXCEPT { return load(); } _Tp() function [all...]
65 _LIBCPP_HIDE_FROM_ABI static result_type _Tp(result_type __x) { return __x ^ (__x >> 27); } _Tp() function
133 # define _Atomic(_Tp) ::std::atomic<_Tp> argument