Home
last modified time | relevance | path

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

12345

/external/deqp-deps/glslang/Test/baseResults/
Dpreprocessor.many.endif.vert.err1 ERROR: 0:1: '#endif' : mismatched statements
2 ERROR: 0:2: '#endif' : mismatched statements
3 ERROR: 0:3: '#endif' : mismatched statements
4 ERROR: 0:4: '#endif' : mismatched statements
5 ERROR: 0:5: '#endif' : mismatched statements
6 ERROR: 0:6: '#endif' : mismatched statements
7 ERROR: 0:7: '#endif' : mismatched statements
/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/swiftshader/third_party/llvm-7.0/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.ll27 ; CHECK-LABEL: mismatched subprogram between llvm.dbg.value variable and !dbg attachment
41 ; CHECK-LABEL: mismatched subprogram between llvm.dbg.declare variable and !dbg attachment
Dinalloca3.ll11 ; CHECK: inalloca argument for call has mismatched alloca
/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
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug-names-verify-entries.s6 # CHECK: error: Name Index @ 0x0: Entry @ 0x85: mismatched CU of DIE @ 0x30: index - 0x0; debug_inf…
7 # CHECK: error: Name Index @ 0x0: Entry @ 0x8b: mismatched Tag of DIE @ 0x17: index - DW_TAG_subpro…
8 # CHECK: error: Name Index @ 0x0: Entry @ 0x91: mismatched Name of DIE @ 0x35: index - foo; debug_i…
11 # CHECK: error: Name Index @ 0x0: Entry @ 0x69: mismatched Name of DIE @ 0x1c: index - (pseudonymou…
/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 …
/external/autotest/server/site_tests/firmware_Cr50BID/
Dcontrol18 Check that cr50 will not accept mismatched board ids when it is running a board
22 when it is updated to a mismatched board id image.
/external/libchrome/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/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Deh-directive-fnend-diagnostics.s4 @ Check the diagnostics for mismatched .fnend directive
/external/llvm/test/MC/ARM/
Deh-directive-fnend-diagnostics.s4 @ Check the diagnostics for mismatched .fnend directive
/external/clang/test/ASTMerge/Inputs/
Dcategory1.m41 // Category with mismatched implementation

12345