Home
last modified time | relevance | path

Searched refs:__csptr (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/
Dropeimpl.h1241 size_t __csptr = 0; in _S_fetch_ptr() local
1252 if (__c->_M_c_string != 0) __clrstack[__csptr++] = __c; in _S_fetch_ptr()
1265 __clrstack[__csptr++] = __l; in _S_fetch_ptr()
1266 while (__csptr > 0) { in _S_fetch_ptr()
1267 -- __csptr; in _S_fetch_ptr()
1268 _RopeRep* __d = __clrstack[__csptr]; in _S_fetch_ptr()
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dropeimpl.h1375 size_t __csptr = 0; in _S_fetch_ptr() local
1390 __clrstack[__csptr++] = __c; in _S_fetch_ptr()
1404 __clrstack[__csptr++] = __l; in _S_fetch_ptr()
1405 while (__csptr > 0) in _S_fetch_ptr()
1407 -- __csptr; in _S_fetch_ptr()
1408 _RopeRep* __d = __clrstack[__csptr]; in _S_fetch_ptr()