/llvm-project/libcxx/include/__memory/ |
H A D | uses_allocator_construction.h | 112 static _LIBCPP_HIDE_FROM_ABI constexpr auto __apply(const _Alloc& __alloc, pair<_Up, _V argument 97 __uses_allocator_construction_args(const _Alloc & __alloc,pair<_Up,_Vp> & __pair) __uses_allocator_construction_args() argument 105 __uses_allocator_construction_args(const _Alloc & __alloc,const pair<_Up,_Vp> & __pair) __uses_allocator_construction_args() argument 123 __uses_allocator_construction_args(const _Alloc & __alloc,const pair<_Up,_Vp> && __pair) __uses_allocator_construction_args() argument [all...] |
/llvm-project/libcxx/include/__algorithm/ |
H A D | fold.h |
|
H A D | equal.h | 94 __equal_impl(_Tp * __first1,_Tp * __last1,_Up * __first2,_Up *,_Pred &,_Proj1 &,_Proj2 &) __equal_impl() argument [all...] |
/llvm-project/libcxx/include/__utility/ |
H A D | move.h | 31 using _Up _LIBCPP_NODEBUG = __libcpp_remove_reference_t<_Tp>; in move() typedef
|
/llvm-project/pstl/include/pstl/internal/omp/ |
H A D | parallel_transform_scan.h | 23 …sform_scan(__pstl::__internal::__openmp_backend_tag, _ExecutionPolicy&&, _Index __n, _Up /* __u */, in __parallel_transform_scan() argument
|
/llvm-project/libcxx/include/__numeric/ |
H A D | midpoint.h | 40 using _Up = make_unsigned_t<_Tp>; in midpoint() local
|
/llvm-project/libcxx/src/include/ |
H A D | sso_allocator.h | 53 …_LIBCPP_HIDE_FROM_ABI __sso_allocator(const __sso_allocator<_Up, _Np>&) throw() : __allocated_(fal… in __sso_allocator()
|
/llvm-project/libcxx/include/experimental/__simd/ |
H A D | simd_mask.h | 49 simd_mask(const simd_mask<_Up,simd_abi::fixed_size<size ()>> & __v) simd_mask() argument
|
H A D | simd.h | 56 simd(const simd<_Up,simd_abi::fixed_size<size ()>> & __v) simd() argument [all...] |
/llvm-project/clang/test/AST/ |
H A D | ast-dump-openmp-begin-declare-variant_reference.cpp | 12 typedef typename remove_reference<_Tp>::type _Up; in move() typedef
|
/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
|