| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | __clang_hip_math.h | 78 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.h | 47 __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 D | u8path.h | 48 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 D | path.h | 262 __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 D | bounded_iter.h | 116 __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 D | reverse_iterator.h | 137 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 D | move_iterator.h | 130 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 D | counted_iterator.h | 153 counted_iterator __tmp = *this; 155 return __tmp; 171 counted_iterator __tmp = *this; 173 return __tmp;
|
| H A D | wrap_iter.h | 104 {__wrap_iter __tmp(*this); ++(*this); return __tmp;} 114 {__wrap_iter __tmp(*this); --(*this); return __tmp;}
|
| H A D | common_iterator.h | 120 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 D | coroutine_handle.h | 53 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 D | day.h | 35 …_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 D | month.h | 34 … 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 D | year.h | 39 …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 D | weekday.h | 46 …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 D | exclusive_scan.h | 29 _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 D | vload.cl | 91 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 D | coroutine | 134 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 D | subrange.h | 180 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 D | reverse_view.h | 68 …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 D | join_view.h | 285 auto __tmp = *this; 287 return __tmp; 316 auto __tmp = *this; 318 return __tmp;
|
| /llvm-project-15.0.7/libcxx/include/__memory/ |
| H A D | allocation_guard.h | 65 _Pointer __tmp = __ptr_; in __release_ptr() local 67 return __tmp; in __release_ptr()
|
| H A D | unique_ptr.h | 302 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 D | any | 571 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 D | rotate.h | 35 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()
|