Searched refs:__cur1 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/
H A Dhashtable.h714 _Node* __cur1 = __ht1._M_buckets[__n]; local
717 for (; __cur1 && __cur2;
718 __cur1 = __cur1->_M_next, __cur2 = __cur2->_M_next)
720 if (__cur1 || __cur2)
723 for (__cur1 = __ht1._M_buckets[__n] ; __cur1;
724 __cur1 = __cur1->_M_next)
730 if (__cur1
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
H A Dhashtable.h714 _Node* __cur1 = __ht1._M_buckets[__n]; local
717 for (; __cur1 && __cur2;
718 __cur1 = __cur1->_M_next, __cur2 = __cur2->_M_next)
720 if (__cur1 || __cur2)
723 for (__cur1 = __ht1._M_buckets[__n] ; __cur1;
724 __cur1 = __cur1->_M_next)
730 if (__cur1
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_util.h616 auto __cur1 = __first1;
621 return {__first1, ++__cur1};
622 if (++__cur1 == __last1)
623 return {__cur1, __cur1};
625 std::__invoke(__proj1, *__cur1),
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h515 auto __cur1 = __first1; local
520 return {__first1, ++__cur1};
521 if (++__cur1 == __last1)
522 return {__cur1, __cur1};
524 std::__invoke(__proj1, *__cur1),

Completed in 188 milliseconds