Home
last modified time | relevance | path

Searched defs:__tmp (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dday.h35 _LIBCPP_HIDE_FROM_ABI inline constexpr day operator++(int) noexcept { day __tmp = *this; ++(*this); return __tmp; } global() variable
37 _LIBCPP_HIDE_FROM_ABI inline constexpr day operator--(int) noexcept { day __tmp = *this; --(*this); return __tmp; } global() variable
H A Dyear.h40 _LIBCPP_HIDE_FROM_ABI inline constexpr year operator++(int) noexcept { year __tmp = *this; ++(*this); return __tmp; } global() variable
42 _LIBCPP_HIDE_FROM_ABI inline constexpr year operator--(int) noexcept { year __tmp = *this; --(*this); return __tmp; } global() variable
H A Dmonth.h35 _LIBCPP_HIDE_FROM_ABI inline constexpr month operator++(int) noexcept { month __tmp = *this; ++(*this); return __tmp; } global() variable
37 _LIBCPP_HIDE_FROM_ABI inline constexpr month operator--(int) noexcept { month __tmp = *this; --(*this); return __tmp; } global() variable
H A Dweekday.h51 weekday __tmp = *this; variable
60 weekday __tmp = *this; variable
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Diterator_with_data.h60 auto __tmp = *this; global() variable
75 auto __tmp = *this; global() variable
H A Dreverse_iterator.h131 _Iter __tmp = current; variable
188 auto __tmp = __i.base(); in iter_move() local
H A Dcommon_iterator.h155 auto __tmp = *this; variable
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dchunk_by_view.h174 auto __tmp = *this; variable
190 auto __tmp = *this; variable
H A Dsubrange.h161 auto __tmp = *this; variable
174 auto __tmp = *this; variable
H A Dreverse_view.h74 …auto __tmp = std::make_reverse_iterator(ranges::next(ranges::begin(__base_), ranges::end(__base_))… in begin() local
H A Ddrop_view.h101 auto __tmp = ranges::next(ranges::begin(__base_), __count_, ranges::end(__base_)); in begin() local
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Du8path.h65 string __tmp; in u8path() local
H A Doperations.h236 path __tmp = __weakly_canonical(__p, &__ec); in proximate() local
255 path __tmp = __weakly_canonical(__p, &__ec); in relative() local
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Drotate.h37 value_type __tmp = _Ops::__iter_move(__first); in __rotate_left() local
50 value_type __tmp = _Ops::__iter_move(__lm1); in __rotate_right() local
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dallocation_guard.h89 _Pointer __tmp = __ptr_; __release_ptr() local
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dglue_numeric_impl.h
/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h108 __v4sf __tmp; in _mm_loadr_ps() local
164 __v4sf __tmp; in _mm_storer_ps() local
1651 __m64 __mask, __tmp; in _mm_maskmove_si64() local
H A Demmintrin.h169 __v2df __tmp = _mm_load_pd(__P); in _mm_loadr_pd() local
2095 __v16qu __mask, __tmp; in _mm_maskmoveu_si128() local