OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__last2
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_list.h
200
_List_node_base* const
__last2
= std::__addressof(__x);
local
202
while (__first1 != __last1 && __first2 !=
__last2
)
213
if (__first2 !=
__last2
)
214
this->_M_transfer(__first2,
__last2
);
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_list.h
199
_List_node_base* const
__last2
= std::__addressof(__x);
local
201
while (__first1 != __last1 && __first2 !=
__last2
)
212
if (__first2 !=
__last2
)
213
this->_M_transfer(__first2,
__last2
);
Completed in 29 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026