Home
last modified time | relevance | path

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

1234

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
Dcustom_alloc.pass.cpp38 virtual int_type overflow(int_type c) in overflow() function
39 {return std::strstreambuf::overflow(c);} in overflow()
47 s.overflow('a'); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
Doverflow.pass.cpp35 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);} in overflow() function
47 assert(f.overflow('a') == 'a'); in main()
67 assert(f.overflow('a') == 'a'); in main()
86 assert(f.overflow(L'a') == L'a'); in main()
106 assert(f.overflow(L'a') == L'a'); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
Doverflow.pass.cpp38 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);} in overflow() function
49 assert(f.overflow(L'a') == L'a'); in main()
67 assert(f.overflow('a') == 'a'); in main()
/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi_vec.cc154 bool overflow = false; in __cxa_vec_new3() local
157 overflow = true; in __cxa_vec_new3()
161 overflow = true; in __cxa_vec_new3()
163 if (overflow) in __cxa_vec_new3()
/ndk/tests/device/test-gnustl-full/unit/
Dfull_streambuf.h26 int_type overflow(int_type c) { in overflow() function
/ndk/tests/device/test-stlport/unit/
Dfull_streambuf.h26 int_type overflow(int_type c) { in overflow() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
Doverflow.pass.cpp32 overflow(typename base::int_type c = base::type_traits::eof()) in overflow() function
33 {++overflow_called; return base::overflow(c);} in overflow()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
Dsputc.pass.cpp39 int_type overflow(int_type c = traits_type::eof()) in overflow() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_streambuf.c99 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(*__s)), in xsputn()
126 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(__c)), in _M_xsputnc()
156 basic_streambuf<_CharT, _Traits>::overflow(int_type) { in overflow() function
D_sstream.h82 virtual int_type overflow(int_type __c);
84 int_type overflow() {return overflow(_Traits::eof());} in overflow() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.rvalue/
DCharT_pointer.pass.cpp41 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
Dostream.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
Dios_base.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
Dbasic_ios.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
Dstreambuf.pass.cpp44 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
/ndk/sources/cxx-stl/stlport/src/
Dstdio_streambuf.h92 int_type overflow(int_type c = traits_type::eof());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
Dendl.pass.cpp40 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
Dends.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
Dstreambuf.pass.cpp44 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
Dput.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
Dwrite.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
Dunsigned_short.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
Ddouble.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
Dshort.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
Dpointer.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf

1234