Home
last modified time | relevance | path

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

12345678910>>...13

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dcheckedint.d67 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 Dcheckedint.c47 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 Darray.d38 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 Darray.d38 bool overflow = false; in Array() local
98 bool overflow = false; in Array() local
/netbsd-src/lib/libm/src/
H A Ds_exp2f.c63 static volatile double overflow = 0x1p+1000; variable
68 #define overflow (huge * huge) macro
/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/
H A Ddeduplication.cpp6 void overflow() { in overflow() function
/netbsd-src/lib/libm/arch/vax/
H A Dn_scalbn.S78 overflow: label
/llvm-project/clang/test/CodeGen/
H A Dsanitizer-special-case-list.c14 unsigned overflow(void) { in overflow() function
H A Dallow-ubsan-check.c223 int overflow(int x, int y) { overflow() function
[all...]
/llvm-project/compiler-rt/lib/builtins/
H A Dmulosi4.c21 COMPILER_RT_ABI si_int __mulosi4(si_int a, si_int b, int *overflow) { in __mulosi4()
H A Dmuloti4.c25 COMPILER_RT_ABI ti_int __muloti4(ti_int a, ti_int b, int *overflow) { in __muloti4()
H A Dmulodi4.c21 COMPILER_RT_ABI di_int __mulodi4(di_int a, di_int b, int *overflow) { in __mulodi4()
/llvm-project/clang/test/SemaCXX/
H A Dinteger-overflow.cpp20 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 Dd-longdouble.cc69 bool overflow; in to_int() local
92 bool overflow; in to_uint() local
/llvm-project/libcxx/src/filesystem/
H A Dint128_builtins.cpp22 __muloti4(__int128_t a, __int128_t b, int* overflow) { in __muloti4() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dmulosi4.c22 __mulosi4(si_int a, si_int b, int* overflow) in __mulosi4()
H A Dmuloti4.c24 __muloti4(ti_int a, ti_int b, int* overflow) in __muloti4()
H A Dmulodi4.c22 __mulodi4(di_int a, di_int b, int* overflow) in __mulodi4()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Dint128_builtins.cpp22 __int128_t __muloti4(__int128_t a, __int128_t b, int* overflow) { in __muloti4()
/llvm-project/clang/test/Sema/
H A Dinteger-overflow.c14 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 Dd-longdouble.cc75 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 Dios_base.pass.cpp38 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
/netbsd-src/lib/libc/compat/gen/
H A Dcompat_ldexp_ieee754.c56 overflow(double val) in overflow() function
/llvm-project/libc/src/__support/CPP/
H A Dstringstream.h87 bool overflow() const { return err; } overflow() function
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dintprops.h437 # 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

12345678910>>...13