Home
last modified time | relevance | path

Searched defs:_Tp (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg_store.h112 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...]
H A Dformatter_integral.h130 using _Tp = decltype(__value); variable
[all...]
H A Dformat_functions.h389 using _Tp = remove_cvref_t<_Args>; global() member
[all...]
/freebsd-src/contrib/llvm-project/libcxx/include/__ranges/
H A Dmovable_box.h76 noexcept(is_nothrow_copy_constructible_v<_Tp>) noexcept() argument
95 noexcept(is_nothrow_move_constructible_v<_Tp>) noexcept() argument
[all...]
/freebsd-src/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_base.h62 _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...]
/freebsd-src/contrib/llvm-project/libcxx/include/__random/
H A Dseed_seq.h65 _LIBCPP_HIDE_FROM_ABI static result_type _Tp(result_type __x) { return __x ^ (__x >> 27); } _Tp() function
/freebsd-src/contrib/llvm-project/libcxx/include/
H A Dstdatomic.h133 # define _Atomic(_Tp) ::std::atomic<_Tp> argument