Home
last modified time | relevance | path

Searched refs:different (Results 1 – 25 of 4780) sorted by relevance

12345678910>>...192

/external/llvm-project/llvm/test/MC/ARM/
Dequal-rdhi-rdlo-diagnostics.s5 @ CHECK: [[@LINE-1]]:{{[0-9]+}}: error: unpredictable instruction, RdHi and RdLo must be different
7 @ CHECK: [[@LINE-1]]:{{[0-9]+}}: error: unpredictable instruction, RdHi and RdLo must be different
9 @ CHECK: [[@LINE-1]]:{{[0-9]+}}: error: unpredictable instruction, RdHi and RdLo must be different
11 @ CHECK: [[@LINE-1]]:{{[0-9]+}}: error: unpredictable instruction, RdHi and RdLo must be different
13 @ CHECK: [[@LINE-1]]:{{[0-9]+}}: error: unpredictable instruction, RdHi and RdLo must be different
15 @ CHECK: [[@LINE-1]]:{{[0-9]+}}: error: unpredictable instruction, RdHi and RdLo must be different
17 @ CHECK: [[@LINE-1]]:{{[0-9]+}}: error: unpredictable instruction, RdHi and RdLo must be different
19 @ CHECK: [[@LINE-1]]:{{[0-9]+}}: error: unpredictable instruction, RdHi and RdLo must be different
21 @ CHECK: [[@LINE-1]]:{{[0-9]+}}: error: unpredictable instruction, RdHi and RdLo must be different
23 @ CHECK: [[@LINE-1]]:{{[0-9]+}}: error: unpredictable instruction, RdHi and RdLo must be different
[all …]
/external/llvm-project/clang/include/clang/Basic/
DDiagnosticSerializationKinds.td53 "PCH file built from a different branch (%0) than the compiler (%1)">;
84 "module '%0' %select{in|imported by}4 AST file '%1' found in a different module map file"
116 "%q0 has different definitions in different modules; "
126 "instantiation of %q0 is different in different modules">;
129 "%q0 has different definitions in different modules; first difference is "
144 "%ordinal2 base class with different type %3|"
150 "%q0 has different definitions in different modules; first difference is "
165 "template parameter with different default argument}1">;
168 "%q0 has different definitions in different modules; first difference is "
179 "%q0 has different definitions in different modules; first difference is "
[all …]
DDiagnosticASTKinds.td86 "comparison of addresses of subobjects of different base classes "
120 "it may be different at runtime">;
209 "a different member of the same union">;
409 "external variable %0 declared with incompatible types in different "
412 "external variable %0 declared with incompatible types in different "
422 "external function %0 declared with incompatible types in different "
425 "external function %0 declared with incompatible types in different "
429 : Error<"type %0 has incompatible definitions in different translation "
432 : Warning<"type %0 has incompatible definitions in different translation "
451 "field %0 declared with incompatible types in different "
[all …]
/external/llvm-project/clang/test/Modules/
Dodr_hash.mm112 // expected-error@second.h:* {{Types::Attributed::invalid1' has different definitions in different
113 // expected-note@first.h:* {{but in 'FirstModule' found a different body}}
115 // expected-error@second.h:* {{'Types::Attributed::invalid2' has different definitions in different
116 // expected-note@first.h:* {{but in 'FirstModule' found a different body}}
162 …ted-error@second.h:* {{'Types::BlockPointer::invalid1' has different definitions in different modu…
163 // expected-note@first.h:* {{but in 'FirstModule' found a different body}}
165 …ted-error@second.h:* {{'Types::BlockPointer::invalid2' has different definitions in different modu…
166 // expected-note@first.h:* {{but in 'FirstModule' found a different body}}
168 …ted-error@second.h:* {{'Types::BlockPointer::invalid3' has different definitions in different modu…
169 // expected-note@first.h:* {{but in 'FirstModule' found a different body}}
[all …]
Dimplicit-private-with-different-name.m4 …-module-maps -fmodules-cache-path=%t -F %S/Inputs/implicit-private-with-different-name -emit-pch -…
7 …-module-maps -fmodules-cache-path=%t -F %S/Inputs/implicit-private-with-different-name -include-pc…
10 …-module-maps -fmodules-cache-path=%t -F %S/Inputs/implicit-private-with-different-name -include-pc…
12 // expected-warning@Inputs/implicit-private-with-different-name/A.framework/Modules/module.private.…
13 // expected-note@Inputs/implicit-private-with-different-name/A.framework/Modules/module.private.mod…
Dodr_hash.cl63 // expected-error@second.h:* {{'invalid1' has different definitions in different modules; definitio…
64 // expected-note@first.h:* {{but in 'FirstModule' found a different body}}
66 // expected-error@second.h:* {{'invalid2' has different definitions in different modules; definitio…
67 // expected-note@first.h:* {{but in 'FirstModule' found a different body}}
/external/deqp/doc/testspecs/GLES2/
Dfunctional.vertex_arrays.single_attribute.txt25 + Rendering with different strides from buffer and user pointer.
26 + Attribute normalization with different types and component counts.
28 + Using buffers with different usage.
29 + Buffer attributes with different offsets.
52 Stride tests render different input type and component count combinations from buffer
56 Normalization is tested with different input types and component counts. User
59 Output type tests pass different input types to different vector types in shader.
60 Also different input type and output type component counts are tested. Data is used
63 Usage testcases test buffers with different usage parameters with different strides
64 and different sized types. The data is used as vec2 in shaders.
/external/deqp/doc/testspecs/GLES3/
Dfunctional.vertex_arrays.single_attribute.txt25 + Rendering with different strides from buffer and user pointer.
26 + Attribute normalization with different types and component counts.
30 + Using buffers with different usage.
31 + Buffer attributes with different offsets.
55 Stride tests render different input type and component count combinations from buffer
59 Normalization is tested with different input types and component counts. User
62 Output type tests pass different input types to different vector types in shader.
63 Also different input type and output type component counts are tested. Data is used
66 Usage testcases test buffers with different usage parameters with different strides
67 and different sized types. The data is used as vec2 in shaders.
/external/clang/test/SemaObjC/
Dcheck-dup-objc-decls-1.m6 float Foo; // expected-error {{redefinition of 'Foo' as different kind of symbol}}
10 typedef int Bar; // expected-error {{redefinition of 'Bar' as different kind of symbol}}
18 @class OBJECT ; // expected-error {{redefinition of 'OBJECT' as different kind of symbol}}
23 @interface Gorf @end // expected-error {{redefinition of 'Gorf' as different kind of symbol}} expec…
25 void Gorf() // expected-error {{redefinition of 'Gorf' as different kind of symbol}}
44 NSString * const TestBaz; // expected-error {{redefinition of 'TestBaz' with a different type}}
Dobjc2-merge-gc-attribue-decl.m17 extern __weak id p3; // expected-error {{redeclaration of 'p3' with a different type}}
20 extern void * __strong p4; // expected-error {{redeclaration of 'p4' with a different type}}
26 extern char* p6; // expected-error {{redeclaration of 'p6' with a different type}}
29 extern char* p7; // expected-error {{redeclaration of 'p7' with a different type}}
/external/llvm-project/clang/test/ASTMerge/interface/
Dtest.m5 … warning: instance variable 'ivar2' declared with incompatible types in different translation unit…
10 // CHECK: interface2.m:33:1: warning: class method 'foo' has incompatible result types in different
12 ….m:39:19: warning: class method 'bar:' has a parameter with a different types in different transla…
16 …57:20: warning: instance method 'bar:' has a parameter with a different types in different transla…
/external/clang/test/ASTMerge/
Dinterface.m5 …9: error: instance variable 'ivar2' declared with incompatible types in different translation unit…
10 // CHECK: interface2.m:33:1: error: class method 'foo' has incompatible result types in different t…
12 …e2.m:39:19: error: class method 'bar:' has a parameter with a different types in different transla…
16 …m:57:20: error: instance method 'bar:' has a parameter with a different types in different transla…
Dproperty.m5 // CHECK: property2.m:12:26: error: property 'Prop1' declared with incompatible types in different
7 …:12:26: error: instance method 'Prop1' has incompatible result types in different translation unit…
9 // CHECK: property1.m:28:21: error: property 'Prop2' is synthesized to different ivars in different
/external/deqp-deps/glslang/Test/
Dlink.multiAnonBlocksInvalid.0.1.vert3 // Error: ColorBlock has different members
9 // Error: Block has different members
16 // Error: Vertex has different members
23 // Error BufferBlock has different members
Dlink.multiAnonBlocksInvalid.0.0.vert3 // Error: Block has different members
9 // Error: BufferBlock has different members
15 // Error: Vertex has different members
21 // Error: ColorBlock has different members
/external/llvm-project/llvm/test/Transforms/NewGVN/
Dcondprop-xfail.ll66 br i1 %cmp, label %same, label %different
72 different:
82 br i1 %cmp, label %same, label %different
88 different:
97 br i1 %cmp, label %same, label %different
103 different:
113 br i1 %cmp, label %same, label %different
119 different:
/external/llvm-project/clang/test/SemaObjC/
Dcheck-dup-objc-decls-1.m6 float Foo; // expected-error {{redefinition of 'Foo' as different kind of symbol}}
10 typedef int Bar; // expected-error {{redefinition of 'Bar' as different kind of symbol}}
18 @class OBJECT ; // expected-error {{redefinition of 'OBJECT' as different kind of symbol}}
23 @interface Gorf @end // expected-error {{redefinition of 'Gorf' as different kind of symbol}} expec…
25 void Gorf() // expected-error {{redefinition of 'Gorf' as different kind of symbol}}
50 NSString * const TestBaz; // expected-error {{redefinition of 'TestBaz' with a different type}}
Dobjc2-merge-gc-attribue-decl.m17 extern __weak id p3; // expected-error {{redeclaration of 'p3' with a different type}}
20 extern void * __strong p4; // expected-error {{redeclaration of 'p4' with a different type}}
26 extern char* p6; // expected-error {{redeclaration of 'p6' with a different type}}
29 extern char* p7; // expected-error {{redeclaration of 'p7' with a different type}}
Did.m20 typedef int id; // expected-error {{typedef redefinition with different types ('int' vs 'id')}}
23 typedef double id; // expected-error {{typedef redefinition with different types ('double' vs 'id'…
25 typedef char *id; // expected-error {{typedef redefinition with different types ('char *' vs 'id')}}
27 typedef union U{ int iu; } *id; // expected-error {{typedef redefinition with different types ('uni…
/external/llvm/test/Transforms/GVN/
Dcondprop.ll118 br i1 %cmp, label %same, label %different
125 different:
136 br i1 %cmp, label %same, label %different
142 different:
152 br i1 %cmp, label %same, label %different
158 different:
166 br i1 %cmp, label %same, label %different
173 different:
182 br i1 %cmp, label %same, label %different
189 different:
[all …]
/external/clang/include/clang/Basic/
DDiagnosticASTKinds.td55 "comparison of addresses of subobjects of different base classes "
193 "external variable %0 declared with incompatible types in different "
200 "external function %0 declared with incompatible types in different "
203 "type %0 has incompatible definitions in different translation units">,
221 "field %0 declared with incompatible types in different "
226 "instance variable %0 declared with incompatible types in different "
234 "different translation units (%2 vs. %3)">;
236 "%select{class|instance}0 method %1 has a different number of parameters in "
237 "different translation units (%2 vs. %3)">;
239 "%select{class|instance}0 method %1 has a parameter with a different types "
[all …]
/external/curl/tests/data/
Dtest142133 Re-using HTTP proxy connection for two different host names
36 --proxy http://%HOSTIP:%HTTPPORT http://test.remote.haxx.se.1421:8990/ http://different.remote.haxx…
65 GET http://different.remote.haxx.se.1421:8990/ HTTP/1.1
66 Host: different.remote.haxx.se.1421:8990
/external/llvm-project/llvm/test/Transforms/Util/PredicateInfo/
Dcondprop.ll197 ; CHECK: different:
202 br i1 %cmp, label %same, label %different
208 different:
221 ; CHECK: different:
227 br i1 %cmp, label %same, label %different
232 different:
244 ; CHECK: different:
250 br i1 %cmp, label %same, label %different
255 different:
270 ; CHECK: different:
[all …]
/external/curl/tests/libtest/
Dtest1013.pl66 my $different = $curlproto ne $curlconfigproto;
67 if ($different) {
72 exit $different;
/external/icu/icu4j/perf-tests/data/conversion/
Denglish.txt8different encoding systems for assigning these numbers. No single encoding could contain enough ch…
10different characters, or use different numbers for the same character. Any given computer (especia…
15 …s without re-engineering. It allows data to be transported through many different systems without …

12345678910>>...192