Home
last modified time | relevance | path

Searched refs:underflow (Results 1 – 25 of 99) sorted by relevance

1234

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++98/
A Dstreambuf.cc57 __c = __sbin->underflow(); in __copy_streambufs_eof()
97 __c = __sbin->underflow(); in __copy_streambufs_eof()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/
A Dstreambuf.cc57 __c = __sbin->underflow(); in __copy_streambufs_eof()
97 __c = __sbin->underflow(); in __copy_streambufs_eof()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/
A Dstreambuf.cc57 __c = __sbin->underflow(); in __copy_streambufs_eof()
97 __c = __sbin->underflow(); in __copy_streambufs_eof()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++98/
A Dstreambuf.cc57 __c = __sbin->underflow(); in __copy_streambufs_eof()
97 __c = __sbin->underflow(); in __copy_streambufs_eof()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++98/
A Dstreambuf.cc57 __c = __sbin->underflow(); in __copy_streambufs_eof()
97 __c = __sbin->underflow(); in __copy_streambufs_eof()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++98/
A Dstreambuf.cc57 __c = __sbin->underflow(); in __copy_streambufs_eof()
97 __c = __sbin->underflow(); in __copy_streambufs_eof()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++98/
A Dstreambuf.cc57 __c = __sbin->underflow(); in __copy_streambufs_eof()
97 __c = __sbin->underflow(); in __copy_streambufs_eof()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++98/
A Dstreambuf.cc57 __c = __sbin->underflow(); in __copy_streambufs_eof()
97 __c = __sbin->underflow(); in __copy_streambufs_eof()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/
A Dstreambuf334 * otherwise calls and returns @c underflow(). Does not move the
344 __ret = this->underflow();
636 * @c underflow() will not return @c traits::eof() until at
638 * showmanyc() returns -1, then calls to @c underflow() or @c
643 * calls [to underflow or uflow] will not return @c eof() but
687 underflow()
694 * Informally, this function does the same thing as @c underflow(),
696 * the new character, like @c underflow() does. However, this
703 const bool __testeof = traits_type::eq_int_type(this->underflow(),
719 * are the same as for @c underflow().
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/
A Dstreambuf334 * otherwise calls and returns @c underflow(). Does not move the
344 __ret = this->underflow();
636 * @c underflow() will not return @c traits::eof() until at
638 * showmanyc() returns -1, then calls to @c underflow() or @c
643 * calls [to underflow or uflow] will not return @c eof() but
687 underflow()
694 * Informally, this function does the same thing as @c underflow(),
696 * the new character, like @c underflow() does. However, this
703 const bool __testeof = traits_type::eq_int_type(this->underflow(),
719 * are the same as for @c underflow().
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/
A Dstreambuf334 * otherwise calls and returns @c underflow(). Does not move the
344 __ret = this->underflow();
636 * @c underflow() will not return @c traits::eof() until at
638 * showmanyc() returns -1, then calls to @c underflow() or @c
643 * calls [to underflow or uflow] will not return @c eof() but
687 underflow()
694 * Informally, this function does the same thing as @c underflow(),
696 * the new character, like @c underflow() does. However, this
703 const bool __testeof = traits_type::eq_int_type(this->underflow(),
719 * are the same as for @c underflow().
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/
A Dstreambuf334 * otherwise calls and returns @c underflow(). Does not move the
344 __ret = this->underflow();
636 * @c underflow() will not return @c traits::eof() until at
638 * showmanyc() returns -1, then calls to @c underflow() or @c
643 * calls [to underflow or uflow] will not return @c eof() but
687 underflow()
694 * Informally, this function does the same thing as @c underflow(),
696 * the new character, like @c underflow() does. However, this
703 const bool __testeof = traits_type::eq_int_type(this->underflow(),
719 * are the same as for @c underflow().
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dstreambuf339 * otherwise calls and returns @c underflow(). Does not move the
349 __ret = this->underflow();
641 * @c underflow() will not return @c traits::eof() until at
643 * showmanyc() returns -1, then calls to @c underflow() or @c
648 * calls [to underflow or uflow] will not return @c eof() but
692 underflow()
699 * Informally, this function does the same thing as @c underflow(),
701 * the new character, like @c underflow() does. However, this
708 const bool __testeof = traits_type::eq_int_type(this->underflow(),
724 * are the same as for @c underflow().
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dstreambuf341 * otherwise calls and returns @c underflow(). Does not move the
351 __ret = this->underflow();
643 * @c underflow() will not return @c traits::eof() until at
645 * showmanyc() returns -1, then calls to @c underflow() or @c
650 * calls [to underflow or uflow] will not return @c eof() but
694 underflow()
701 * Informally, this function does the same thing as @c underflow(),
703 * the new character, like @c underflow() does. However, this
710 const bool __testeof = traits_type::eq_int_type(this->underflow(),
726 * are the same as for @c underflow().
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dstreambuf341 * otherwise calls and returns @c underflow(). Does not move the
351 __ret = this->underflow();
643 * @c underflow() will not return @c traits::eof() until at
645 * showmanyc() returns -1, then calls to @c underflow() or @c
650 * calls [to underflow or uflow] will not return @c eof() but
694 underflow()
701 * Informally, this function does the same thing as @c underflow(),
703 * the new character, like @c underflow() does. However, this
710 const bool __testeof = traits_type::eq_int_type(this->underflow(),
726 * are the same as for @c underflow().
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/
A Dstreambuf341 * otherwise calls and returns @c underflow(). Does not move the
351 __ret = this->underflow();
643 * @c underflow() will not return @c traits::eof() until at
645 * showmanyc() returns -1, then calls to @c underflow() or @c
650 * calls [to underflow or uflow] will not return @c eof() but
694 underflow()
701 * Informally, this function does the same thing as @c underflow(),
703 * the new character, like @c underflow() does. However, this
710 const bool __testeof = traits_type::eq_int_type(this->underflow(),
726 * are the same as for @c underflow().
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dstreambuf_iterator.h358 __c = __sb->underflow(); in _GLIBCXX_VISIBILITY()
441 if (traits_type::eq_int_type(__sb->underflow(), __eof)) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dstreambuf_iterator.h353 __c = __sb->underflow(); in _GLIBCXX_VISIBILITY()
436 if (traits_type::eq_int_type(__sb->underflow(), __eof)) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dstreambuf_iterator.h386 __c = __sb->underflow(); in _GLIBCXX_VISIBILITY()
489 if (traits_type::eq_int_type(__sb->underflow(), __eof)) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dstreambuf_iterator.h387 __c = __sb->underflow(); in _GLIBCXX_VISIBILITY()
490 if (traits_type::eq_int_type(__sb->underflow(), __eof)) in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dsstream.tcc131 underflow() in underflow() function in std::basic_stringbuf
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/
A Dstdio_sync_filebuf.h101 underflow() in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dsstream.tcc150 underflow() in underflow() function in std::basic_stringbuf
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dsstream.tcc150 underflow() in underflow() function in std::basic_stringbuf
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dsstream.tcc150 underflow() in underflow() function in std::basic_stringbuf

Completed in 78 milliseconds

1234