Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dlocale_conv.h74 auto __outnext = &__outstr.front() + __outchars; in _GLIBCXX_VISIBILITY() local
77 __outnext, __outlast, __outnext); in _GLIBCXX_VISIBILITY()
78 __outchars = __outnext - &__outstr.front(); in _GLIBCXX_VISIBILITY()
443 _Elem* __outnext = __outbuf; in _GLIBCXX_VISIBILITY() local
455 __outbuf, __outend, __outnext); in _GLIBCXX_VISIBILITY()
470 this->setg(__outbuf, __outbuf, __outnext); in _GLIBCXX_VISIBILITY()
506 char* __outnext = __outbuf; in _GLIBCXX_VISIBILITY() local
509 __outnext, __outlast, __outnext); in _GLIBCXX_VISIBILITY()
515 if (!_M_put(__outbuf, __outnext - __outbuf)) in _GLIBCXX_VISIBILITY()