Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
Dunderflow.pass.cpp28 typename base::int_type underflow() {return base::underflow();} in underflow() function
37 assert(sb.underflow() == '1'); in main()
38 assert(sb.underflow() == '1'); in main()
40 assert(sb.underflow() == '2'); in main()
41 assert(sb.underflow() == '2'); in main()
43 assert(sb.underflow() == '3'); in main()
44 assert(sb.underflow() == '3'); in main()
46 assert(sb.underflow() == std::char_traits<char>::eof()); in main()
47 assert(sb.underflow() == std::char_traits<char>::eof()); in main()
49 assert(sb.underflow() == '4'); in main()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
Dunderflow.pass.cpp28 base::int_type underflow() {return base::underflow();} in underflow() function
36 assert(sb.underflow() == '1'); in main()
37 assert(sb.underflow() == '1'); in main()
39 assert(sb.underflow() == '2'); in main()
40 assert(sb.underflow() == '2'); in main()
42 assert(sb.underflow() == '3'); in main()
43 assert(sb.underflow() == '3'); in main()
45 assert(sb.underflow() == EOF); in main()
46 assert(sb.underflow() == EOF); in main()
48 assert(sb.underflow() == '4'); in main()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/filebuf.virtuals/
Dunderflow.pass.cpp34 virtual int_type underflow() {return base::underflow();} in underflow() function
46 assert(f.underflow() == '1'); in main()
60 assert(f.underflow() == '1'); in main()
82 assert(f.underflow() == L'1'); in main()
96 assert(f.underflow() == L'1'); in main()
Dseekoff.pass.cpp36 virtual int_type underflow() {return base::underflow();} in underflow() function
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale.convenience/conversions/conversions.buffer/
Dunderflow.pass.cpp38 virtual int_type underflow() {return base::underflow();} in underflow() function
49 assert(f.underflow() == L'1'); in main()
61 assert(f.underflow() == L'1'); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
Dsgetc.pass.cpp35 int_type underflow() in underflow() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_streambuf.c144 return this->underflow(); in _M_snextc_aux()
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ? in uflow()
170 basic_streambuf<_CharT, _Traits>::underflow() in underflow() function
D_streambuf.h170 virtual int_type underflow();
235 : this->underflow(); in sgetc()
D_strstream.h76 virtual int_type underflow();
D_sstream.h79 virtual int_type underflow();
D_sstream.c96 basic_stringbuf<_CharT, _Traits, _Alloc>::underflow() { in underflow() function
D_fstream.c75 basic_filebuf<_CharT, _Traits>::underflow() { in underflow() function
D_fstream.h201 virtual int_type underflow();
/ndk/sources/cxx-stl/stlport/src/
Dstdio_streambuf.h80 int_type underflow();
Dstdio_streambuf.cpp156 stdio_istreambuf::int_type stdio_istreambuf::underflow() in underflow() function in stdio_istreambuf
Dstrstream.cpp176 strstreambuf::int_type strstreambuf::underflow() { in underflow() function in strstreambuf
/ndk/sources/cxx-stl/llvm-libc++/include/
Dstreambuf96 virtual int_type underflow();
197 virtual int_type underflow();
312 return underflow();
512 basic_streambuf<_CharT, _Traits>::underflow()
521 if (underflow() == traits_type::eof())
D__std_stream47 virtual int_type underflow();
87 __stdinbuf<_CharT>::underflow()
Dstrstream45 virtual int_type underflow();
172 virtual int_type underflow();
Dsstream45 virtual int_type underflow();
229 virtual int_type underflow();
389 basic_stringbuf<_CharT, _Traits, _Allocator>::underflow()
Dfstream46 virtual int_type underflow();
215 virtual int_type underflow();
575 basic_filebuf<_CharT, _Traits>::underflow()
Dlocale4173 virtual int_type underflow();
4223 wbuffer_convert<_Codecvt, _Elem, _Tr>::underflow()
/ndk/sources/cxx-stl/llvm-libc++/src/
Dstrstream.cpp215 strstreambuf::underflow() in underflow() function in strstreambuf
/ndk/build/gmsl/
D__gmsl556 # or outputs an error on a numeric underflow
560 $(call __gmsl_warning,Subtraction underflow)))
567 # or outputs an error on a numeric underflow
673 # decrement does not range check and hence will not underflow, but
697 $(call __gmsl_warning,Decrement underflow)))
Dgmsl-tests347 …l test_assert,$(call int_subtract,$(call int_encode,3),$(call int_encode,4)),Subtraction underflow)
523 $(call test_assert,$(call int_dec,$(call int_encode,0)),Decrement underflow)