Home
last modified time | relevance | path

Searched refs:mismatched (Results 1 – 25 of 75) sorted by relevance

123

/external/clang/test/Sema/
Dcallingconv-cast.c16 void mismatched(int x) {} in mismatched() function
27 take_callback((callback_t)mismatched); in main()
30 callback_t callback = (callback_t)mismatched; // warns in main()
34 callback = (callback_t)&mismatched; // warns in main()
37 callback = (callback_t)!mismatched; in main()
43 void (*callback2)(int) = mismatched; in main()
47 take_callback((callback_t)(void*)mismatched); in main()
/external/llvm/test/Verifier/
Dmusttail-invalid.ll7 ; CHECK: mismatched calling conv
14 ; CHECK: mismatched parameter counts
21 ; CHECK: mismatched parameter types
28 ; CHECK: mismatched varargs
37 ; CHECK: mismatched return types
44 ; CHECK: mismatched ABI impacting function attributes
51 ; CHECK: mismatched ABI impacting function attributes
58 ; CHECK: mismatched ABI impacting function attributes
65 ; CHECK: mismatched ABI impacting function attributes
Dllvm.dbg.intrinsic-dbg-attachment.ll29 ; CHECK-LABEL: mismatched subprogram between llvm.dbg.value variable and !dbg attachment
43 ; CHECK-LABEL: mismatched subprogram between llvm.dbg.declare variable and !dbg attachment
Dinalloca3.ll11 ; CHECK: inalloca argument for call has mismatched alloca
/external/smali/smalidea/testData/
DInvalidAnnotation.txt10 PsiErrorElement:mismatched input '.blah' expecting ANNOTATION_VISIBILITY
25 PsiErrorElement:mismatched input '.blah' expecting CLASS_DESCRIPTOR
45 PsiErrorElement:mismatched input '.blah' expecting EQUAL
105 PsiErrorElement:mismatched input '.blah' expecting END_SUBANNOTATION_DIRECTIVE
DInvalidInstruction.txt33 PsiErrorElement:mismatched input '.blah' expecting OPEN_BRACE
91 PsiErrorElement:mismatched input '.blah' expecting COMMA
140 PsiErrorElement:mismatched input '.blah' expecting END_ARRAY_DATA_DIRECTIVE
178 PsiErrorElement:mismatched input '.blah' expecting END_PACKED_SWITCH_DIRECTIVE
233 PsiErrorElement:mismatched input '.blah' expecting END_SPARSE_SWITCH_DIRECTIVE
DInvalidMethod4.txt18 PsiErrorElement:mismatched input '.blah' expecting OPEN_PAREN
47 PsiErrorElement:mismatched input '.blah' expecting CLOSE_PAREN
DInvalidMethodReference.txt85 PsiErrorElement:mismatched input '.blah' expecting ARROW
133 PsiErrorElement:mismatched input '.blah' expecting OPEN_PAREN
187 PsiErrorElement:mismatched input '.blah' expecting CLOSE_PAREN
DMissingDotDot.txt57 PsiErrorElement:mismatched input '.blah' expecting CLOSE_BRACE
113 PsiErrorElement:mismatched input '.blah' expecting DOTDOT
DInvalidClassDirective.txt11 PsiErrorElement:mismatched input '<EOF>' expecting CLASS_DESCRIPTOR
DInvalidField2.txt16 PsiErrorElement:mismatched input '.blah' expecting COLON
DSuperClassInvalidSyntax.txt17 PsiErrorElement:mismatched input '<EOF>' expecting CLASS_DESCRIPTOR
DInvalidEnumLiteral.txt34 PsiErrorElement:mismatched input '.blah' expecting COLON
DInvalidMethod2.txt32 PsiErrorElement:mismatched input '.method' expecting OPEN_PAREN
/external/clang/test/SemaObjC/
Dselector-1.m14 …e:); // expected-warning {{several methods with selector 'compare:' of mismatched types are found …
61 … expected-warning {{several methods with selector 'setFinalVolume:' of mismatched types are found …
Darc-decls.m113 - (void)bar:(id) __attribute((ns_consumed)) b; // expected-error {{overriding method has mismatched
116 …((ns_returns_not_retained)); // expected-error {{overriding method has mismatched ns_returns_not_r…
117 …bute((ns_returns_retained)); // expected-error {{overriding method has mismatched ns_returns_retai…
/external/libmojo/mojo/public/interfaces/bindings/tests/data/validation/
Dconformance_msghdr_num_bytes_version_mismatch_1.data7 [u8]0 // Extra bytes that result in mismatched |num_bytes| and
Dconformance_msghdr_num_bytes_version_mismatch_2.data8 [u8]0 // Extra bytes that result in mismatched |num_bytes| and
/external/mesa3d/
DAndroid.common.mk39 -Wno-mismatched-tags \
/external/llvm/test/MC/ARM/
Deh-directive-fnend-diagnostics.s4 @ Check the diagnostics for mismatched .fnend directive
Deh-directive-fnstart-diagnostics.s4 @ Check the diagnostics for the mismatched .fnstart directives.
/external/clang/test/ASTMerge/Inputs/
Dcategory1.m41 // Category with mismatched implementation
Dcategory2.m43 // Category with mismatched implementation
/external/markdown/tests/misc/
Dbenchmark.dat37 mismatched-tags:0.070000:0.000000
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DLexer.as246 …msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting "+getCharErrorDisplay(mte.expec…
262 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting set "+mnse.expecting;
266 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting set "+mse.expecting;
270 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting set "+

123