Home
last modified time | relevance | path

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

12345678910>>...12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dregex_automaton.h247 _StateT __tmp(_S_opcode_alternative); in _GLIBCXX_VISIBILITY()
250 __tmp._M_next = __next; in _GLIBCXX_VISIBILITY()
251 __tmp._M_alt = __alt; in _GLIBCXX_VISIBILITY()
252 return _M_insert_state(std::move(__tmp)); in _GLIBCXX_VISIBILITY()
258 _StateT __tmp(_S_opcode_repeat); in _GLIBCXX_VISIBILITY()
261 __tmp._M_next = __next; in _GLIBCXX_VISIBILITY()
262 __tmp._M_alt = __alt; in _GLIBCXX_VISIBILITY()
263 __tmp._M_neg = __neg; in _GLIBCXX_VISIBILITY()
264 return _M_insert_state(std::move(__tmp)); in _GLIBCXX_VISIBILITY()
270 _StateT __tmp(_S_opcode_match); in _GLIBCXX_VISIBILITY()
[all …]
H A Dlist.tcc73 _Node* __tmp = static_cast<_Node*>(__cur); in _M_clear() local
74 __cur = __tmp->_M_next; in _M_clear()
75 _Tp* __val = __tmp->_M_valptr(); in _M_clear()
81 _M_put_node(__tmp); in _M_clear()
92 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); in emplace() local
93 __tmp->_M_hook(__position._M_const_cast()._M_node); in emplace()
95 return iterator(__tmp); in emplace()
108 _Node* __tmp = _M_create_node(__x); in insert() local
109 __tmp->_M_hook(__position._M_const_cast()._M_node); in insert()
111 return iterator(__tmp); in insert()
[all …]
H A Dforward_list.tcc223 _Node_base* __tmp = const_cast<_Node_base*>(__pos._M_node); in _M_splice_after() local
231 return iterator(__tmp->_M_transfer_after(__b, __end)); in _M_splice_after()
233 return iterator(__tmp); in _M_splice_after()
248 _Node_base* __tmp = const_cast<_Node_base*>(__pos._M_node); in splice_after() local
249 __tmp->_M_transfer_after(const_cast<_Node_base*>(__i._M_node), in splice_after()
260 forward_list __tmp(__n, __val, get_allocator()); in insert_after() local
261 return _M_splice_after(__pos, __tmp.before_begin(), __tmp.end()); in insert_after()
274 forward_list __tmp(__first, __last, get_allocator()); in insert_after() local
275 if (!__tmp.empty()) in insert_after()
276 return _M_splice_after(__pos, __tmp.before_begin(), __tmp.end()); in insert_after()
[all …]
H A Dstl_bvector.h120 bool __tmp = __x; in _GLIBCXX_VISIBILITY() local
122 __y = __tmp; in _GLIBCXX_VISIBILITY()
128 bool __tmp = __x; in _GLIBCXX_VISIBILITY() local
130 __y = __tmp; in _GLIBCXX_VISIBILITY()
136 bool __tmp = __x; in _GLIBCXX_VISIBILITY() local
138 __y = __tmp; in _GLIBCXX_VISIBILITY()
264 iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member
266 return __tmp; in _GLIBCXX_VISIBILITY()
279 iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member
281 return __tmp; in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dregex_automaton.h246 _StateT __tmp(_S_opcode_alternative); in _GLIBCXX_VISIBILITY()
249 __tmp._M_next = __next; in _GLIBCXX_VISIBILITY()
250 __tmp._M_alt = __alt; in _GLIBCXX_VISIBILITY()
251 return _M_insert_state(std::move(__tmp)); in _GLIBCXX_VISIBILITY()
257 _StateT __tmp(_S_opcode_repeat); in _GLIBCXX_VISIBILITY()
260 __tmp._M_next = __next; in _GLIBCXX_VISIBILITY()
261 __tmp._M_alt = __alt; in _GLIBCXX_VISIBILITY()
262 __tmp._M_neg = __neg; in _GLIBCXX_VISIBILITY()
263 return _M_insert_state(std::move(__tmp)); in _GLIBCXX_VISIBILITY()
269 _StateT __tmp(_S_opcode_match); in _GLIBCXX_VISIBILITY()
[all …]
H A Dlist.tcc73 _Node* __tmp = static_cast<_Node*>(__cur); in _M_clear() local
74 __cur = __tmp->_M_next; in _M_clear()
75 _Tp* __val = __tmp->_M_valptr(); in _M_clear()
81 _M_put_node(__tmp); in _M_clear()
92 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); in emplace() local
93 __tmp->_M_hook(__position._M_const_cast()._M_node); in emplace()
95 return iterator(__tmp); in emplace()
108 _Node* __tmp = _M_create_node(__x); in insert() local
109 __tmp->_M_hook(__position._M_const_cast()._M_node); in insert()
111 return iterator(__tmp); in insert()
[all …]
H A Dforward_list.tcc223 _Node_base* __tmp = const_cast<_Node_base*>(__pos._M_node); in _M_splice_after() local
231 return iterator(__tmp->_M_transfer_after(__b, __end)); in _M_splice_after()
233 return iterator(__tmp); in _M_splice_after()
248 _Node_base* __tmp = const_cast<_Node_base*>(__pos._M_node); in splice_after() local
249 __tmp->_M_transfer_after(const_cast<_Node_base*>(__i._M_node), in splice_after()
260 forward_list __tmp(__n, __val, get_allocator()); in insert_after() local
261 return _M_splice_after(__pos, __tmp.before_begin(), __tmp.end()); in insert_after()
274 forward_list __tmp(__first, __last, get_allocator()); in insert_after() local
275 if (!__tmp.empty()) in insert_after()
276 return _M_splice_after(__pos, __tmp.before_begin(), __tmp.end()); in insert_after()
[all …]
H A Dstl_bvector.h134 bool __tmp = __x; in _GLIBCXX_VISIBILITY() local
136 __y = __tmp; in _GLIBCXX_VISIBILITY()
143 bool __tmp = __x; in _GLIBCXX_VISIBILITY() local
145 __y = __tmp; in _GLIBCXX_VISIBILITY()
152 bool __tmp = __x; in _GLIBCXX_VISIBILITY() local
154 __y = __tmp; in _GLIBCXX_VISIBILITY()
302 iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member
304 return __tmp; in _GLIBCXX_VISIBILITY()
319 iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member
321 return __tmp; in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dctype.cc72 char __tmp[sizeof(_M_narrow)]; in _M_narrow_init() local
74 __tmp[__i] = __i; in _M_narrow_init()
75 do_narrow(__tmp, __tmp + sizeof(__tmp), 0, _M_narrow); in _M_narrow_init()
78 if (__builtin_memcmp(__tmp, _M_narrow, sizeof(_M_narrow))) in _M_narrow_init()
85 do_narrow(__tmp, __tmp + 1, 1, &__c); in _M_narrow_init()
95 char __tmp[sizeof(_M_widen)]; in _M_widen_init() local
97 __tmp[__i] = __i; in _M_widen_init()
98 do_widen(__tmp, __tmp + sizeof(__tmp), _M_widen); in _M_widen_init()
102 if (__builtin_memcmp(__tmp, _M_widen, sizeof(_M_widen))) in _M_widen_init()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dctype.cc72 char __tmp[sizeof(_M_narrow)]; in _M_narrow_init() local
74 __tmp[__i] = __i; in _M_narrow_init()
75 do_narrow(__tmp, __tmp + sizeof(__tmp), 0, _M_narrow); in _M_narrow_init()
78 if (__builtin_memcmp(__tmp, _M_narrow, sizeof(_M_narrow))) in _M_narrow_init()
85 do_narrow(__tmp, __tmp + 1, 1, &__c); in _M_narrow_init()
95 char __tmp[sizeof(_M_widen)]; in _M_widen_init() local
97 __tmp[__i] = __i; in _M_widen_init()
98 do_widen(__tmp, __tmp + sizeof(__tmp), _M_widen); in _M_widen_init()
102 if (__builtin_memcmp(__tmp, _M_widen, sizeof(_M_widen))) in _M_widen_init()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_math.h64 char __tmp = *__tagp;
66 if (__tmp >= '0' && __tmp <= '7')
67 __r = (__r * 8u) + __tmp - '0';
81 char __tmp = *__tagp;
83 if (__tmp >= '0' && __tmp <= '9')
84 __r = (__r * 10u) + __tmp - '0';
98 char __tmp = *__tagp;
100 if (__tmp >= '0' && __tmp <= '9')
101 __r = (__r * 16u) + __tmp - '0';
102 else if (__tmp >= 'a' && __tmp <= 'f')
[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; \
80 _Static_assert(sizeof(__tmp) == sizeof(__val)); \
81 memcpy(&__tmp, &__val, sizeof(__val)); \
82 __tmp = ::__FnName(__tmp, __offset, __width); \
84 memcpy(&__ret, &__tmp, sizeof(__ret)); \
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dlist-aux-2.cc73 _List_node_base* const __tmp = this->_M_prev; in _M_transfer() local
76 __first->_M_prev = __tmp; in _M_transfer()
83 _List_node_base* __tmp = this; in _M_reverse() local
86 std::swap(__tmp->_M_next, __tmp->_M_prev); in _M_reverse()
89 __tmp = __tmp->_M_prev; in _M_reverse()
91 while (__tmp != this); in _M_reverse()
H A Dlist.cc107 _List_node_base* const __tmp = this->_M_prev; in _M_transfer() local
110 __first->_M_prev = __tmp; in _M_transfer()
117 _List_node_base* __tmp = this; in _M_reverse() local
120 std::swap(__tmp->_M_next, __tmp->_M_prev); in _M_reverse()
123 __tmp = __tmp->_M_prev; in _M_reverse()
125 while (__tmp != this); in _M_reverse()
H A Dlist-aux.cc105 _List_node_base* const __tmp = this->_M_prev; in transfer() local
108 __first->_M_prev = __tmp; in transfer()
115 _List_node_base* __tmp = this; in reverse() local
118 std::swap(__tmp->_M_next, __tmp->_M_prev); in reverse()
121 __tmp = __tmp->_M_prev; in reverse()
123 while (__tmp != this); in reverse()
H A Dbitmap_allocator.cc59 iterator __tmp = __lower_bound(__free_list.begin(), __free_list.end(), in _M_get() local
62 if (__tmp == __free_list.end() || !_M_should_i_give(**__tmp, __sz)) in _M_get()
96 size_t* __ret = *__tmp; in _M_get()
97 _M_get_free_list().erase(__tmp); in _M_get()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dlist-aux-2.cc73 _List_node_base* const __tmp = this->_M_prev; in _M_transfer() local
76 __first->_M_prev = __tmp; in _M_transfer()
83 _List_node_base* __tmp = this; in _M_reverse() local
86 std::swap(__tmp->_M_next, __tmp->_M_prev); in _M_reverse()
89 __tmp = __tmp->_M_prev; in _M_reverse()
91 while (__tmp != this); in _M_reverse()
H A Dlist.cc105 _List_node_base* const __tmp = this->_M_prev; in _M_transfer() local
108 __first->_M_prev = __tmp; in _M_transfer()
115 _List_node_base* __tmp = this; in _M_reverse() local
118 std::swap(__tmp->_M_next, __tmp->_M_prev); in _M_reverse()
121 __tmp = __tmp->_M_prev; in _M_reverse()
123 while (__tmp != this); in _M_reverse()
H A Dlist-aux.cc105 _List_node_base* const __tmp = this->_M_prev; in transfer() local
108 __first->_M_prev = __tmp; in transfer()
115 _List_node_base* __tmp = this; in reverse() local
118 std::swap(__tmp->_M_next, __tmp->_M_prev); in reverse()
121 __tmp = __tmp->_M_prev; in reverse()
123 while (__tmp != this); in reverse()
H A Dbitmap_allocator.cc59 iterator __tmp = __lower_bound(__free_list.begin(), __free_list.end(), in _M_get() local
62 if (__tmp == __free_list.end() || !_M_should_i_give(**__tmp, __sz)) in _M_get()
96 size_t* __ret = *__tmp; in _M_get()
97 _M_get_free_list().erase(__tmp); in _M_get()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/i486/opt/bits/
H A Dopt_random.h140 __uctype __tmp; in _GLIBCXX_VISIBILITY() local
146 __tmp = __uctype(__urng()) - __urngmin; in _GLIBCXX_VISIBILITY()
147 while (__tmp >= __past); in _GLIBCXX_VISIBILITY()
148 __v1 = __tmp / __scaling; in _GLIBCXX_VISIBILITY()
151 __tmp = __v1; in _GLIBCXX_VISIBILITY()
156 while (__v1 > __maskval || __v1 < __tmp); in _GLIBCXX_VISIBILITY()
162 __tmp = __uctype(__urng()) - __urngmin; in _GLIBCXX_VISIBILITY()
163 while (__tmp >= __past); in _GLIBCXX_VISIBILITY()
164 __v2 = __tmp / __scaling; in _GLIBCXX_VISIBILITY()
167 __tmp = __v2; in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/i486/opt/bits/
H A Dopt_random.h140 __uctype __tmp; in _GLIBCXX_VISIBILITY() local
146 __tmp = __uctype(__urng()) - __urngmin; in _GLIBCXX_VISIBILITY()
147 while (__tmp >= __past); in _GLIBCXX_VISIBILITY()
148 __v1 = __tmp / __scaling; in _GLIBCXX_VISIBILITY()
151 __tmp = __v1; in _GLIBCXX_VISIBILITY()
156 while (__v1 > __maskval || __v1 < __tmp); in _GLIBCXX_VISIBILITY()
162 __tmp = __uctype(__urng()) - __urngmin; in _GLIBCXX_VISIBILITY()
163 while (__tmp >= __past); in _GLIBCXX_VISIBILITY()
164 __v2 = __tmp / __scaling; in _GLIBCXX_VISIBILITY()
167 __tmp = __v2; in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/
H A Diterator_tracker.h100 __iterator_tracker __tmp(*this); in _GLIBCXX_VISIBILITY()
102 return __tmp; in _GLIBCXX_VISIBILITY()
117 __iterator_tracker __tmp(*this); in _GLIBCXX_VISIBILITY()
119 return __tmp; in _GLIBCXX_VISIBILITY()
149 __iterator_tracker __tmp(*this); in _GLIBCXX_VISIBILITY()
150 __tmp += __n; in _GLIBCXX_VISIBILITY()
151 return __tmp; in _GLIBCXX_VISIBILITY()
164 __iterator_tracker __tmp(*this); in _GLIBCXX_VISIBILITY()
165 __tmp -= __n; in _GLIBCXX_VISIBILITY()
166 return __tmp; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dmessages_members.h57 char* __tmp = new char[__len]; in _GLIBCXX_VISIBILITY() local
58 __builtin_memcpy(__tmp, __s, __len); in _GLIBCXX_VISIBILITY()
59 _M_name_messages = __tmp; in _GLIBCXX_VISIBILITY()
113 char* __tmp = new char[__len]; in _GLIBCXX_VISIBILITY() local
114 __builtin_memcpy(__tmp, __s, __len); in _GLIBCXX_VISIBILITY()
115 this->_M_name_messages = __tmp; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dmessages_members.h57 char* __tmp = new char[__len]; in _GLIBCXX_VISIBILITY() local
58 __builtin_memcpy(__tmp, __s, __len); in _GLIBCXX_VISIBILITY()
59 _M_name_messages = __tmp; in _GLIBCXX_VISIBILITY()
113 char* __tmp = new char[__len]; in _GLIBCXX_VISIBILITY() local
114 __builtin_memcpy(__tmp, __s, __len); in _GLIBCXX_VISIBILITY()
115 this->_M_name_messages = __tmp; in _GLIBCXX_VISIBILITY()

12345678910>>...12