HomeSort by relevance Sort by last modified time
    Searched refs:too (Results 1 - 25 of 1262) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
parallel-bad-4.l 2 [^:]*:28: Error: too many instructions in execute packet
3 [^:]*:30: Error: too many instructions in execute packet
parallel-bad-3.l 2 [^:]*:13: Error: too many instructions in execute packet
parallel-bad-3.d 1 #name: C6X too many parallel instructions
parallel-bad-4.d 1 #name: C6X too many parallel instructions, multiple sections
parallel-bad-3.s 1 # Test too many instructions in execute packet.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13471.go 12 const _ int64 = 1e646456992 // ERROR "integer too large"
13 const _ int32 = 1e64645699 // ERROR "integer too large"
14 const _ int16 = 1e6464569 // ERROR "integer too large"
15 const _ int8 = 1e646456 // ERROR "integer too large"
16 const _ int = 1e64645 // ERROR "integer too large"
18 const _ uint64 = 1e646456992 // ERROR "integer too large"
19 const _ uint32 = 1e64645699 // ERROR "integer too large"
20 const _ uint16 = 1e6464569 // ERROR "integer too large"
21 const _ uint8 = 1e646456 // ERROR "integer too large"
22 const _ uint = 1e64645 // ERROR "integer too large
    [all...]
issue13559.go 16 _ int64 = 1e10000000 // ERROR "integer too large"
17 _ int64 = 1e1000000 // ERROR "integer too large"
18 _ int64 = 1e100000 // ERROR "integer too large"
19 _ int64 = 1e10000 // ERROR "integer too large"
20 _ int64 = 1e1000 // ERROR "integer too large"
35 _ int64 = -1e10000000 // ERROR "integer too large"
36 _ int64 = -1e1000000 // ERROR "integer too large"
37 _ int64 = -1e100000 // ERROR "integer too large"
38 _ int64 = -1e10000 // ERROR "integer too large"
39 _ int64 = -1e1000 // ERROR "integer too large
    [all...]
issue22200b.go 11 func f3(x *[1 << 31]byte) byte { // ERROR "stack frame too large"
17 func f4(x *[1 << 32]byte) byte { // ERROR "stack frame too large"
23 func f5(x *[1 << 33]byte) byte { // ERROR "stack frame too large"
issue15055.go 11 _ = []byte("abc", "def", 12) // ERROR "too many arguments to conversion to \[\]byte: \(\[\]byte\)\(.abc., .def., 12\)"
12 _ = string("a", "b", nil) // ERROR "too many arguments to conversion to string: string\(.a., .b., nil\)"
15 _ = name("a", 1, 3.3) // ERROR "too many arguments to conversion to name: name\(.a., 1, 3.3\)"
16 _ = map[string]string(nil, nil) // ERROR "too many arguments to conversion to map\[string\]string: \(map\[string\]string\)\(nil, nil\)"
issue19012.go 16 return "a" > 10 // ERROR "^too many arguments to return$" "."
18 return "gopher" == true, 10 // ERROR "^too many arguments to return$" "."
22 f(2, 3 < "x", 10) // ERROR "^too many arguments in call to f$" "."
24 f(10, 10, "a") // ERROR "too many arguments in call to f\n\thave \(number, number, string\)\n\twant \(int, uint\)"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13471.go 12 const _ int64 = 1e646456992 // ERROR "integer too large"
13 const _ int32 = 1e64645699 // ERROR "integer too large"
14 const _ int16 = 1e6464569 // ERROR "integer too large"
15 const _ int8 = 1e646456 // ERROR "integer too large"
16 const _ int = 1e64645 // ERROR "integer too large"
18 const _ uint64 = 1e646456992 // ERROR "integer too large"
19 const _ uint32 = 1e64645699 // ERROR "integer too large"
20 const _ uint16 = 1e6464569 // ERROR "integer too large"
21 const _ uint8 = 1e646456 // ERROR "integer too large"
22 const _ uint = 1e64645 // ERROR "integer too large
    [all...]
issue13559.go 16 _ int64 = 1e10000000 // ERROR "integer too large"
17 _ int64 = 1e1000000 // ERROR "integer too large"
18 _ int64 = 1e100000 // ERROR "integer too large"
19 _ int64 = 1e10000 // ERROR "integer too large"
20 _ int64 = 1e1000 // ERROR "integer too large"
35 _ int64 = -1e10000000 // ERROR "integer too large"
36 _ int64 = -1e1000000 // ERROR "integer too large"
37 _ int64 = -1e100000 // ERROR "integer too large"
38 _ int64 = -1e10000 // ERROR "integer too large"
39 _ int64 = -1e1000 // ERROR "integer too large
    [all...]
issue22200b.go 11 func f3(x *[1 << 31]byte) byte { // ERROR "stack frame too large"
17 func f4(x *[1 << 32]byte) byte { // ERROR "stack frame too large"
23 func f5(x *[1 << 33]byte) byte { // ERROR "stack frame too large"
issue15055.go 11 _ = []byte("abc", "def", 12) // ERROR "too many arguments to conversion to \[\]byte: \(\[\]byte\)\(.abc., .def., 12\)"
12 _ = string("a", "b", nil) // ERROR "too many arguments to conversion to string: string\(.a., .b., nil\)"
15 _ = name("a", 1, 3.3) // ERROR "too many arguments to conversion to name: name\(.a., 1, 3.3\)"
16 _ = map[string]string(nil, nil) // ERROR "too many arguments to conversion to map\[string\]string: \(map\[string\]string\)\(nil, nil\)"
issue19012.go 16 return "a" > 10 // ERROR "^too many arguments to return$" "."
18 return "gopher" == true, 10 // ERROR "^too many arguments to return$" "."
22 f(2, 3 < "x", 10) // ERROR "^too many arguments in call to f$" "."
24 f(10, 10, "a") // ERROR "too many arguments in call to f\n\thave \(number, number, string\)\n\twant \(int, uint\)"
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
shift.go 17 _ = (i8 + 1) << 8 // ERROR ".i8 . 1. .8 bits. too small for shift of 8"
18 _ = i8 << (7 + 1) // ERROR "i8 .8 bits. too small for shift of 8"
19 _ = i8 >> 8 // ERROR "i8 .8 bits. too small for shift of 8"
20 i8 <<= 8 // ERROR "i8 .8 bits. too small for shift of 8"
21 i8 >>= 8 // ERROR "i8 .8 bits. too small for shift of 8"
24 _ = i16 << 16 // ERROR "i16 .16 bits. too small for shift of 16"
25 _ = i16 >> 16 // ERROR "i16 .16 bits. too small for shift of 16"
26 i16 <<= 16 // ERROR "i16 .16 bits. too small for shift of 16"
27 i16 >>= 16 // ERROR "i16 .16 bits. too small for shift of 16"
30 _ = i32 << 32 // ERROR "i32 .32 bits. too small for shift of 32
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
shift.go 17 _ = (i8 + 1) << 8 // ERROR ".i8 . 1. .8 bits. too small for shift of 8"
18 _ = i8 << (7 + 1) // ERROR "i8 .8 bits. too small for shift of 8"
19 _ = i8 >> 8 // ERROR "i8 .8 bits. too small for shift of 8"
20 i8 <<= 8 // ERROR "i8 .8 bits. too small for shift of 8"
21 i8 >>= 8 // ERROR "i8 .8 bits. too small for shift of 8"
24 _ = i16 << 16 // ERROR "i16 .16 bits. too small for shift of 16"
25 _ = i16 >> 16 // ERROR "i16 .16 bits. too small for shift of 16"
26 i16 <<= 16 // ERROR "i16 .16 bits. too small for shift of 16"
27 i16 >>= 16 // ERROR "i16 .16 bits. too small for shift of 16"
30 _ = i32 << 32 // ERROR "i32 .32 bits. too small for shift of 32
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/alpha/
elf-reloc-2.l 2 .*:4: Error: too many ldah insns for !gpdisp!3
3 .*:5: Error: too many lda insns for !gpdisp!3
elf-tls-2.l 2 .*:5: Error: too many lituse insns for !lituse_tlsgd!1
3 .*:10: Error: too many lituse insns for !lituse_tlsldm!2
4 .*:15: Error: too many lituse insns for !lituse_tlsgd!3
5 .*:20: Error: too many lituse insns for !lituse_tlsldm!4
elf-tls-3.l 6 .*:8: Error: too many !literal!3 for !tlsgd
7 .*:12: Error: too many !literal!4 for !tlsldm
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mt/
badsyntax1.s 1 ; Good mnemonic with too few operands should generate an error.
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/
Application.mk 2 # Even the system STL is too much because it will link libsupc++ for rtti and
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
tls-err-67.d 5 #error: \A[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*omitted[^\n]*\
    [all...]
  /prebuilts/go/darwin-x86/test/
recover5.go 14 _ = recover(1) // ERROR "too many arguments"
15 _ = recover(1, 2) // ERROR "too many arguments"
  /prebuilts/go/linux-x86/test/
recover5.go 14 _ = recover(1) // ERROR "too many arguments"
15 _ = recover(1, 2) // ERROR "too many arguments"

Completed in 474 milliseconds

1 2 3 4 5 6 7 8 91011>>