/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/ |
unsigned_char_pointer.pass.cpp | 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/ |
endl.pass.cpp | 40 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
|
ends.pass.cpp | 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.rvalue/ |
CharT_pointer.pass.cpp | 41 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/ |
put.pass.cpp | 37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
|
write.pass.cpp | 37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/ |
sputc.pass.cpp | 39 int_type overflow(int_type c = traits_type::eof()) function in struct:test
|
/ndk/tests/device/test-gnustl-full/unit/ |
full_streambuf.h | 26 int_type overflow(int_type c) { function in class:full_streambuf
|
/ndk/tests/device/test-stlport/unit/ |
full_streambuf.h | 26 int_type overflow(int_type c) { function in class:full_streambuf
|
/external/clang/test/Sema/ |
integer-overflow.c | 9 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expression; result is 536870912 with type 'int'}} variable 12 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}} 13 uint64_t overflow = 4608 * 1024 * 1024, local 14 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}} 16 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}} 18 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}} 20 // expected-warning@+1 2{{overflow in expression; result is 536870912 with type 'int'}} 23 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}} 24 overflow += overflow2 = overflow3 = (uint64_t)(4608 * 1024 * 1024) [all...] |
/external/clang/test/SemaCXX/ |
integer-overflow.cpp | 9 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expression; result is 536870912 with type 'int'}} variable 12 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}} 13 uint64_t overflow = 4608 * 1024 * 1024, local 14 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}} 16 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}} 18 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}} 20 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}} 22 // expected-warning@+1 2{{overflow in expression; result is 536870912 with type 'int'}} 25 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'} [all...] |
/external/deqp/executor/ |
xeXMLWriter.cpp | 115 int EscapeStreambuf::overflow (int ch) function in class:xe::xml::EscapeStreambuf
|
/external/google-benchmark/src/ |
log.cc | 24 int overflow(int c) { function in class:benchmark::internal::NullLogBuffer
|
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/ |
overflow.pass.cpp | 12 // int_type overflow(int_type c = traits::eof()); 35 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);} function in struct:test_buf 42 assert(f.open("overflow.dat", std::ios_base::out) != 0); 47 assert(f.overflow('a') == 'a'); 54 assert(f.open("overflow.dat", std::ios_base::in) != 0); 58 std::remove("overflow.dat"); 62 assert(f.open("overflow.dat", std::ios_base::out) != 0); 67 assert(f.overflow('a') == 'a'); 74 assert(f.open("overflow.dat", std::ios_base::in) != 0) [all...] |
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/ |
pointer.pass.cpp | 37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
|
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/ |
overflow.pass.cpp | 14 // int_type overflow(int_type c = traits::eof()); 38 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);} function in struct:test_buf 44 std::ofstream bs("overflow.dat"); 49 assert(f.overflow(L'a') == L'a'); 55 std::ifstream bs("overflow.dat"); 59 std::remove("overflow.dat"); 61 std::ofstream bs("overflow.dat"); 67 assert(f.overflow('a') == 'a'); 73 std::ifstream bs("overflow.dat") [all...] |
/external/speex/include/speex/ |
speex_bits.h | 55 int overflow;/**< Set to one if we try to read past the valid data */ member in struct:SpeexBits
|
/external/v8/test/mjsunit/regress/ |
regress-builtinbust-7.js | 6 function overflow() { 7 return overflow() + 1; 9 Object.defineProperty = overflow; 20 Object.apply = overflow;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/ |
overflow.pass.cpp | 12 // int_type overflow(int_type c = traits::eof()); 35 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);} function in struct:test_buf 42 assert(f.open("overflow.dat", std::ios_base::out) != 0); 47 assert(f.overflow('a') == 'a'); 54 assert(f.open("overflow.dat", std::ios_base::in) != 0); 58 std::remove("overflow.dat"); 62 assert(f.open("overflow.dat", std::ios_base::out) != 0); 67 assert(f.overflow('a') == 'a'); 74 assert(f.open("overflow.dat", std::ios_base::in) != 0) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/ |
overflow.pass.cpp | 14 // int_type overflow(int_type c = traits::eof()); 38 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);} function in struct:test_buf 44 std::ofstream bs("overflow.dat"); 49 assert(f.overflow(L'a') == L'a'); 55 std::ifstream bs("overflow.dat"); 59 std::remove("overflow.dat"); 61 std::ofstream bs("overflow.dat"); 67 assert(f.overflow('a') == 'a'); 73 std::ifstream bs("overflow.dat") [all...] |
/external/v8/src/ |
ostreams.cc | 29 OFStreamBase::int_type OFStreamBase::overflow(int_type c) { function in class:v8::internal::OFStreamBase
|
/prebuilts/go/darwin-x86/src/math/ |
exp_amd64.s | 93 JGE overflow 110 overflow: // return +Inf label
|
/prebuilts/go/linux-x86/src/math/ |
exp_amd64.s | 93 JGE overflow 110 overflow: // return +Inf label
|
/external/dng_sdk/source/ |
dng_safe_arithmetic.cpp | 11 // https://www.securecoding.cert.org/confluence/display/c/INT32-C.+Ensure+that+operations+on+signed+integers+do+not+result+in+overflow 36 ThrowProgramError("Arithmetic overflow"); 49 ThrowProgramError("Arithmetic overflow"); 105 ThrowProgramError("Arithmetic overflow"); 115 ThrowProgramError("Arithmetic overflow"); 171 ThrowProgramError("Arithmetic overflow"); 183 bool overflow = true; local 187 overflow = (arg1 > std::numeric_limits<std::int64_t>::max() / arg2); 189 overflow = (arg2 < std::numeric_limits<std::int64_t>::min() / arg1); 193 overflow = (arg1 < std::numeric_limits<std::int64_t>::min() / arg2) [all...] |
/external/zlib/src/contrib/iostream3/ |
zfstream.cc | 214 gzfilebuf::overflow(int_type c) function in class:gzfilebuf 230 // Overflow doesn't fail if nothing is to be written 301 return traits_type::eq_int_type(this->overflow(), traits_type::eof()) ? -1 : 0; 322 // so that overflow(c) can safely add the extra character c to the sequence.
|