/freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
H A D | day.h | 35 _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 D | year.h | 40 _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 D | month.h | 35 _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 D | weekday.h | 51 weekday __tmp = *this; variable 60 weekday __tmp = *this; variable
|
/freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
H A D | iterator_with_data.h | 60 auto __tmp = *this; global() variable 75 auto __tmp = *this; global() variable
|
H A D | reverse_iterator.h | 131 _Iter __tmp = current; variable 188 auto __tmp = __i.base(); in iter_move() local
|
H A D | common_iterator.h | 155 auto __tmp = *this; variable
|
/freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | chunk_by_view.h | 174 auto __tmp = *this; variable 190 auto __tmp = *this; variable
|
H A D | subrange.h | 161 auto __tmp = *this; variable 174 auto __tmp = *this; variable
|
H A D | reverse_view.h | 74 …auto __tmp = std::make_reverse_iterator(ranges::next(ranges::begin(__base_), ranges::end(__base_))… in begin() local
|
H A D | drop_view.h | 101 auto __tmp = ranges::next(ranges::begin(__base_), __count_, ranges::end(__base_)); in begin() local
|
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
H A D | u8path.h | 65 string __tmp; in u8path() local
|
H A D | operations.h | 236 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 D | rotate.h | 37 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 D | allocation_guard.h | 89 _Pointer __tmp = __ptr_; __release_ptr() local
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
H A D | glue_numeric_impl.h |
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
H A D | xmmintrin.h | 108 __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 D | emmintrin.h | 169 __v2df __tmp = _mm_load_pd(__P); in _mm_loadr_pd() local 2095 __v16qu __mask, __tmp; in _mm_maskmoveu_si128() local
|