HomeSort by relevance Sort by last modified time
    Searched defs:overflow (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /external/compiler-rt/lib/ubsan/lit_tests/Misc/
deduplication.cpp 6 void overflow() { function
18 overflow();
19 overflow();
20 overflow();
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
custom_alloc.pass.cpp 38 virtual int_type overflow(int_type c) function in struct:test
39 {return std::strstreambuf::overflow(c);}
47 s.overflow('a');
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
overflow.pass.cpp 15 // int_type overflow(int_type c = traits::eof());
32 overflow(typename base::int_type c = base::type_traits::eof()) function in struct:testbuf
33 {++overflow_called; return base::overflow(c);}
  /external/stlport/test/unit/
full_streambuf.h 26 int_type overflow(int_type c) { function in class:full_streambuf
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/ext.manip/
put_money.pass.cpp 36 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
put_time.pass.cpp 36 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
streambuf.pass.cpp 44 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream.unformatted/
get_streambuf.pass.cpp 41 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
get_streambuf_chart.pass.cpp 42 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
basic_ios.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
ios_base.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
ostream.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
streambuf.pass.cpp 44 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
bool.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
double.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
float.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
int.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
long.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
long_double.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
long_long.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
pointer.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
short.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
unsigned_int.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
unsigned_long.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
unsigned_long_long.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf

Completed in 1170 milliseconds

1 2 3 4 5 6