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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/
H A Dhashtable.h715 _Node* __cur2 = __ht2._M_buckets[__n]; local
717 for (; __cur1 && __cur2;
718 __cur1 = __cur1->_M_next, __cur2 = __cur2->_M_next)
720 if (__cur1 || __cur2)
727 for (__cur2 = __ht2._M_buckets[__n];
728 __cur2; __cur2 = __cur2->_M_next)
730 if (__cur1->_M_val == __cur2
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
H A Dhashtable.h715 _Node* __cur2 = __ht2._M_buckets[__n]; local
717 for (; __cur1 && __cur2;
718 __cur1 = __cur1->_M_next, __cur2 = __cur2->_M_next)
720 if (__cur1 || __cur2)
727 for (__cur2 = __ht2._M_buckets[__n];
728 __cur2; __cur2 = __cur2->_M_next)
730 if (__cur1->_M_val == __cur2
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_util.h617 auto __cur2 = __first2;
620 if (++__cur2 == __last2)
626 std::__invoke(__proj2, *__cur2)))
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h516 auto __cur2 = __first2; local
519 if (++__cur2 == __last2)
525 std::__invoke(__proj2, *__cur2)))

Completed in 205 milliseconds