/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
H A D | checkedint.d | 67 bool overflow; variable 103 bool overflow; variable 139 bool overflow; variable 187 bool overflow; variable 193 bool overflow; variable 230 bool overflow; variable 267 bool overflow; variable 311 bool overflow; variable 347 bool overflow; variable 386 bool overflow; variable [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
H A D | checkedint.c | 47 int adds(int x, int y, bool& overflow) in adds() 56 int64_t adds(int64_t x, int64_t y, bool& overflow) in adds() 78 unsigned addu(unsigned x, unsigned y, bool& overflow) in addu() 87 uint64_t addu(uint64_t x, uint64_t y, bool& overflow) in addu() 108 int subs(int x, int y, bool& overflow) in subs() 117 int64_t subs(int64_t x, int64_t y, bool& overflow) in subs() 139 unsigned subu(unsigned x, unsigned y, bool& overflow) in subu() 147 uint64_t subu(uint64_t x, uint64_t y, bool& overflow) in subu() 164 int negs(int x, bool& overflow) in negs() 172 int64_t negs(int64_t x, bool& overflow) in negs() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/container/ |
H A D | array.d | 38 bool overflow = false; in Array() local 98 bool overflow = false; in Array() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/container/ |
H A D | array.d | 38 bool overflow = false; in Array() local 98 bool overflow = false; in Array() local
|
/netbsd-src/lib/libm/src/ |
H A D | s_exp2f.c | 63 static volatile double overflow = 0x1p+1000; variable 68 #define overflow (huge * huge) macro
|
/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/ |
H A D | deduplication.cpp | 6 void overflow() { in overflow() function
|
/netbsd-src/lib/libm/arch/vax/ |
H A D | n_scalbn.S | 78 overflow: label
|
/llvm-project/clang/test/CodeGen/ |
H A D | sanitizer-special-case-list.c | 14 unsigned overflow(void) { in overflow() function
|
H A D | allow-ubsan-check.c | 223 int overflow(int x, int y) { overflow() function [all...] |
/llvm-project/compiler-rt/lib/builtins/ |
H A D | mulosi4.c | 21 COMPILER_RT_ABI si_int __mulosi4(si_int a, si_int b, int *overflow) { in __mulosi4()
|
H A D | muloti4.c | 25 COMPILER_RT_ABI ti_int __muloti4(ti_int a, ti_int b, int *overflow) { in __muloti4()
|
H A D | mulodi4.c | 21 COMPILER_RT_ABI di_int __mulodi4(di_int a, di_int b, int *overflow) { in __mulodi4()
|
/llvm-project/clang/test/SemaCXX/ |
H A D | integer-overflow.cpp | 20 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expression; result is 536'870'912 with type 'int'}} variable 24 uint64_t overflow = 4608 * 1024 * 1024, in check_integer_overflows() local [all...] |
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-longdouble.cc | 69 bool overflow; in to_int() local 92 bool overflow; in to_uint() local
|
/llvm-project/libcxx/src/filesystem/ |
H A D | int128_builtins.cpp | 22 __muloti4(__int128_t a, __int128_t b, int* overflow) { in __muloti4() argument
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
H A D | mulosi4.c | 22 __mulosi4(si_int a, si_int b, int* overflow) in __mulosi4()
|
H A D | muloti4.c | 24 __muloti4(ti_int a, ti_int b, int* overflow) in __muloti4()
|
H A D | mulodi4.c | 22 __mulodi4(di_int a, di_int b, int* overflow) in __mulodi4()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
H A D | int128_builtins.cpp | 22 __int128_t __muloti4(__int128_t a, __int128_t b, int* overflow) { in __muloti4()
|
/llvm-project/clang/test/Sema/ |
H A D | integer-overflow.c | 14 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expression; result is 536'870'912 with type 'int'}} variable 18 uint64_t overflow = 4608 * 1024 * 1024, in check_integer_overflows() local [all...] |
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-longdouble.cc | 75 bool overflow; in to_int() local 98 bool overflow; in to_uint() local
|
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/ |
H A D | ios_base.pass.cpp | 38 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
|
/netbsd-src/lib/libc/compat/gen/ |
H A D | compat_ldexp_ieee754.c | 56 overflow(double val) in overflow() function
|
/llvm-project/libc/src/__support/CPP/ |
H A D | stringstream.h | 87 bool overflow() const { return err; } overflow() function
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | intprops.h | 437 # define _GL_INT_OP_WRAPV(a, b, r, op, overflow) \ argument 477 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ argument 482 # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ argument 492 # define _GL_INT_OP_WRAPV(a, b, r, op, overflow) \ argument 509 # define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow) \ argument 522 # define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow) \ argument 535 #define _GL_INT_OP_CALC(a, b, r, op, overflow, ut, t, tmin, tmax) \ argument
|