Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/experimental/__simd/
H A Dreference.h78 swap(__simd_reference<_Tp,_Storage,_Vp> && __a,__simd_reference<_Tp,_Storage,_Vp> && __b) swap() argument
85 swap(_Vp & __a,__simd_reference<_Tp,_Storage,_Vp> && __b) swap() argument
92 swap(__simd_reference<_Tp,_Storage,_Vp> && __a,_Vp & __b) swap() argument
/llvm-project/pstl/include/pstl/internal/
H A Dparallel_backend_utils.h147 using _Tp = typename std::iterator_traits<_OutputIterator>::value_type; in __set_union_construct() local
174 using _Tp = typename std::iterator_traits<_OutputIterator>::value_type; in __set_intersection_construct() local
201 using _Tp = typename std::iterator_traits<_OutputIterator>::value_type; in __set_difference_construct() local
230 using _Tp = typename std::iterator_traits<_OutputIterator>::value_type; in __set_symmetric_difference_construct() local
H A Dalgorithm_impl.h1243 typedef typename std::iterator_traits<_ForwardIterator>::value_type _Tp; in __remove_elements() typedef
1650 typedef typename std::iterator_traits<_RandomAccessIterator>::value_type _Tp; in __pattern_rotate() typedef
2461 typedef typename std::iterator_traits<_RandomAccessIterator>::value_type _Tp; in __pattern_nth_element() typedef
2789 typedef typename std::iterator_traits<_RandomAccessIterator>::value_type _Tp; in __pattern_inplace_merge() typedef
2907 typedef typename std::iterator_traits<_OutputIterator>::value_type _Tp; in __parallel_set_op() typedef
3173 typedef typename std::iterator_traits<_OutputIterator>::value_type _Tp; in __pattern_set_union() typedef
3226 typedef typename std::iterator_traits<_RandomAccessIterator3>::value_type _Tp; in __pattern_set_intersection() typedef
3322 typedef typename std::iterator_traits<_RandomAccessIterator3>::value_type _Tp; in __pattern_set_difference() typedef
3423 typedef typename std::iterator_traits<_RandomAccessIterator3>::value_type _Tp; in __pattern_set_symmetric_difference() typedef
/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); global() variable
[all...]
H A Dformat_functions.h388 using _Tp = remove_cvref_t<_Args>; global() member
[all...]
/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()
/llvm-project/libcxx/include/__atomic/
H A Datomic_base.h
/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); } _Tp() function
/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
[all...]
/llvm-project/libcxx/include/
H A Dstdatomic.h133 _Atomic(_Tp) global() argument
/llvm-project/clang/test/SemaCUDA/
H A Dfunction-overload.cu704 template<typename _Tp, typename _Up> inline constexpr double foo(_Tp, _Up) { return 3;} in foo() argument
712 template<typename _Tp, typename _Up> inline __device__ double foo(_Tp, _Up) { return 10;} in foo() argument