/external/clang/include/clang/Basic/ |
D | DiagnosticASTKinds.td | 46 "comparison of addresses of subobjects of different base classes " 128 "external variable %0 declared with incompatible types in different " 135 "external function %0 declared with incompatible types in different " 138 "type %0 has incompatible definitions in different translation units">; 155 "field %0 declared with incompatible types in different " 160 "instance variable %0 declared with incompatible types in different " 168 "different translation units (%2 vs. %3)">; 170 "%select{class|instance}0 method %1 has a different number of parameters in " 171 "different translation units (%2 vs. %3)">; 173 "%select{class|instance}0 method %1 has a parameter with a different types " [all …]
|
/external/clang/test/Sema/ |
D | vector-cast.c | 14 't2' and 't1' of different size}} in f() 16 't1' and 't2' of different size}} 23 type 't1' and integer type 'short' of different size}} 27 type 't1' and integer type 'short' of different size}}
|
/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 {{redefinition of 'p3' with a different type}} 20 extern void * __strong p4; // expected-error {{redefinition of 'p4' with a different type}} 26 extern char* p6; // expected-error {{redefinition of 'p6' with a different type}} 29 extern char* p7; // expected-error {{redefinition of 'p7' with a different type}}
|
D | id.m | 20 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…
|
D | class-def-test-1.m | 9 @interface INTF @end // expected-error {{redefinition of 'INTF' as different kind of symbol}} 17 typedef int OBJECT; // expected-error {{redefinition of 'OBJECT' as different kind of symbol}} 20 @interface INTF2 : OBJECT2 @end // expected-error {{redefinition of 'OBJECT2' as different kind of …
|
/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…
|
D | category.m | 5 …18:1: error: instance method 'method2' has incompatible result types in different translation unit… 7 …26:1: error: instance method 'method3' has incompatible result types in different translation unit… 9 ….m:48:1: error: instance method 'blah' has incompatible result types in different translation unit…
|
/external/clang/test/SemaObjCXX/ |
D | objc2-merge-gc-attribue-decl.mm | 39 extern __weak id p3; // expected-error {{redefinition of 'p3' with a different type}} 42 extern void * __strong p4; // expected-error {{redefinition of 'p4' with a different type}} 48 extern char* p6; // expected-error {{redefinition of 'p6' with a different type}} 51 extern char* p7; // expected-error {{redefinition of 'p7' with a different type}}
|
/external/chromium/chrome/browser/sync/glue/ |
D | typed_url_model_associator.cc | 348 int different = DIFF_NONE; in MergeUrls() local 357 different |= DIFF_ROW_CHANGED; in MergeUrls() 361 different |= DIFF_TITLE_CHANGED; in MergeUrls() 366 different |= DIFF_NODE_CHANGED; in MergeUrls() 377 different |= DIFF_ROW_CHANGED; in MergeUrls() 380 different |= DIFF_NODE_CHANGED; in MergeUrls() 393 different |= DIFF_VISITS_ADDED; in MergeUrls() 398 different |= DIFF_NODE_CHANGED; in MergeUrls() 407 different |= DIFF_VISITS_ADDED; in MergeUrls() 412 if (different & DIFF_VISITS_ADDED) { in MergeUrls() [all …]
|
/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: 150 br i1 %cmp, label %same, label %different 157 different: 168 br i1 %cmp, label %same, label %different 174 different:
|
/external/llvm/test/YAMLParser/ |
D | spec-02-23.data | 14 above may be different for 15 different documents.
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-01-31-UniversalIRIdea.txt | 8 virtual machines for many different languages. E.g., a C vm, a C++ vm, a 22 reusable by different languages, with minor extensions. The language 29 think about whether LLVM is different or if has something novel that might 31 features that different languages select from. Also, using SSA with or
|
/external/llvm/test/Linker/ |
D | 2008-06-26-AddressSpace.ll | 1 ; Test linking two functions with different prototypes and two globals 2 ; in different modules.
|
D | basiclink.ll | 1 ; Test linking two functions with different prototypes and two globals 2 ; in different modules. This is for PR411
|
D | 2008-06-13-LinkOnceRedefinition.ll | 1 ; Test linking two functions with different prototypes and two globals 2 ; in different modules.
|
D | redefinition.ll | 1 ; Test linking two functions with different prototypes and two globals 2 ; in different modules.
|
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/resources/ |
D | ReadMeDevLite.txt | 1 … The SDL-devel package contains Xcode templates, SDL documentation, and different variations of SD… 3 …different variations of SDLMain.m depending on what class of SDL application you make and they are…
|
/external/ant-glob/src/org/apache/tools/ant/types/selectors/ |
D | SelectorUtils.java | 386 if (different(caseSensitive, ch, strArr[i])) { in match() 405 if (different(caseSensitive, ch, strArr[strIdxStart])) { in match() 425 if (different(caseSensitive, ch, strArr[strIdxEnd])) { in match() 463 if (different(caseSensitive, ch, in match() 496 private static boolean different( in different() method in SelectorUtils
|
/external/elfutils/ |
D | NOTES | 41 - what should happen if two sections in different files with the same 42 name have different types and/or the flags are different
|
/external/valgrind/main/docs/internals/ |
D | directory-structure.txt | 11 This file is a guide to where different things live. 43 More often we use #ifdefs inside source files to specify the different 44 cases for different archs/OSes/platforms. It's pretty straightforward.
|
/external/icu4c/test/cintltst/ |
D | cstrcase.c | 630 …different[]= { 0x41, 0x62, 0x131, 0x3c3, 0x73, 0x53, 0x46, 0x66, 0x49, 0xd93f, 0xdffd, 0… in TestCaseCompare() local 643 lenDifferent=u_strlen(different); in TestCaseCompare() 670 result=u_strcasecmp(mixed, different, U_FOLD_CASE_DEFAULT); in TestCaseCompare() 674 result=u_strCaseCompare(mixed, -1, different, lenDifferent, U_FOLD_CASE_DEFAULT, &errorCode); in TestCaseCompare() 680 result=u_strncasecmp(mixed, different, 4, U_FOLD_CASE_DEFAULT); in TestCaseCompare() 684 result=u_strCaseCompare(mixed, 4, different, 4, U_FOLD_CASE_DEFAULT, &errorCode); in TestCaseCompare() 690 result=u_strncasecmp(mixed, different, 5, U_FOLD_CASE_DEFAULT); in TestCaseCompare() 694 result=u_strCaseCompare(mixed, 5, different, 5, U_FOLD_CASE_DEFAULT, &errorCode); in TestCaseCompare() 700 result=u_memcasecmp(mixed, different, 4, U_FOLD_CASE_DEFAULT); in TestCaseCompare() 706 result=u_memcasecmp(mixed, different, 5, U_FOLD_CASE_DEFAULT); in TestCaseCompare()
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | 2008-07-17-addrspace.ll | 1 ; This test lets globalopt split the global struct and array into different 20 ; We put stores in a different function, so that the global variables won't get
|
/external/stlport/doc/ |
D | build_system.txt | 17 Other than that, there are three different settings corresponding to the three different 33 Under nmake/, you then find the common support files for the different compilers and 36 files for the different compilers that are used to make application specific or library
|