HomeSort by relevance Sort by last modified time
    Searched full:extraneous (Results 1 - 25 of 397) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/
c-header-bad.h 1 } // expected-error {{extraneous closing brace ('}')}}
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
shift-bad.d 1 # name: PR 12854: Extraneous shifts
shift-bad.l 2 .*shift-bad.s:2: Error: extraneous shift as part of operand to shift insn -- `asr r0,r1,r2,ror#5'
3 .*shift-bad.s:3: Error: extraneous shift as part of operand to shift insn -- `ror r0,r1,r2,lsl r3'
4 .*shift-bad.s:7: Error: extraneous shift as part of operand to shift insn -- `ror r0,r0,r2,lsl#1'
5 .*shift-bad.s:8: Error: extraneous shift as part of operand to shift insn -- `lsl r0,r0,r2,lsl#1'
6 .*shift-bad.s:9: Error: extraneous shift as part of operand to shift insn -- `lsl r0,r0,r2,asr r0'
7 .*shift-bad.s:13: Error: extraneous shift as part of operand to shift insn -- `ror r0,r1,r2,lsl#1'
8 .*shift-bad.s:14: Error: extraneous shift as part of operand to shift insn -- `lsl r0,r1,r2,lsl#1'
9 .*shift-bad.s:15: Error: extraneous shift as part of operand to shift insn -- `lsl r0,r1,r2,asr r0'
  /external/clang/test/Lexer/
wchar.c 8 (void)L'ab'; // expected-warning {{extraneous characters in character constant ignored}}
10 (void)L'a\u1000'; // expected-warning {{extraneous characters in character constant ignored}}
char-literal.cpp 24 wchar_t i = L'ab'; // expected-warning {{extraneous characters in character constant ignored}}
  /external/clang/test/SemaTemplate/
crash-8204126.cpp 4 template<int> template<typename T> friend void foo(T) {} // expected-error{{extraneous template parameter list}}
  /external/smali/smalidea/testData/
InvalidClassDirective2.txt 12 PsiErrorElement:extraneous input '.super' expecting CLASS_DESCRIPTOR
InvalidClassDirective3.txt 13 PsiErrorElement:extraneous input '.class' expecting CLASS_DESCRIPTOR
ParamListInvalidParameter.txt 34 PsiErrorElement:extraneous input 'f' expecting CLOSE_PAREN
MissingDotDot.txt 32 PsiErrorElement:extraneous input 'v1' expecting CLOSE_BRACE
  /external/clang/test/OpenMP/
openmp_check.cpp 15 }// expected-error {{extraneous closing brace ('}')}}
  /external/llvm/test/CodeGen/MIR/ARM/
extraneous-closing-brace-error.mir 18 ; CHECK: [[@LINE+1]]:5: extraneous closing brace ('}')
  /external/ImageMagick/Magick++/lib/
Magick++.h 18 // identifier in C++, and leaking it could cause extraneous build failures.
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p17.cpp 32 template <> int AB::foo = 0; // expected-error{{extraneous 'template<>'}}
  /external/clang/test/Parser/
objc-quirks.m 10 // expected-error {{extraneous closing brace ('}')}} \
recovery.c 19 } // expected-error {{extraneous closing brace ('}')}}
42 if (x.i == 0)) // expected-error {{extraneous ')' after condition, expected a statement}}
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-stack.s 34 # with extraneous rex.B
  /external/clang/test/SemaCXX/
warn-assignment-condition.cpp 109 if ((x == 5)) {} // expected-warning {{equality comparison with extraneous parentheses}} \
111 // expected-note {{remove extraneous parentheses around the comparison to silence this warning}}
128 if ((fn == test2)) {} // expected-warning {{equality comparison with extraneous parentheses}} \
130 // expected-note {{remove extraneous parentheses around the comparison to silence this warning}}
137 if ((t.g == 3)) { } // expected-warning {{equality comparison with extraneous parentheses}} \
139 // expected-note {{remove extraneous parentheses around the comparison to silence this warning}}
  /external/clang/test/FixIt/
fixit-objc.m 39 [t test:@"Foo"]]; // expected-error{{extraneous ']' before ';'}}
40 g(@"Foo")); // expected-error{{extraneous ')' before ';'}}
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p1.cpp 10 template<> static void f<int>(int); // expected-error{{explicit specialization has extraneous, inconsistent storage class 'static'}}
  /external/antlr/antlr-3.4/
antlrjar.xml 25 any extraneous directories.
  /external/chromium-trace/catapult/dashboard/dashboard/models/
anomaly_config_test.py 37 # Extraneous "comment" keys are ignored.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonErrorNode.as 69 return "<extraneous: "+
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonErrorNode.js 55 return "<extraneous: "+
  /external/clang/test/Modules/
malformed.cpp 19 // CHECK-A: {{^}}Inputs/malformed/a2.h:1:{{.*}} error: extraneous closing brace

Completed in 881 milliseconds

1 2 3 4 5 6 7 8 91011>>