/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | preprocessor.many.endif.vert.err | 1 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/deqp-deps/glslang/Test/baseResults/ |
D | preprocessor.many.endif.vert.err | 1 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/ |
D | callingconv-cast.c | 16 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-project/clang/test/Sema/ |
D | callingconv-cast.c | 16 void mismatched(int x) {} in mismatched() function 34 take_callback((callback_t)mismatched); in main() 37 callback_t callback = (callback_t)mismatched; // warns in main() 41 callback = (callback_t)&mismatched; // warns in main() 44 callback = (callback_t)!mismatched; in main() 50 void (*callback2)(int) = mismatched; in main() 54 take_callback((callback_t)(void*)mismatched); in main()
|
/external/llvm/test/Verifier/ |
D | musttail-invalid.ll | 7 ; 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
|
D | llvm.dbg.intrinsic-dbg-attachment.ll | 29 ; 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
|
/external/llvm-project/llvm/test/Verifier/ |
D | musttail-invalid.ll | 7 ; 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
|
D | byref.ll | 73 ; CHECK: cannot guarantee tail call due to mismatched ABI impacting function attributes 82 ; CHECK: cannot guarantee tail call due to mismatched ABI impacting function attributes 94 ; CHECK: cannot guarantee tail call due to mismatched ABI impacting function attributes
|
D | llvm.dbg.intrinsic-dbg-attachment.ll | 27 ; 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
|
/external/llvm-project/clang/test/SemaCXX/ |
D | cxx2a-constexpr-dynalloc.cpp | 51 constexpr bool mismatched(int alloc_kind, int dealloc_kind) { in mismatched() function 77 static_assert(mismatched(0, 2)); // expected-error {{constant expression}} expected-note {{in call}} 78 static_assert(mismatched(1, 2)); // expected-error {{constant expression}} expected-note {{in call}} 79 static_assert(mismatched(2, 0)); // expected-error {{constant expression}} expected-note {{in call}} 80 static_assert(mismatched(2, 1)); // expected-error {{constant expression}} expected-note {{in call}} 81 static_assert(mismatched(2, 2));
|
/external/smali/smalidea/testData/ |
D | InvalidAnnotation.txt | 10 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
|
D | InvalidInstruction.txt | 33 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
|
D | InvalidMethod4.txt | 18 PsiErrorElement:mismatched input '.blah' expecting OPEN_PAREN 47 PsiErrorElement:mismatched input '.blah' expecting CLOSE_PAREN
|
D | MissingDotDot.txt | 57 PsiErrorElement:mismatched input '.blah' expecting CLOSE_BRACE 113 PsiErrorElement:mismatched input '.blah' expecting DOTDOT
|
/external/rust/crates/pin-project/tests/ui/pin_project/ |
D | remove-attr-from-field.stderr | 1 error[E0308]: mismatched types 12 error[E0308]: mismatched types
|
/external/rust/crates/pin-project/tests/ui/cfg/ |
D | cfg_attr-type-mismatch.stderr | 1 error[E0308]: mismatched types 12 error[E0308]: mismatched types
|
/external/rust/crates/async-trait/tests/ui/ |
D | self-span.stderr | 1 error[E0308]: mismatched types 15 error[E0308]: mismatched types
|
/external/swiftshader/tests/regres/cov/turbo-cov/ |
D | main.cpp | 71 if(auto mismatched = coverage->getMismatchedCount()) in main() local 73 fprintf(stderr, "%d functions have mismatched data\n", (int)mismatched); in main()
|
/external/llvm-project/llvm/test/MachineVerifier/ |
D | test_g_fcmp.mir | 27 ; mismatched element count 34 ; mismatched scalar element type
|
D | test_g_icmp.mir | 27 ; mismatched element count 34 ; mismatched scalar element type
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
D | debug-names-verify-entries.s | 6 # 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/ |
D | selector-1.m | 14 …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/llvm-project/clang/test/SemaObjC/ |
D | selector-1.m | 14 …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/rust/crates/pin-project/tests/ui/pinned_drop/ |
D | self.stderr | 36 error[E0308]: mismatched types 47 error[E0308]: mismatched types
|
/external/autotest/server/site_tests/firmware_Cr50BID/ |
D | control | 18 Check that cr50 will not accept mismatched board ids when it is running a board 24 when it is updated to a mismatched board id image.
|