Home
last modified time | relevance | path

Searched defs:overflow (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpalloc.c62 mpd_size_t overflow; in mpd_callocfunc_em() local
92 mpd_size_t req, overflow; in mpd_alloc() local
106 mpd_size_t overflow; in mpd_calloc() local
121 mpd_size_t req, overflow; in mpd_realloc() local
142 mpd_size_t req, overflow; in mpd_sh_alloc() local
/external/clang/test/SemaCXX/
Dinteger-overflow.cpp14 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expressi… variable
18 uint64_t overflow = 4608 * 1024 * 1024, in check_integer_overflows() local
/external/llvm-project/clang/test/SemaCXX/
Dinteger-overflow.cpp16 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expressi… variable
20 uint64_t overflow = 4608 * 1024 * 1024, in check_integer_overflows() local
/external/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/
Ddeduplication.cpp6 void overflow() { in overflow() function
/external/compiler-rt/test/ubsan/TestCases/Misc/
Ddeduplication.cpp6 void overflow() { in overflow() function
/external/llvm-project/clang/test/CodeGen/
Dsanitizer-special-case-list.c14 unsigned overflow() { in overflow() function
/external/clang/test/Sema/
Dinteger-overflow.c14 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expressi… variable
18 uint64_t overflow = 4608 * 1024 * 1024, in check_integer_overflows() local
/external/llvm-project/compiler-rt/lib/builtins/
Dmulodi4.c20 COMPILER_RT_ABI di_int __mulodi4(di_int a, di_int b, int *overflow) { in __mulodi4()
Dmulosi4.c20 COMPILER_RT_ABI si_int __mulosi4(si_int a, si_int b, int *overflow) { in __mulosi4()
Dmuloti4.c24 COMPILER_RT_ABI ti_int __muloti4(ti_int a, ti_int b, int *overflow) { in __muloti4()
/external/abseil-cpp/absl/strings/internal/
Dostringstream.cc21 OStringStream::Buf::int_type OStringStream::overflow(int c) { in overflow() function in absl::strings_internal::OStringStream
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
Dostringstream.cc21 OStringStream::Buf::int_type OStringStream::overflow(int c) { in overflow() function in absl::strings_internal::OStringStream
/external/libtextclassifier/abseil-cpp/absl/strings/internal/
Dostringstream.cc21 OStringStream::Buf::int_type OStringStream::overflow(int c) { in overflow() function in absl::strings_internal::OStringStream
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dostringstream.cc21 OStringStream::Buf::int_type OStringStream::overflow(int c) { in overflow() function in absl::strings_internal::OStringStream
/external/openscreen/third_party/abseil/src/absl/strings/internal/
Dostringstream.cc21 OStringStream::Buf::int_type OStringStream::overflow(int c) { in overflow() function in absl::strings_internal::OStringStream
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dostringstream.cc21 OStringStream::Buf::int_type OStringStream::overflow(int c) { in overflow() function in absl::strings_internal::OStringStream
/external/llvm-project/clang/test/Sema/
Dinteger-overflow.c14 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expressi… variable
18 uint64_t overflow = 4608 * 1024 * 1024, in check_integer_overflows() local
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/
DCharT_pointer.pass.cpp42 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
Dios_base.pass.cpp37 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
Dostream.pass.cpp38 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
/external/llvm-project/libcxx/src/filesystem/
Dint128_builtins.cpp22 __int128_t __muloti4(__int128_t a, __int128_t b, int* overflow) { in __muloti4()
/external/compiler-rt/lib/builtins/
Dmuloti4.c24 __muloti4(ti_int a, ti_int b, int* overflow) in __muloti4()
Dmulosi4.c22 __mulosi4(si_int a, si_int b, int* overflow) in __mulosi4()
Dmulodi4.c22 __mulodi4(di_int a, di_int b, int* overflow) in __mulodi4()
/external/libcxx/src/filesystem/
Dint128_builtins.cpp23 __int128_t __muloti4(__int128_t a, __int128_t b, int* overflow) { in __muloti4()

12345678910>>...12