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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
byte.l 2 [^:]*:1: Error: unexpected `"' in expression
3 [^:]*:2: Error: unexpected `"' in expression
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue22581.go 10 if i := g()); i == j { // ERROR "unexpected \)"
13 if i == g()] { // ERROR "unexpected \]"
16 switch i := g()); i { // ERROR "unexpected \)"
19 switch g()] { // ERROR "unexpected \]"
22 for i := g()); i < y; { // ERROR "unexpected \)"
25 for g()] { // ERROR "unexpected \]"
issue22164.go 12 x := f(g() // ERROR "unexpected newline"
20 x := f(g() // ERROR "unexpected newline"
24 x := []int{1, 2, 3 // ERROR "unexpected newline"
issue4162.go 14 _ = []byte("foo",) // was syntax error: unexpected comma
15 _ = chan int(nil,) // was syntax error: unexpected comma
16 _ = (func())(nil,) // was syntax error: unexpected comma
bug435.go 7 // Test that a syntax error caused by an unexpected EOF
15 bar(1, // ERROR "unexpected|missing|undefined
  /prebuilts/go/linux-x86/test/fixedbugs/
issue22581.go 10 if i := g()); i == j { // ERROR "unexpected \)"
13 if i == g()] { // ERROR "unexpected \]"
16 switch i := g()); i { // ERROR "unexpected \)"
19 switch g()] { // ERROR "unexpected \]"
22 for i := g()); i < y; { // ERROR "unexpected \)"
25 for g()] { // ERROR "unexpected \]"
issue22164.go 12 x := f(g() // ERROR "unexpected newline"
20 x := f(g() // ERROR "unexpected newline"
24 x := []int{1, 2, 3 // ERROR "unexpected newline"
issue4162.go 14 _ = []byte("foo",) // was syntax error: unexpected comma
15 _ = chan int(nil,) // was syntax error: unexpected comma
16 _ = (func())(nil,) // was syntax error: unexpected comma
  /external/libcxx/test/libcxx/depr/exception.unexpected/
unexpected.pass.cpp 10 // test unexpected
26 std::unexpected();
unexpected_disabled_cpp17.fail.cpp 12 // test unexpected
20 std::unexpected(); // expected-error {{no member named 'unexpected' in namespace 'std'}}
  /external/libcxx/test/std/depr/exception.unexpected/unexpected/
unexpected.pass.cpp 12 // test unexpected
26 std::unexpected();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/depr/exception.unexpected/
unexpected.pass.cpp 10 // test unexpected
26 std::unexpected();
unexpected_disabled_cpp17.fail.cpp 12 // test unexpected
20 std::unexpected(); // expected-error {{no member named 'unexpected' in namespace 'std'}}
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/exception.unexpected/unexpected/
unexpected.pass.cpp 12 // test unexpected
26 std::unexpected();
  /external/clang/test/Frontend/
verify.c 30 unexpected a; // expected-error@+0 + {{unknown type}}
33 unexpected b; // expected-error@33 1-1 {{unknown type}}
  /external/mesa3d/src/mesa/main/
format_pack.py 537 "unexpected format in _mesa_get_pack_float_z_func()");
622 _mesa_problem(NULL, "unexpected format in _mesa_get_pack_uint_z_func()");
681 "unexpected format in _mesa_pack_ubyte_stencil_func()");
756 _mesa_problem(NULL, "unexpected format in _mesa_pack_float_z_row()");
832 _mesa_problem(NULL, "unexpected format in _mesa_pack_uint_z_row()");
879 _mesa_problem(NULL, "unexpected format in _mesa_pack_ubyte_stencil_row()");
989 _mesa_problem(NULL, "unexpected size in _mesa_pack_colormask()");
995 _mesa_problem(NULL, "unexpected format data type in gen_color_mask()");
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 537 this.buffer + " :unexpected EOL",
561 this.buffer + " :unexpected EOL",
568 this.buffer + " : unexpected EOL",
666 buffer + ": Unexpected token at " + lookAhead(0),
720 this.buffer + "unexpected EOL",
730 this.buffer + "unexpected EOL",
  /external/llvm/test/MC/Mips/
set-at-noat-bad-syntax.s 5 # CHECK: error: unexpected token, expected equals sign
11 # CHECK: error: unexpected token, expected dollar sign '$'
14 # CHECK: error: unexpected token, expected identifier or integer
17 # CHECK: error: unexpected token, expected identifier or integer
26 # CHECK: error: unexpected token, expected end of statement
29 # CHECK: error: unexpected token, expected end of statement
  /prebuilts/go/darwin-x86/test/syntax/
chan.go 11 } // ERROR "unexpected .*}.* in channel type|missing channel element type"
13 func Foo(y chan) { // ERROR "unexpected .*\).* in channel type|missing channel element type"
16 func Bar(x chan, y int) { // ERROR "unexpected comma in channel type|missing channel element type"
  /prebuilts/go/linux-x86/test/syntax/
chan.go 11 } // ERROR "unexpected .*}.* in channel type|missing channel element type"
13 func Foo(y chan) { // ERROR "unexpected .*\).* in channel type|missing channel element type"
16 func Bar(x chan, y int) { // ERROR "unexpected comma in channel type|missing channel element type"
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/vend/hello/
hello_test.go 10 t.Fatalf("unexpected msg: %v", strings.Msg)
hellox_test.go 10 t.Fatalf("unexpected msg: %v", strings.Msg)
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/vend/hello/
hello_test.go 10 t.Fatalf("unexpected msg: %v", strings.Msg)
hellox_test.go 10 t.Fatalf("unexpected msg: %v", strings.Msg)
  /external/llvm/test/MC/ARM/
directive-object_arch-diagnostics.s 14 @ CHECK: error: unexpected token
20 @ CHECK: error: unexpected token

Completed in 354 milliseconds

1 2 3 4 5 6 7 8 91011>>