Searched defs:_Tp (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/ |
H A D | reference.h | 78 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 D | parallel_backend_utils.h |
|
H A D | algorithm_impl.h |
|
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | format_arg_store.h | 112 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 D | formatter_integral.h | 130 using _Tp = decltype(__value); variable
|
H A D | format_functions.h | 388 using _Tp = remove_cvref_t<_Args>; member
|
/freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | movable_box.h | 74 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 D | atomic_base.h | 61 _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 D | time_zone.cpp | 192 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 D | seed_seq.h | 66 _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 D | stdatomic.h | 133 # define _Atomic(_Tp) ::std::atomic<_Tp> argument
|