Home
last modified time | relevance | path

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

12345678

/external/angle/third_party/vulkan-deps/glslang/src/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/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/llvm-project/clang/test/Sema/
Dcallingconv-cast.c16 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/
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
/external/llvm-project/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
Dbyref.ll73 ; 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
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
/external/llvm-project/clang/test/SemaCXX/
Dcxx2a-constexpr-dynalloc.cpp51 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/
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
DMissingDotDot.txt57 PsiErrorElement:mismatched input '.blah' expecting CLOSE_BRACE
113 PsiErrorElement:mismatched input '.blah' expecting DOTDOT
/external/rust/crates/pin-project/tests/ui/pin_project/
Dremove-attr-from-field.stderr1 error[E0308]: mismatched types
12 error[E0308]: mismatched types
/external/rust/crates/pin-project/tests/ui/cfg/
Dcfg_attr-type-mismatch.stderr1 error[E0308]: mismatched types
12 error[E0308]: mismatched types
/external/rust/crates/async-trait/tests/ui/
Dself-span.stderr1 error[E0308]: mismatched types
15 error[E0308]: mismatched types
/external/swiftshader/tests/regres/cov/turbo-cov/
Dmain.cpp71 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/
Dtest_g_fcmp.mir27 ; mismatched element count
34 ; mismatched scalar element type
Dtest_g_icmp.mir27 ; mismatched element count
34 ; mismatched scalar element type
/external/llvm-project/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/llvm-project/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/rust/crates/pin-project/tests/ui/pinned_drop/
Dself.stderr36 error[E0308]: mismatched types
47 error[E0308]: mismatched types
/external/autotest/server/site_tests/firmware_Cr50BID/
Dcontrol18 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.

12345678