/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) 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 D | parallel_backend_utils.h | 147 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 D | algorithm_impl.h | 1243 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 D | format_arg_store.h | 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...] |
H A D | formatter_integral.h | 130 using _Tp = decltype(__value); global() variable [all...] |
H A D | format_functions.h | 388 using _Tp = remove_cvref_t<_Args>; global() member [all...] |
/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()
|
/llvm-project/libcxx/include/__atomic/ |
H A D | atomic_base.h |
|
/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); } _Tp() function
|
/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 [all...] |
/llvm-project/libcxx/include/ |
H A D | stdatomic.h | 133 _Atomic(_Tp) global() argument
|
/llvm-project/clang/test/SemaCUDA/ |
H A D | function-overload.cu | 704 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
|