Home
last modified time | relevance | path

Searched refs:__tmp (Results 1 – 25 of 48) sorted by relevance

12

/llvm-project-15.0.7/clang/lib/Headers/
H A D__clang_hip_math.h78 if (__tmp >= '0' && __tmp <= '7')
95 if (__tmp >= '0' && __tmp <= '9')
112 if (__tmp >= '0' && __tmp <= '9')
114 else if (__tmp >= 'a' && __tmp <= 'f')
116 else if (__tmp >= 'A' && __tmp <= 'F')
263 int __tmp;
371 } __tmp;
434 int __tmp;
819 int __tmp;
928 } __tmp;
[all …]
H A D__clang_cuda_intrinsics.h47 __Bits __tmp; \
48 memcpy(&__tmp, &__val, sizeof(__val)); \
49 __tmp.__a = ::__FnName(__tmp.__a, __offset, __width); \
50 __tmp.__b = ::__FnName(__tmp.__b, __offset, __width); \
52 memcpy(&__ret, &__tmp, sizeof(__tmp)); \
79 long long __tmp; \
82 __tmp = ::__FnName(__tmp, __offset, __width); \
133 __tmp.__a = ::__FnName(__mask, __tmp.__a, __offset, __width); \
134 __tmp.__b = ::__FnName(__mask, __tmp.__b, __offset, __width); \
136 memcpy(&__ret, &__tmp, sizeof(__tmp)); \
[all …]
/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Du8path.h48 string __tmp(__f, __l); in u8path()
51 __w.reserve(__tmp.size()); in u8path()
52 _CVT()(back_inserter(__w), __tmp.data(), __tmp.data() + __tmp.size()); in u8path()
71 string __tmp; in u8path() local
74 __tmp.push_back(*__f); in u8path()
77 __w.reserve(__tmp.size()); in u8path()
78 _CVT()(back_inserter(__w), __tmp.data(), __tmp.data() + __tmp.size()); in u8path()
H A Dpath.h262 __tmp.data() + __tmp.length());
266 __tmp.data() + __tmp.length());
277 basic_string<_ECharT> __tmp;
279 __tmp.push_back(*__b);
283 __tmp.data() + __tmp.length());
287 __tmp.data() + __tmp.length());
354 __append_string(__dest, __tmp);
362 __append_string(__dest, __tmp);
369 basic_string<char> __tmp;
371 __tmp.push_back(*__b);
[all …]
/llvm-project-15.0.7/libcxx/include/__iterator/
H A Dbounded_iter.h116 __bounded_iter __tmp(*this);
118 return __tmp;
126 __bounded_iter __tmp(*this);
128 return __tmp;
137 __bounded_iter __tmp(__self);
138 __tmp += __n;
139 return __tmp;
144 __tmp += __n;
145 return __tmp;
155 __tmp -= __n;
[all …]
H A Dreverse_iterator.h137 reference operator*() const {_Iter __tmp = current; return *--__tmp;} variable
160 reverse_iterator operator++(int) {reverse_iterator __tmp(*this); --current; return __tmp;}
164 reverse_iterator operator--(int) {reverse_iterator __tmp(*this); ++current; return __tmp;}
181 auto __tmp = __i.base(); in iter_move() local
382 auto __tmp = __iter_;
383 return *--__tmp;
398 auto __tmp = __i.base();
408 auto __tmp = *this;
410 return __tmp;
419 auto __tmp = *this;
[all …]
H A Dmove_iterator.h130 move_iterator __tmp(*this); ++__current_; return __tmp;
165 move_iterator operator++(int) { move_iterator __tmp(*this); ++__current_; return __tmp; }
171 move_iterator operator--(int) { move_iterator __tmp(*this); --__current_; return __tmp; }
H A Dcounted_iterator.h153 counted_iterator __tmp = *this;
155 return __tmp;
171 counted_iterator __tmp = *this;
173 return __tmp;
H A Dwrap_iter.h104 {__wrap_iter __tmp(*this); ++(*this); return __tmp;}
114 {__wrap_iter __tmp(*this); --(*this); return __tmp;}
H A Dcommon_iterator.h120 auto&& __tmp = *_VSTD::__unchecked_get<_Iter>(__hold_);
121 return _VSTD::addressof(__tmp);
135 auto __tmp = *this; variable
137 return __tmp;
/llvm-project-15.0.7/libcxx/include/__coroutine/
H A Dcoroutine_handle.h53 coroutine_handle __tmp;
54 __tmp.__handle_ = __addr;
55 return __tmp;
119 coroutine_handle __tmp;
120 __tmp.__handle_ =
122 return __tmp;
137 coroutine_handle __tmp;
138 __tmp.__handle_ = __addr;
139 return __tmp;
/llvm-project-15.0.7/libcxx/include/__chrono/
H A Dday.h35 …_ABI inline constexpr day operator++(int) noexcept { day __tmp = *this; ++(*this); return __tmp; } variable
37 …_ABI inline constexpr day operator--(int) noexcept { day __tmp = *this; --(*this); return __tmp; } variable
H A Dmonth.h34 … inline constexpr month operator++(int) noexcept { month __tmp = *this; ++(*this); return __tmp; } variable
36 … inline constexpr month operator--(int) noexcept { month __tmp = *this; --(*this); return __tmp; } variable
H A Dyear.h39 …BI inline constexpr year operator++(int) noexcept { year __tmp = *this; ++(*this); return __tmp; } variable
41 …BI inline constexpr year operator--(int) noexcept { year __tmp = *this; --(*this); return __tmp; } variable
H A Dweekday.h46 …ine constexpr weekday operator++(int) noexcept { weekday __tmp = *this; ++(*this); return __tmp; } variable
48 …ine constexpr weekday operator--(int) noexcept { weekday __tmp = *this; --(*this); return __tmp; } variable
/llvm-project-15.0.7/libcxx/include/__numeric/
H A Dexclusive_scan.h29 _Tp __tmp(__b(__init, *__first)); in exclusive_scan()
36 __init = _VSTD::move(__tmp); in exclusive_scan()
37 __tmp = __b(__init, *__first); in exclusive_scan()
/llvm-project-15.0.7/libclc/generic/lib/shared/
H A Dvload.cl91 TYPE __tmp; \
92 VEC_LOAD##VEC_SIZE(__tmp, AS) \
93 return __tmp; \
97 TYPE __tmp; \
98 VEC_LOAD##VEC_SIZE(__tmp, AS) \
99 return __tmp; \
/llvm-project-15.0.7/libcxx/include/experimental/
H A Dcoroutine134 coroutine_handle __tmp;
135 __tmp.__handle_ = __addr;
136 return __tmp;
214 coroutine_handle __tmp;
215 __tmp.__handle_ = __addr;
216 return __tmp;
245 coroutine_handle __tmp;
246 __tmp.__handle_ = __builtin_coro_promise(
249 return __tmp;
/llvm-project-15.0.7/libcxx/include/__ranges/
H A Dsubrange.h180 auto __tmp = *this; variable
181 __tmp.advance(__n);
182 return __tmp;
193 auto __tmp = *this; variable
194 __tmp.advance(-__n);
195 return __tmp;
H A Dreverse_view.h68 …auto __tmp = std::make_reverse_iterator(ranges::next(ranges::begin(__base_), ranges::end(__base_))… in begin() local
70 __cached_begin_.__emplace(__tmp); in begin()
71 return __tmp; in begin()
H A Djoin_view.h285 auto __tmp = *this;
287 return __tmp;
316 auto __tmp = *this;
318 return __tmp;
/llvm-project-15.0.7/libcxx/include/__memory/
H A Dallocation_guard.h65 _Pointer __tmp = __ptr_; in __release_ptr() local
67 return __tmp; in __release_ptr()
H A Dunique_ptr.h302 pointer __tmp = __ptr_.first();
304 if (__tmp)
305 __ptr_.second()(__tmp);
526 pointer __tmp = __ptr_.first();
528 if (__tmp)
529 __ptr_.second()(__tmp);
534 pointer __tmp = __ptr_.first();
536 if (__tmp)
537 __ptr_.second()(__tmp);
/llvm-project-15.0.7/libcxx/include/
H A Dany571 any __tmp;
572 __rhs.__call(_Action::_Move, &__tmp);
574 __tmp.__call(_Action::_Move, this);
614 if (__tmp == nullptr)
616 return static_cast<_ValueType>(*__tmp);
628 auto __tmp = _VSTD::any_cast<_RawValueType>(&__v);
629 if (__tmp == nullptr)
631 return static_cast<_ValueType>(*__tmp);
643 auto __tmp = _VSTD::any_cast<_RawValueType>(&__v);
644 if (__tmp == nullptr)
[all …]
/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Drotate.h35 value_type __tmp = _Ops::__iter_move(__first); in __rotate_left() local
38 *__lm1 = _VSTD::move(__tmp); in __rotate_left()
50 value_type __tmp = _Ops::__iter_move(__lm1); in __rotate_right() local
52 *__first = _VSTD::move(__tmp); in __rotate_right()

12