HomeSort by relevance Sort by last modified time
    Searched refs:overflow (Results 26 - 50 of 1058) sorted by null

12 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-bkw5bv32.d 4 #error: overflow
rd-bkw5bv32pic.d 4 #error: overflow
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
v9branch2.s 1 # Text for relocation overflow diagnostic
v9branch3.s 1 # Text for relocation overflow diagnostic
v9branch4.s 1 # Text for relocation overflow diagnostic
v9branch5.s 1 # Text for relocation overflow diagnostic
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
pcrel8.d 1 #name: PCREL8 overflow
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
jaloverflow-2.d 1 #name: JAL overflow 2
undefweak-overflow-n32.d 1 #name: undefined weak symbol overflow (n32)
2 #source: undefweak-overflow.s
undefweak-overflow-n64.d 1 #name: undefined weak symbol overflow (n64)
2 #source: undefweak-overflow.s
undefweak-overflow.d 1 #name: undefined weak symbol overflow
2 #source: undefweak-overflow.s
jaloverflow.d 1 #name: JAL overflow
7 # This tests whether we correctly detect overflow in the jal
9 # destination address are taken from the source address. So overflow
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
pcrel8.d 1 #name: PCREL8 overflow
  /prebuilts/go/darwin-x86/test/
const1.go 7 // Verify overflow is detected when using numeric constants.
33 a1 = Int8 * 100 // ERROR "overflow"
35 a3 = Int8 * 1000 // ERROR "overflow"
36 a4 = Int8 * int8(1000) // ERROR "overflow"
37 a5 = int8(Int8 * 1000) // ERROR "overflow"
38 a6 = int8(Int8 * int8(1000)) // ERROR "overflow"
39 a7 = Int8 - 2*Int8 - 2*Int8 // ERROR "overflow"
40 a8 = Int8 * Const / 100 // ERROR "overflow"
43 b1 = Uint8 * Uint8 // ERROR "overflow"
44 b2 = Uint8 * -1 // ERROR "overflow"
    [all...]
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/
const1.go 7 // Verify overflow is detected when using numeric constants.
33 a1 = Int8 * 100 // ERROR "overflow"
35 a3 = Int8 * 1000 // ERROR "overflow"
36 a4 = Int8 * int8(1000) // ERROR "overflow"
37 a5 = int8(Int8 * 1000) // ERROR "overflow"
38 a6 = int8(Int8 * int8(1000)) // ERROR "overflow"
39 a7 = Int8 - 2*Int8 - 2*Int8 // ERROR "overflow"
40 a8 = Int8 * Const / 100 // ERROR "overflow"
43 b1 = Uint8 * Uint8 // ERROR "overflow"
44 b2 = Uint8 * -1 // ERROR "overflow"
    [all...]
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
custom_alloc.pass.cpp 38 virtual int_type overflow(int_type c) function in struct:test
39 {return std::strstreambuf::overflow(c);}
47 s.overflow('a');
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
custom_alloc.pass.cpp 38 virtual int_type overflow(int_type c) function in struct:test
39 {return std::strstreambuf::overflow(c);}
47 s.overflow('a');
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
custom_alloc.pass.cpp 38 virtual int_type overflow(int_type c) function in struct:test
39 {return std::strstreambuf::overflow(c);}
47 s.overflow('a');
  /external/valgrind/none/tests/linux/
brk-overflow1.stderr.exp 2 brk segment overflow in thread #1: can't grow to 0x........
brk-overflow2.stderr.exp 2 brk segment overflow in thread #1: can't grow to 0x........
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
  /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...]

Completed in 327 milliseconds

12 3 4 5 6 7 8 91011>>