HomeSort by relevance Sort by last modified time
    Searched full:overflow (Results 51 - 75 of 9855) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/test/
const2.go 7 // Verify that large integer constant expressions cause overflow.
19 const LargeC = LargeB * LargeB * LargeB // GC_ERROR "constant multiplication overflow"
21 const AlsoLargeA = LargeA << 400 << 400 >> 400 >> 400 // GC_ERROR "constant shift overflow"
  /dalvik/dx/tests/126-main-dex-list-one-dex/
info.txt 2 indices do not overflow
  /external/clang/test/Analysis/
cstring-syntax.c 9 strncat(dest, "AAAAAAAAAAAAAAAAAAAAAAAAAAAAA", sizeof(dest) - 1); // expected-warning {{Potential buffer overflow. Replace with 'sizeof(dest) - strlen(dest) - 1' or use a safer 'strlcat' API}}
10 strncat(dest, "AAAAAAAAAAAAAAAAAAAAAAAAAAA", sizeof(dest)); // expected-warning {{Potential buffer overflow. Replace with}}
11 strncat(dest, "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", sizeof(dest) - strlen(dest)); // expected-warning {{Potential buffer overflow. Replace with}}
12 strncat(dest, src, sizeof(src)); // expected-warning {{Potential buffer overflow. Replace with}}
  /external/clang/test/Driver/
clang_wrapv_opts.c 4 // RUN: %clang -### -S -fstrict-overflow -fno-strict-overflow %s 2>&1 | FileCheck -check-prefix=CHECK2 %s
7 // RUN: %clang -### -S -fwrapv -fstrict-overflow %s 2>&1 | FileCheck -check-prefix=CHECK3 %s
10 // RUN: %clang -### -S -fno-wrapv -fno-strict-overflow %s 2>&1 | FileCheck -check-prefix=CHECK4 %s
  /external/compiler-rt/test/ubsan/TestCases/Integer/
umul-overflow.cpp 1 // RUN: %clangxx -fsanitize=unsigned-integer-overflow %s -o %t && %run %t 2>&1 | FileCheck %s
12 // Not an unsigned overflow
16 // CHECK: umul-overflow.cpp:15:31: runtime error: unsigned integer overflow: 4294967295 * 2 cannot be represented in type 'unsigned int'
div-overflow.cpp 1 // RUN: %clangxx -fsanitize=signed-integer-overflow %s -o %t && %run %t 2>&1 | FileCheck %s
8 // CHECK: div-overflow.cpp:9:23: runtime error: division of -2147483648 by -1 cannot be represented in type 'int'
incdec-overflow.cpp 1 // RUN: %clangxx -DOP=n++ -fsanitize=signed-integer-overflow %s -o %t1 && %run %t1 2>&1 | FileCheck %s --check-prefix=PLUS
2 // RUN: %clangxx -DOP=++n -fsanitize=signed-integer-overflow %s -o %t2 && %run %t2 2>&1 | FileCheck %s --check-prefix=PLUS
3 // RUN: %clangxx -DOP=m-- -fsanitize=signed-integer-overflow %s -o %t3 && %run %t3 2>&1 | FileCheck %s --check-prefix=MINUS
4 // RUN: %clangxx -DOP=--m -fsanitize=signed-integer-overflow %s -o %t4 && %run %t4 2>&1 | FileCheck %s --check-prefix=MINUS
14 // PLUS: incdec-overflow.cpp:[[@LINE-1]]:3: runtime error: signed integer overflow: 2147483647 + 1 cannot be represented in type 'int'
15 // MINUS: incdec-overflow.cpp:[[@LINE-2]]:3: runtime error: signed integer overflow: -2147483648 - 1 cannot be represented in type 'int'
uincdec-overflow.cpp 1 // RUN: %clangxx -DOP=n++ -fsanitize=unsigned-integer-overflow %s -o %t1 && %run %t1 2>&1 | FileCheck --check-prefix=CHECK-INC %s
2 // RUN: %clangxx -DOP=++n -fsanitize=unsigned-integer-overflow %s -o %t2 && %run %t2 2>&1 | FileCheck --check-prefix=CHECK-INC %s
3 // RUN: %clangxx -DOP=m-- -fsanitize=unsigned-integer-overflow %s -o %t3 && %run %t3 2>&1 | FileCheck --check-prefix=CHECK-DEC %s
4 // RUN: %clangxx -DOP=--m -fsanitize=unsigned-integer-overflow %s -o %t4 && %run %t4 2>&1 | FileCheck --check-prefix=CHECK-DEC %s
13 // CHECK-INC: uincdec-overflow.cpp:15:3: runtime error: unsigned integer overflow: 4294967295 + 1 cannot be represented in type 'unsigned int'
14 // CHECK-DEC: uincdec-overflow.cpp:15:3: runtime error: unsigned integer overflow: 0 - 1 cannot be represented in type 'unsigned int'
  /external/llvm/test/CodeGen/PowerPC/
mul-with-overflow.ll 3 declare {i32, i1} @llvm.umul.with.overflow.i32(i32 %a, i32 %b)
5 %res = call {i32, i1} @llvm.umul.with.overflow.i32(i32 %x, i32 3)
10 declare {i32, i1} @llvm.smul.with.overflow.i32(i32 %a, i32 %b)
12 %res = call {i32, i1} @llvm.smul.with.overflow.i32(i32 %x, i32 3)
  /external/v8/test/mjsunit/regress/
regress-builtinbust-7.js 6 function overflow() {
7 return overflow() + 1;
9 Object.defineProperty = overflow;
20 Object.apply = overflow;
  /external/valgrind/none/tests/linux/
stack-overflow.stderr.exp 2 Stack overflow in thread #1: can't grow stack to 0x........
6 Stack overflow in thread #1: can't grow stack to 0x........
7 at 0x........: main (stack-overflow.c:5)
9 overflow in your program's main thread (unlikely but
  /external/valgrind/none/tests/solaris/
stack-overflow.stderr.exp 2 Stack overflow in thread #1: can't grow stack to 0x........
6 Stack overflow in thread #1: can't grow stack to 0x........
7 at 0x........: main (stack-overflow.c:5)
9 overflow in your program's main thread (unlikely but
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug012.go 22 bug12.go:5: overflow converting constant to <uint64>UINT64
23 bug12.go:6: overflow converting constant to <uint64>UINT64
24 bug12.go:7: overflow converting constant to <uint64>UINT64
25 bug12.go:8: overflow converting constant to <uint64>UINT64
  /prebuilts/go/linux-x86/test/fixedbugs/
bug012.go 22 bug12.go:5: overflow converting constant to <uint64>UINT64
23 bug12.go:6: overflow converting constant to <uint64>UINT64
24 bug12.go:7: overflow converting constant to <uint64>UINT64
25 bug12.go:8: overflow converting constant to <uint64>UINT64
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-bkw5b.d 4 #error: overflow
rd-bkw5bpic.d 4 #error: overflow
rd-bkw5bv32.d 4 #error: overflow
rd-bkw5bv32pic.d 4 #error: overflow
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
jaloverflow-2.d 1 #name: JAL overflow 2
jaloverflow.s 1 # This file gets linked to start at 0xffffff0, so the call is an overflow.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bpo-10.s 0 # Overflow; specify 223*8 registers.
  /frameworks/av/media/libstagefright/codecs/flac/enc/
Android.mk 14 LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow
  /frameworks/av/media/libstagefright/codecs/g711/dec/
Android.mk 19 LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow
  /frameworks/av/media/libstagefright/codecs/gsm/dec/
Android.mk 14 LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow
  /frameworks/av/media/libstagefright/codecs/opus/dec/
Android.mk 17 LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow

Completed in 1026 milliseconds

1 23 4 5 6 7 8 91011>>