Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/
H A Dreference.h78 swap(__simd_reference<_Tp, _Storage, _Vp>&& __a, __simd_reference<_Tp, _Storage, _Vp>&& __b) noexce… in swap()
85 _LIBCPP_HIDE_FROM_ABI void swap(_Vp& __a, __simd_reference<_Tp, _Storage, _Vp>&& __b) noexcept { in swap()
92 _LIBCPP_HIDE_FROM_ABI void swap(__simd_reference<_Tp, _Storage, _Vp>&& __a, _Vp& __b) noexcept { in swap()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dparallel_backend_utils.h
H A Dalgorithm_impl.h
/freebsd/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>]>) in requires()
119 requires(same_as<typename _Context::char_type, typename _Tp::value_type> && in requires()
128 same_as<typename _Context::char_type, typename _Tp::value_type> && in requires()
H A Dformatter_integral.h130 using _Tp = decltype(__value); variable
H A Dformat_functions.h388 using _Tp = remove_cvref_t<_Args>; member
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dmovable_box.h74 operator=(__movable_box const& __other) noexcept(is_nothrow_copy_constructible_v<_Tp>) in noexcept()
93 operator=(__movable_box&& __other) noexcept(is_nothrow_move_constructible_v<_Tp>) { in noexcept()
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_base.h61 _LIBCPP_HIDE_FROM_ABI operator _Tp() const volatile _NOEXCEPT { return load(); } in _Tp() function
62 _LIBCPP_HIDE_FROM_ABI operator _Tp() const _NOEXCEPT { return load(); } in _Tp() function
/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtime_zone.cpp192 using _Tp = decay_t<decltype(__value)>; in __at_to_sys_seconds() typedef
220 using _Tp = decay_t<decltype(__value)>; in __to_year_month_day() typedef
682 using _Tp = decay_t<decltype(__value)>; in __get_sys_info() typedef
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dseed_seq.h66 _LIBCPP_HIDE_FROM_ABI static result_type _Tp(result_type __x) { return __x ^ (__x >> 27); } in _Tp() function
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstdatomic.h133 # define _Atomic(_Tp) ::std::atomic<_Tp> argument