OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_M_iterators
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
safe_base.h
208
mutable _Safe_iterator_base*
_M_iterators
;
220
:
_M_iterators
(0), _M_const_iterators(0), _M_version(1)
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
safe_base.h
194
_Safe_iterator_base*
_M_iterators
;
205
:
_M_iterators
(0), _M_const_iterators(0), _M_version(1)
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
debug.cc
91
swap_its(__lhs, __lhs.
_M_iterators
,
92
__rhs, __rhs.
_M_iterators
);
333
detach_all(
_M_iterators
);
334
_M_iterators
= 0;
345
for (_Safe_iterator_base* __iter =
_M_iterators
; __iter;)
367
for (_Safe_iterator_base* __iter =
_M_iterators
; __iter;
399
__constant ? _M_const_iterators :
_M_iterators
;
423
if (
_M_iterators
== __it)
424
_M_iterators
= __it->_M_next;
583
detach_all(
_M_iterators
);
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
debug.cc
90
swap_its(__lhs, __lhs.
_M_iterators
,
91
__rhs, __rhs.
_M_iterators
);
279
detach_all(
_M_iterators
);
280
_M_iterators
= 0;
291
for (_Safe_iterator_base* __iter =
_M_iterators
; __iter;)
313
for (_Safe_iterator_base* __iter =
_M_iterators
; __iter;
345
__constant ? _M_const_iterators :
_M_iterators
;
369
if (
_M_iterators
== __it)
370
_M_iterators
= __it->_M_next;
519
detach_all(
_M_iterators
);
[
all
...]
Completed in 25 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026