Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/libcxx/include/__iterator/
H A Dreverse_iterator.h145 reference operator*() const {_Iter __tmp = current; return *--__tmp;} variable
189 auto __tmp = __i.base(); in iter_move() local
384 auto __tmp = __iter_; variable
400 auto __tmp = __i.base(); in iter_move() local
410 auto __tmp = *this; variable
421 auto __tmp = *this; variable
H A Diterator_with_data.h60 auto __tmp = *this; variable
75 auto __tmp = *this; variable
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_bvector.h213 iterator __tmp = *this; member
228 iterator __tmp = *this; member
250 iterator __tmp = *this; member
257 iterator __tmp = *this; member
299 const_iterator __tmp = *this; member
314 const_iterator __tmp = *this; member
336 const_iterator __tmp = *this; member
343 const_iterator __tmp = *this; member
698 bool __tmp = __x; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() local
H A Dstl_tree.h190 _Self __tmp = *this; member
205 _Self __tmp = *this; member
265 _Self __tmp = *this; member
280 _Self __tmp = *this; member
376 _Link_type __tmp = _M_get_node(); in _M_create_node() local
390 _Link_type __tmp = _M_create_node(__x->_M_value_field); in _M_clone_node() local
H A Dstl_iterator.h155 _Iterator __tmp = current; in _GLIBCXX_BEGIN_NAMESPACE() local
188 reverse_iterator __tmp = *this; in _GLIBCXX_BEGIN_NAMESPACE() local
213 reverse_iterator __tmp = *this; in _GLIBCXX_BEGIN_NAMESPACE() local
H A Dvector.tcc76 pointer __tmp = _M_allocate_and_copy(__n, this->_M_impl._M_start, in _GLIBCXX_BEGIN_NESTED_NAMESPACE() local
139 pointer __tmp = _M_allocate_and_copy(__xlen, __x.begin(), in operator =() local
175 vector __tmp(__n, __val, _M_get_Tp_allocator()); in _M_fill_assign() local
218 pointer __tmp(_M_allocate_and_copy(__len, __first, __last)); in _M_assign_aux() local
H A Dlist.tcc76 _Node* __tmp = __cur; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() local
88 _Node* __tmp = _M_create_node(__x); in insert() local
278 list __tmp[64]; in sort() local
355 list __tmp[64]; in sort() local
H A Dstl_list.h149 _Self __tmp = *this; member
164 _Self __tmp = *this; member
231 _Self __tmp = *this; member
246 _Self __tmp = *this; member
704 iterator __tmp = end(); in back() local
716 const_iterator __tmp = end(); in back() local
1161 _Node* __tmp = _M_create_node(__x); in _M_insert() local
H A Dfstream.tcc350 int_type __tmp; in pbackfail() local
765 const int_type __tmp = this->overflow(); in _M_terminate_output() local
809 const int_type __tmp = this->overflow(); in _M_terminate_output() local
827 const int_type __tmp = this->overflow(); in sync() local
/openbsd-src/gnu/llvm/libcxx/include/__chrono/
H A Dday.h35 …_LIBCPP_HIDE_FROM_ABI inline constexpr day operator++(int) noexcept { day __tmp = *this; ++(*this… variable
37 …_LIBCPP_HIDE_FROM_ABI inline constexpr day operator--(int) noexcept { day __tmp = *this; --(*this… variable
H A Dmonth.h35 …_LIBCPP_HIDE_FROM_ABI inline constexpr month operator++(int) noexcept { month __tmp = *this; ++(*… variable
37 …_LIBCPP_HIDE_FROM_ABI inline constexpr month operator--(int) noexcept { month __tmp = *this; --(*… variable
H A Dyear.h40 …_LIBCPP_HIDE_FROM_ABI inline constexpr year operator++(int) noexcept { year __tmp = *this; ++(*th… variable
42 …_LIBCPP_HIDE_FROM_ABI inline constexpr year operator--(int) noexcept { year __tmp = *this; --(*th… variable
H A Dweekday.h46 …_LIBCPP_HIDE_FROM_ABI inline constexpr weekday operator++(int) noexcept { weekday __tmp = *this; … variable
48 …_LIBCPP_HIDE_FROM_ABI inline constexpr weekday operator--(int) noexcept { weekday __tmp = *this; … variable
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/cpu/powerpc/
H A Datomicity.h45 _Atomic_word __tmp, __res; in __exchange_and_add() local
64 _Atomic_word __tmp; in __atomic_add() local
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_iterator.h150 _Iterator __tmp = current; variable
182 reverse_iterator __tmp = *this; variable
206 reverse_iterator __tmp = *this; variable
H A Dvector.tcc76 pointer __tmp = _M_allocate_and_copy(__n, _M_start, _M_finish); in reserve() local
134 pointer __tmp = _M_allocate_and_copy(__xlen, __x.begin(), __x.end()); in operator =() local
162 vector __tmp(__n, __val, get_allocator()); in _M_fill_assign() local
198 pointer __tmp(_M_allocate_and_copy(__len, __first, __last)); in _M_assign_aux() local
H A Dstl_bvector.h168 iterator __tmp = *this; member
177 iterator __tmp = *this; member
190 iterator __tmp = *this; member
194 iterator __tmp = *this; member
226 const_iterator __tmp = *this; member
235 const_iterator __tmp = *this; member
248 const_iterator __tmp = *this; member
252 const_iterator __tmp = *this; member
636 bool __tmp = __x; in swap() local
/openbsd-src/gnu/gcc/libstdc++-v3/src/
H A Dlist.cc104 _List_node_base* const __tmp = this->_M_prev; in transfer() local
114 _List_node_base* __tmp = this; in reverse() local
H A Dmt_allocator.cc91 _Block_address* __tmp = __bin._M_address->_M_next; in _GLIBCXX_BEGIN_NAMESPACE() local
221 _Block_address* __tmp = __bin._M_address->_M_next; in _M_destroy() local
238 _Block_address* __tmp = __bin._M_address->_M_next; in _M_destroy() local
299 _Block_record* __tmp = __first; in _M_reclaim_block() local
585 __gthread_mutex_t __tmp = __GTHREAD_MUTEX_INIT; in _M_initialize() local
777 __gthread_mutex_t __tmp = __GTHREAD_MUTEX_INIT; in _M_initialize() local
H A Dctype.cc58 const locale::_Impl* __tmp = __loc._M_impl; in use_facet() local
68 const locale::_Impl* __tmp = __loc._M_impl; in use_facet() local
/openbsd-src/gnu/gcc/libstdc++-v3/config/locale/gnu/
H A Dmessages_members.h56 char* __tmp = new char[__len]; in messages() local
106 char* __tmp = new char[__sz]; in messages_byname() local
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c/
H A Dstd_cmath.h103 double __tmp; in modf() local
117 double __tmp; in modf() local
/openbsd-src/gnu/gcc/libstdc++-v3/include/c/
H A Dstd_cmath.h103 double __tmp; in modf() local
117 double __tmp; in modf() local
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dconcurrence.h122 __gthread_mutex_t __tmp = __GTHREAD_MUTEX_INIT; in __mutex() local
169 __gthread_recursive_mutex_t __tmp = __GTHREAD_RECURSIVE_MUTEX_INIT; in __recursive_mutex() local
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/cpu/sparc/
H A Datomicity.h93 _Atomic_word __result, __tmp; in __exchange_and_add() local
115 _Atomic_word __tmp; in __atomic_add() local

1234