| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
| list.cc | 63 if ( __x._M_next != &__x ) 65 if ( __y._M_next != &__y ) 68 std::swap(__x._M_next,__y._M_next); 70 __x._M_next->_M_prev = __x._M_prev->_M_next = &__x; 71 __y._M_next->_M_prev = __y._M_prev->_M_next = &__y; 76 __y._M_next = __x._M_next; [all...] |
| list-aux.cc | 41 _List_node_base* _M_next; 64 if ( __x._M_next != &__x ) 66 if ( __y._M_next != &__y ) 69 std::swap(__x._M_next,__y._M_next); 71 __x._M_next->_M_prev = __x._M_prev->_M_next = &__x; 72 __y._M_next->_M_prev = __y._M_prev->_M_next = &__y; 77 __y._M_next = __x._M_next [all...] |
| list-aux-2.cc | 43 _List_node_base* _M_next; 68 __last->_M_prev->_M_next = this; 69 __first->_M_prev->_M_next = __last; 70 this->_M_prev->_M_next = __first; 86 std::swap(__tmp->_M_next, __tmp->_M_prev); 98 this->_M_next = __position; 100 __position->_M_prev->_M_next = this; 107 _List_node_base* const __next_node = this->_M_next; 109 __prev_node->_M_next = __next_node;
|
| mt_allocator.cc | 86 __tr->_M_next = freelist._M_thread_freelist; 107 _Block_address* __tmp = __bin._M_address->_M_next; 129 __block->_M_next = __bin._M_first[0]; 149 __address->_M_next = __bin._M_address; 158 __block->_M_next = reinterpret_cast<_Block_record*>(__c); 159 __block = __block->_M_next; 161 __block->_M_next = 0; 164 __bin._M_first[__thread_id] = __block->_M_next; 237 _Block_address* __tmp = __bin._M_address->_M_next; 254 _Block_address* __tmp = __bin._M_address->_M_next; [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
| list.cc | 63 if ( __x._M_next != &__x ) 65 if ( __y._M_next != &__y ) 68 std::swap(__x._M_next,__y._M_next); 70 __x._M_next->_M_prev = __x._M_prev->_M_next = &__x; 71 __y._M_next->_M_prev = __y._M_prev->_M_next = &__y; 76 __y._M_next = __x._M_next; [all...] |
| list-aux.cc | 41 _List_node_base* _M_next; 64 if ( __x._M_next != &__x ) 66 if ( __y._M_next != &__y ) 69 std::swap(__x._M_next,__y._M_next); 71 __x._M_next->_M_prev = __x._M_prev->_M_next = &__x; 72 __y._M_next->_M_prev = __y._M_prev->_M_next = &__y; 77 __y._M_next = __x._M_next [all...] |
| list-aux-2.cc | 43 _List_node_base* _M_next; 68 __last->_M_prev->_M_next = this; 69 __first->_M_prev->_M_next = __last; 70 this->_M_prev->_M_next = __first; 86 std::swap(__tmp->_M_next, __tmp->_M_prev); 98 this->_M_next = __position; 100 __position->_M_prev->_M_next = this; 107 _List_node_base* const __next_node = this->_M_next; 109 __prev_node->_M_next = __next_node;
|
| mt_allocator.cc | 86 __tr->_M_next = freelist._M_thread_freelist; 107 _Block_address* __tmp = __bin._M_address->_M_next; 129 __block->_M_next = __bin._M_first[0]; 149 __address->_M_next = __bin._M_address; 158 __block->_M_next = reinterpret_cast<_Block_record*>(__c); 159 __block = __block->_M_next; 161 __block->_M_next = 0; 164 __bin._M_first[__thread_id] = __block->_M_next; 237 _Block_address* __tmp = __bin._M_address->_M_next; 254 _Block_address* __tmp = __bin._M_address->_M_next; [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
| safe_base.h | 74 _Safe_iterator_base* _M_next; 80 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0) 92 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0) 103 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0) 172 _M_prior->_M_next = _M_next; 173 if (_M_next) 174 _M_next->_M_prior = _M_prior;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/ |
| safe_base.h | 74 _Safe_iterator_base* _M_next; 79 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0) 90 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0) 97 : _M_sequence(0), _M_version(0), _M_prior(0), _M_next(0) 158 _M_prior->_M_next = _M_next; 159 if (_M_next) 160 _M_next->_M_prior = _M_prior;
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/ |
| hashtable.h | 76 _Hashtable_node* _M_next; 438 for (_Node* __n = _M_buckets[__bucket]; __n; __n = __n->_M_next) 523 __first = __first->_M_next) 535 __first = __first->_M_next) 547 __cur = __cur->_M_next) 614 __n->_M_next = 0; 653 _M_cur = _M_cur->_M_next; 681 _M_cur = _M_cur->_M_next; 718 __cur1 = __cur1->_M_next, __cur2 = __cur2->_M_next) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/ |
| hashtable.h | 76 _Hashtable_node* _M_next; 438 for (_Node* __n = _M_buckets[__bucket]; __n; __n = __n->_M_next) 523 __first = __first->_M_next) 535 __first = __first->_M_next) 547 __cur = __cur->_M_next) 614 __n->_M_next = 0; 653 _M_cur = _M_cur->_M_next; 681 _M_cur = _M_cur->_M_next; 718 __cur1 = __cur1->_M_next, __cur2 = __cur2->_M_next) [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| forward_list.h | 59 : _M_next(__x._M_next) 60 { __x._M_next = nullptr; } 68 _M_next = __x._M_next; 69 __x._M_next = nullptr; 73 _Fwd_list_node_base* _M_next = nullptr; 79 _Fwd_list_node_base* __keep = __begin->_M_next; 82 __begin->_M_next = __end->_M_next; [all...] |
| stl_list.h | 84 _List_node_base* _M_next; 116 : _List_node_base{ __x._M_next, __x._M_prev } 121 if (__x._M_base()->_M_next == __x._M_base()) 122 this->_M_next = this->_M_prev = this; 125 this->_M_next->_M_prev = this->_M_prev->_M_next = this->_M_base(); 134 if (__xnode->_M_next == __xnode) 139 __node->_M_next = __xnode->_M_next; 141 __node->_M_next->_M_prev = __node->_M_prev->_M_next = __node [all...] |
| regex_automaton.h | 79 _StateIdT _M_next; // outgoing transition 99 : _M_opcode(__opcode), _M_next(_S_invalid_state_id) 249 __tmp._M_next = __next; 260 __tmp._M_next = __next; 372 _M_nfa[_M_end]._M_next = __id; 380 _M_nfa[_M_end]._M_next = __s._M_start;
|
| hashtable.h | 119 * - _Hash_node* _M_next 861 _M_buckets[_M_bucket_index(*__node->_M_next())] = __node; 1048 for (__n = _M_begin(); __n; __n = __n->_M_next()) 1103 _M_remove_bucket_begin(__bkt, __n->_M_next(), 1104 __n->_M_nxt ? _M_bucket_index(*__n->_M_next()) : 0); 1107 size_type __next_bkt = _M_bucket_index(*__n->_M_next()); 1172 for (auto __n = _M_begin(); __n; __n = __n->_M_next()) 1430 for (__ht_n = __ht_n->_M_next(); __ht_n; __ht_n = __ht_n->_M_next()) 1722 for (auto __it = _M_begin(); __it; __it = __it->_M_next()) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| forward_list.h | 58 : _M_next(__x._M_next) 59 { __x._M_next = nullptr; } 67 _M_next = __x._M_next; 68 __x._M_next = nullptr; 72 _Fwd_list_node_base* _M_next = nullptr; 78 _Fwd_list_node_base* __keep = __begin->_M_next; 81 __begin->_M_next = __end->_M_next; [all...] |
| stl_list.h | 83 _List_node_base* _M_next; 115 : _List_node_base{ __x._M_next, __x._M_prev } 120 if (__x._M_base()->_M_next == __x._M_base()) 121 this->_M_next = this->_M_prev = this; 124 this->_M_next->_M_prev = this->_M_prev->_M_next = this->_M_base(); 133 if (__xnode->_M_next == __xnode) 138 __node->_M_next = __xnode->_M_next; 140 __node->_M_next->_M_prev = __node->_M_prev->_M_next = __node [all...] |
| regex_automaton.h | 79 _StateIdT _M_next; // outgoing transition 99 : _M_opcode(__opcode), _M_next(_S_invalid_state_id) 249 __tmp._M_next = __next; 260 __tmp._M_next = __next; 372 _M_nfa[_M_end]._M_next = __id; 380 _M_nfa[_M_end]._M_next = __s._M_start;
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| condition_variable.cc | 68 auto next = elt->_M_next; 120 elt->_M_next = (__at_thread_exit_elt*)__gthread_getspecific(key);
|
| debug.cc | 80 for (__iter = __rhs_its; __iter; __iter = __iter->_M_next) 82 for (__iter = __lhs_its; __iter; __iter = __iter->_M_next) 156 __iter = __iter->_M_next; 348 __iter = __iter->_M_next; 356 __iter2 = __iter2->_M_next; 368 __iter = __iter->_M_next) 372 __iter2 = __iter2->_M_next) 400 __it->_M_next = __its; 401 if (__it->_M_next) 402 __it->_M_next->_M_prior = __it [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| condition_variable.cc | 68 auto next = elt->_M_next; 120 elt->_M_next = (__at_thread_exit_elt*)__gthread_getspecific(key);
|
| debug.cc | 79 for (__iter = __rhs_its; __iter; __iter = __iter->_M_next) 81 for (__iter = __lhs_its; __iter; __iter = __iter->_M_next) 155 __iter = __iter->_M_next; 294 __iter = __iter->_M_next; 302 __iter2 = __iter2->_M_next; 314 __iter = __iter->_M_next) 318 __iter2 = __iter2->_M_next) 346 __it->_M_next = __its; 347 if (__it->_M_next) 348 __it->_M_next->_M_prior = __it [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| hashtable.h | 441 __n->_M_next = 0; 481 __p = __p->_M_next; 614 __tail = &((*__tail)->_M_next); 615 __n = __n->_M_next; 743 for (_Node* __p = _M_buckets[__n]; __p; __p = __p->_M_next) 772 _Node* __p1 = __p->_M_next; 773 for (; __p1; __p1 = __p1->_M_next) 810 _Node* __p1 = __p->_M_next; 811 for (; __p1; __p1 = __p1->_M_next) 839 for (; __p; __p = __p->_M_next) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
| hashtable.h | 441 __n->_M_next = 0; 481 __p = __p->_M_next; 614 __tail = &((*__tail)->_M_next); 615 __n = __n->_M_next; 743 for (_Node* __p = _M_buckets[__n]; __p; __p = __p->_M_next) 772 _Node* __p1 = __p->_M_next; 773 for (; __p1; __p1 = __p1->_M_next) 810 _Node* __p1 = __p->_M_next; 811 for (; __p1; __p1 = __p1->_M_next) 839 for (; __p; __p = __p->_M_next) [all...] |