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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
integer-overflow.cpp 14 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expression; result is 536870912 with type 'int'}} variable
17 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}}
18 uint64_t overflow = 4608 * 1024 * 1024, local
19 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}}
21 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}}
23 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}}
25 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}}
27 // expected-warning@+1 2{{overflow in expression; result is 536870912 with type 'int'}}
30 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}
    [all...]
  /external/clang/test/Sema/
integer-overflow.c 14 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expression; result is 536870912 with type 'int'}} variable
17 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}}
18 uint64_t overflow = 4608 * 1024 * 1024, local
19 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}}
21 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}}
23 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}}
25 // expected-warning@+1 2{{overflow in expression; result is 536870912 with type 'int'}}
28 // expected-warning@+1 {{overflow in expression; result is 536870912 with type 'int'}}
29 overflow += overflow2 = overflow3 = (uint64_t)(4608 * 1024 * 1024)
    [all...]
  /prebuilts/go/darwin-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"
  /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"
  /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.27/gas/testsuite/gas/i386/
x86-64-size-inval-1.s 1 # Test SIZE32 relocation overflow
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/
too_large.d 1 #name: Check for bogus overflow errors in .byte directives
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
emit-relocs-526-overflow.d 1 #source: emit-relocs-526-overflow.s
emit-relocs-528-overflow.d 1 #source: emit-relocs-528-overflow.s
emit-relocs-529-overflow.d 1 #source: emit-relocs-529-overflow.s
emit-relocs-531-overflow.d 1 #source: emit-relocs-531-overflow.s
emit-relocs-533-overflow.d 1 #source: emit-relocs-533-overflow.s
emit-relocs-535-overflow.d 1 #source: emit-relocs-535-overflow.s
emit-relocs-537-overflow.d 1 #source: emit-relocs-537-overflow.s
emit-relocs-86-overflow.d 1 #source: emit-relocs-86-overflow.s
emit-relocs-88-overflow.d 1 #source: emit-relocs-88-overflow.s
emit-relocs-90-overflow.d 1 #source: emit-relocs-90-overflow.s
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-tic6x/
reloc-overflow-abs-s16-2.d 4 #source: reloc-overflow-abs-s16.s
reloc-overflow-abs16-2.d 4 #source: reloc-overflow-abs16.s
reloc-overflow-abs8-2.d 4 #source: reloc-overflow-abs8.s
reloc-overflow-pcr-s10-2.d 4 #source: reloc-overflow-pcr-s10.s
reloc-overflow-pcr-s12-2.d 4 #source: reloc-overflow-pcr-s12.s
reloc-overflow-pcr-s21-2.d 4 #source: reloc-overflow-pcr-s21.s
reloc-overflow-pcr-s7-2.d 4 #source: reloc-overflow-pcr-s7.s

Completed in 185 milliseconds

1 23 4 5 6 7 8 91011>>