Searched refs:different (Results 1 – 25 of 5380) sorted by relevance
12345678910>>...216
/external/llvm-project/llvm/test/MC/ARM/ |
D | equal-rdhi-rdlo-diagnostics.s | 5 @ 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/ |
D | DiagnosticSerializationKinds.td | 53 "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 …]
|
D | DiagnosticASTKinds.td | 86 "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/ |
D | odr_hash.mm | 112 // 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 …]
|
D | implicit-private-with-different-name.m | 4 …-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…
|
D | odr_hash.cl | 63 // 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/ |
D | functional.vertex_arrays.single_attribute.txt | 25 + 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/ |
D | functional.vertex_arrays.single_attribute.txt | 25 + 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/ |
D | check-dup-objc-decls-1.m | 6 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}}
|
D | objc2-merge-gc-attribue-decl.m | 17 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/deqp-deps/glslang/Test/ |
D | link.multiAnonBlocksInvalid.0.1.vert | 3 // Error: ColorBlock has different members 9 // Error: Block has different members 16 // Error: Vertex has different members 23 // Error BufferBlock has different members
|
D | link.multiAnonBlocksInvalid.0.0.vert | 3 // Error: Block has different members 9 // Error: BufferBlock has different members 15 // Error: Vertex has different members 21 // Error: ColorBlock has different members
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | link.multiAnonBlocksInvalid.0.1.vert | 3 // Error: ColorBlock has different members 9 // Error: Block has different members 16 // Error: Vertex has different members 23 // Error BufferBlock has different members
|
D | link.multiAnonBlocksInvalid.0.0.vert | 3 // 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/clang/test/ASTMerge/interface/ |
D | test.m | 5 … 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/ |
D | interface.m | 5 …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…
|
D | property.m | 5 // 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/llvm-project/clang/test/SemaObjC/ |
D | check-dup-objc-decls-1.m | 6 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}}
|
D | objc2-merge-gc-attribue-decl.m | 17 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/llvm/test/Transforms/NewGVN/ |
D | condprop-xfail.ll | 66 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/test/Transforms/GVN/ |
D | condprop.ll | 118 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/curl/tests/libtest/ |
D | test1013.pl | 66 my $different = $curlproto ne $curlconfigproto; 67 if ($different) { 72 exit $different;
|
/external/curl/tests/data/ |
D | test1421 | 33 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/clang/include/clang/Basic/ |
D | DiagnosticASTKinds.td | 55 "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/llvm-project/clang/test/ASTMerge/property/ |
D | test.m | 5 ….m:12:26: warning: property 'Prop1' declared with incompatible types in different translation unit… 7 …2:26: warning: instance method 'Prop1' has incompatible result types in different translation unit… 9 …roperty1.m:28:21: warning: property 'Prop2' is synthesized to different ivars in different transla…
|
12345678910>>...216