| /llvm-project-15.0.7/llvm/test/MC/Mips/ |
| H A D | macro-aliases-invalid-wrong-error.s | 10 subu $4, $4, %lo($start) # O32: [[@LINE]]:{{[0-9]+}}: error: unexpected token in argument list 11 … # N64: [[@LINE-1]]:{{[0-9]+}}: error: unexpected token in argument list 12 subu $4, $4, $start # O32: [[@LINE]]:{{[0-9]+}}: error: unexpected token in argument list 13 … # N64: [[@LINE-1]]:{{[0-9]+}}: error: unexpected token in argument list 14 subu $4, $a4, $a4 # O32: [[@LINE]]:{{[0-9]+}}: error: unexpected token in argument list 15 subu $4, $4, %hi(end) # O32: [[@LINE]]:{{[0-9]+}}: error: unexpected token in argument list 16 … # N64: [[@LINE-1]]:{{[0-9]+}}: error: unexpected token in argument list 17 subu $4, $4, end + 4 # O32: [[@LINE]]:{{[0-9]+}}: error: unexpected token in argument list 19 subu $4, $4, end # O32: [[@LINE]]:{{[0-9]+}}: error: unexpected token in argument list 21 subu $4, $4, sp # O32: [[@LINE]]:{{[0-9]+}}: error: unexpected token in argument list [all …]
|
| H A D | 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
|
| H A D | mips-pdr-bad.s | 9 .ent foo, 5, bar # AMS: :[[@LINE]]:20: error: unexpected token, expected end of statement 14 .frame $sp # ASM: :[[@LINE]]:20: error: unexpected token, expected comma 17 .frame $sp, 8 # ASM: :[[@LINE]]:23: error: unexpected token, expected comma 20 … .frame $sp, 8, $ra, foo # ASM: :[[@LINE]]:27: error: unexpected token, expected end of statement 24 .mask 0x80000000 # ASM: :[[@LINE]]:26: error: unexpected token, expected comma 27 … .mask 0x80000000, -4, bar # ASM: :[[@LINE]]:29: error: unexpected token, expected end of statement 31 .fmask 0x80000000 # ASM: :[[@LINE]]:27: error: unexpected token, expected comma 34 ….fmask 0x80000000, -4, bar # ASM: :[[@LINE]]:30: error: unexpected token, expected end of statement 38 … .end _local_foo_bar, foo # ASM: :[[@LINE]]:28: error: unexpected token, expected end of statement
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/mt/ |
| H A D | mftr-mttr-aliases-invalid-wrong-error.s | 6 mftc0 0($4), $5 # CHECK: error: unexpected token in argument list 7 mftc0 0($4), $5, 1 # CHECK: error: unexpected token in argument list 8 mftgpr 0($4), $5 # CHECK: error: unexpected token in argument list 9 mftlo 0($3) # CHECK: error: unexpected token in argument list 10 mftlo 0($3), $ac1 # CHECK: error: unexpected token in argument list 11 mfthi 0($3) # CHECK: error: unexpected token in argument list 12 mfthi 0($3), $ac1 # CHECK: error: unexpected token in argument list 13 mftacx 0($3) # CHECK: error: unexpected token in argument list 14 mftacx 0($3), $ac1 # CHECK: error: unexpected token in argument list 15 mftdsp 0($4) # CHECK: error: unexpected token in argument list [all …]
|
| H A D | invalid-wrong-error.s | 3 mftr 0($4), $5, 0, 0, 0 # CHECK: error: unexpected token in argument list 4 mttr 0($4), $5, 0, 0, 0 # CHECK: error: unexpected token in argument list
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | objc-at-directive-fixit.m | 14 @tr { }; // expected-error {{unexpected '@' in program}} 16 @finaly { }; // expected-error {{unexpected '@' in program}} 18 @autorelpool { }; // expected-error {{unexpected '@' in program}} 23 id thing = @autoreleasepool { }; // expected-error {{unexpected '@' in program}} 24 (void)@tr { }; // expected-error {{unexpected '@' in program}} 25 bar(@final { }); // expected-error {{unexpected '@' in program}} 26 for(@auto;;) { } // expected-error {{unexpected '@' in program}} 27 [@try]; // expected-error {{unexpected '@' in program}}
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/ |
| H A D | util.py | 40 unexpected = [] 51 unexpected.append(a) 66 unexpected.extend(actual[j:]) 68 return missing, unexpected 79 unexpected = [] 96 unexpected.append(item) 102 return missing, unexpected
|
| /llvm-project-15.0.7/llvm/test/MC/RISCV/ |
| H A D | option-invalid.s | 4 # CHECK: error: unexpected token, expected identifier 7 # CHECK: error: unexpected token, expected identifier 10 # CHECK: error: unexpected token, expected identifier 13 # CHECK: error: unexpected token, expected end of statement 22 # CHECK: error: unexpected token, expected end of statement 25 # CHECK: error: unexpected token, expected end of statement
|
| /llvm-project-15.0.7/llvm/test/FileCheck/ |
| H A D | line-count.txt | 29 29 ERR2: line-count.txt:[[#@LINE-1]]:12: error: unexpected whitespace 32 32 ERR3: line-count.txt:[[#@LINE-1]]:17: error: unexpected whitespace 35 35 ERR4: line-count.txt:[[#@LINE-1]]:12: error: unexpected whitespace 38 38 ERR5: line-count.txt:[[#@LINE-1]]:17: error: unexpected whitespace 41 41 ERR6: line-count.txt:[[#@LINE-1]]:18: error: unexpected whitespace 44 44 ERR7: line-count.txt:[[#@LINE-1]]:19: error: unexpected whitespace 58 58 ERR11: line-count.txt:[[#@LINE-1]]:20: error: unexpected characters at end of expression 'x' 72 72 ERR13: line-count.txt:[[#@LINE-1]]:20: error: unexpected characters at end of expression 'xA'
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | debug_pub_tables_error_cases.s | 17 # ERR: error: name lookup table at offset 0x0 does not have a complete header: unexpected end of da… 26 # ERR: error: name lookup table at offset 0x5 does not have a complete header: unexpected end of da… 36 # ERR: error: name lookup table at offset 0xe does not have a complete header: unexpected end of da… 48 # ERR: error: name lookup table at offset 0x1b parsing failed: unexpected end of data at offset 0x2… 60 # ERR: error: name lookup table at offset 0x29 parsing failed: unexpected end of data at offset 0x3… 73 # ERR: error: name lookup table at offset 0x3a parsing failed: unexpected end of data at offset 0x4… 134 # ERR: error: name lookup table at offset 0x91 parsing failed: unexpected end of data at offset 0x9… 139 # ERR-MIN-NEXT: error: name lookup table at offset 0x0 parsing failed: unexpected end of data at of… 141 # ERR-MIN-NEXT: error: name lookup table at offset 0x0 parsing failed: unexpected end of data at of… 143 # ERR-MIN-NEXT: error: name lookup table at offset 0x0 parsing failed: unexpected end of data at of…
|
| /llvm-project-15.0.7/mlir/test/Dialect/SparseTensor/ |
| H A D | invalid_encoding.mlir | 13 …mpressed"], dimOrdering = affine_map<(i) -> (i)>}> // expected-error {{unexpected mismatch in orde… 23 #a = #sparse_tensor.encoding<{dimLevelType = ["strange"]}> // expected-error {{unexpected dimension… 43 #a = #sparse_tensor.encoding<{pointerBitWidth = 42}> // expected-error {{unexpected pointer bitwidt… 53 #a = #sparse_tensor.encoding<{indexBitWidth = 128}> // expected-error {{unexpected index bitwidth: … 58 #a = #sparse_tensor.encoding<{key = 1}> // expected-error {{unexpected key: key}}
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ml/ |
| H A D | alias_errors.asm | 26 ; CHECK: error: unexpected token in alias directive 27 ; CHECK: error: unexpected token in alias directive 33 ; CHECK: error: unexpected token in alias directive
|
| H A D | macro_errors.asm | 6 ; CHECK: error: unexpected 'ENDM' in file, no current macro definition 11 ; CHECK: error: unexpected 'ENDM' in file, no current macro definition 16 ; CHECK: error: unexpected 'ENDM' in file, no current macro definition
|
| /llvm-project-15.0.7/clang/test/Lexer/ |
| H A D | unicode.c | 60 expected-error {{unexpected character <U+1F477>}} \ 61 expected-error {{unexpected character <U+200D>}} \ 62 expected-error {{unexpected character <U+2640>}}
|
| H A D | utf8-char-literal.cpp | 43 # error UTF-8 character value did not match ordinary character literal; this is unexpected 47 # error UTF-8 character value matched ordinary character literal; this is unexpected
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | macro-parentheses.rst | 7 Finds macros that can have unexpected behavior due to missing parentheses. 10 unexpected behavior; operators may be evaluated in unexpected order and
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | invalid-dynamic-list.test | 3 # EMPTY: error: {{.*}}.list:1: unexpected EOF 11 # ERR2: {{.*}}:1: unexpected EOF 21 # ERR4: {{.*}}:1: unexpected EOF
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | objc-literal-sig.m | 19 + (int)numberWithBool:(BOOL)value; // expected-note 2 {{method returns unexpected type 'int' (shoul… 23 + (char)stringWithUTF8String:(const char *)value; // expected-note 2 {{method returns unexpected ty… 30 + (id)arrayWithObjects:(const int [])objects // expected-note 2 {{first parameter has unexpected ty… 36 …forKeys:(const int [])keys // expected-note 2 {{second parameter has unexpected type 'const int *'…
|
| /llvm-project-15.0.7/clang/test/Frontend/ |
| H A D | verify.c | 30 unexpected a; // expected-error@+0 + {{unknown type}} 33 unexpected b; // expected-error@33 1-1 {{unknown type}}
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | ehabi-filters.ll | 34 br i1 %ehspec.fails.i, label %ehspec.unexpected.i, label %lpad.body 36 ehspec.unexpected.i: ; preds = %lpad.i 41 .noexc: ; preds = %ehspec.unexpected.i 47 lpad: ; preds = %ehspec.unexpected.i
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | directive-object_arch-diagnostics.s | 14 @ CHECK: error: unexpected token 20 @ CHECK: error: unexpected token
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/cnmipsp/ |
| H A D | invalid.s | 7 saa $2, $5, $6 # CHECK: :[[@LINE]]:12: error: unexpected token in argument list 10 saad $2, $5, $6 # CHECK: :[[@LINE]]:12: error: unexpected token in argument list
|
| /llvm-project-15.0.7/llvm/test/MC/AsmParser/ |
| H A D | altmacro-err.s | 10 # CHECK: error: unexpected token at start of statement 23 # CHECK: error: unexpected token at start of statement
|
| /llvm-project-15.0.7/mlir/test/Dialect/Linalg/ |
| H A D | conv-interface-invalid.mlir | 32 // expected-error @+1 {{unexpected input index map for convolution}} 50 // expected-error @+1 {{unexpected input index map for convolution}} 106 // expected-error @+1 {{unexpected loop dimension for convolution op}} 125 // expected-error @+1 {{unexpected loop dimension for convolution op}} 144 // expected-error @+1 {{unexpected loop dimension for convolution op}} 163 // expected-error @+1 {{unexpected loop dimension for convolution op}}
|
| /llvm-project-15.0.7/llvm/test/MC/SystemZ/ |
| H A D | regs-bad.s | 20 #CHECK: error: unexpected token in argument list 48 #CHECK: error: unexpected token in argument list 92 #CHECK: error: unexpected token in argument list 128 #CHECK: error: unexpected token in argument list 156 #CHECK: error: unexpected token in argument list 200 #CHECK: error: unexpected token in argument list 237 #CHECK: error: unexpected token in argument list
|