| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | PR3488.ll | 6 module asm "\09.previous\09\09\09\09\09" 10 module asm "\09.previous\09\09\09\09\09" 14 module asm "\09.previous\09\09\09\09\09" 18 module asm "\09.previous\09\09\09\09\09" 22 module asm "\09.previous\09\09\09\09\09" 26 module asm "\09.previous\09\09\09\09\09" 30 module asm "\09.previous\09\09\09\09\09" 34 module asm "\09.previous\09\09\09\09\09" 38 module asm "\09.previous\09\09\09\09\09" 42 module asm "\09.previous\09\09\09\09\09" [all …]
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | special-symbol-ld-previous.s | 30 ## The remaining cases test handling when a symbol name is part of $ld$previous. 34 ## is part of $previous$ if and only if that named symbol is referenced. 35 ## That is, for $ld$previous$/NewName$$3.0$14.0$_symNam$, if _symNam is 43 ## $previous has no effect because deployment target is too new. 48 ## $previous has no effect because named symbol isn't referenced. 89 symbols: [ '$ld$previous$/Old$1.2.3$1$3.0$14.0$$', _xxx ] 103 '$ld$previous$/Another$$1$3.0$14.0$_xxx$', 104 '$ld$previous$/Old$1.2.3$1$3.0$14.0$_y$yy$', 121 symbols: [ '$ld$previous$/New$1.2.3$1$3.a$14.0$$', 122 '$ld$previous$/New$1.2.3$1$3.0$14.b$$', [all …]
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | category-direct-properties.m | 7 @property(nonatomic, readonly) int normal_direct; // expected-note {{previous declaration is here}} 51 @property(nonatomic, readwrite) int normal_direct; // expected-note {{previous declaration is here}} 73 @property(nonatomic, readonly, direct) int direct_normal; // expected-note {{previous declaration i… 74 @property(nonatomic, readonly) int normal_direct; // expected-note {{previous declaration i… 75 @property(nonatomic, readonly, direct) int direct_direct; // expected-note {{previous declaration i… 94 @property(nonatomic, readonly, direct) int direct_normal; // expected-note {{previous declaration i… 95 @property(nonatomic, readonly) int normal_direct; // expected-note {{previous declaration i… 96 @property(nonatomic, readonly, direct) int direct_direct; // expected-note {{previous declaration i… 115 @property(nonatomic, readonly, direct) int direct_normal; // expected-note {{previous declaration i… 116 @property(nonatomic, readonly) int normal_direct; // expected-note {{previous declaration i… [all …]
|
| H A D | check-dup-decls-inside-objc.m | 7 struct InProtocol {}; // expected-note {{previous definition is here}} 15 struct InInterfaceCurliesWithField {} field; // expected-note {{previous definition is here}} 16 union InInterfaceCurlies { int x; float y; }; // expected-note {{previous definition is here}} 18 enum InInterface { kX = 0, }; // expected-note {{previous definition is here}} 20 enum class InInterfaceScoped { kXScoped = 0, }; // expected-note {{previous definition is here}} 25 union InCategory { int x; float y; }; // expected-note {{previous definition is here}} 30 struct InExtensionCurlies {}; // expected-note {{previous definition is here}} 32 union InExtension { int x; float y; }; // expected-note {{previous definition is here}} 37 enum InImplementationCurlies { kZ = 2, }; // expected-note {{previous definition is here}} 39 struct InImplementation {}; // expected-note {{previous definition is here}} [all …]
|
| H A D | method-direct-one-definition.m | 8 - (void)A_Cat __attribute__((objc_direct)); // expected-note {{previous declaration is here}} 18 - (void)B_primary __attribute__((objc_direct)); // expected-note {{previous declaration is here}} 22 - (void)B_extension __attribute__((objc_direct)); // expected-note {{previous declaration is here}} 30 - (void)B_OtherCat __attribute__((objc_direct)); // expected-note {{previous declaration is here}} 38 - (void)B_implOnly __attribute__((objc_direct)) { // expected-note {{previous declaration is here}} 51 …direct)) { // expected-error {{direct method declaration conflicts with previous direct declaratio… 57 - (void)C1 __attribute__((objc_direct)); // expected-note {{previous declaration is here}} 58 - (void)C2; // expected-note {{previous declaration is here}} 62 … // expected-error {{method declaration conflicts with previous direct declaratio… 63 …_direct)); // expected-error {{direct method declaration conflicts with previous declaration of me…
|
| H A D | method-direct.m | 4 - (void)protoMethod; // expected-note {{previous declaration is here}} 5 + (void)classProtoMethod; // expected-note {{previous declaration is here}} 16 - (void)rootRegular; // expected-note {{previous declaration is he… 17 + (void)classRootRegular; // expected-note {{previous declaration is he… 18 - (void)rootDirect __attribute__((objc_direct)); // expected-note {{previous declaration is he… 19 + (void)classRootDirect __attribute__((objc_direct)); // expected-note {{previous declaration is he… 29 - (void)rootExtensionDirect; // expected-note {{previous declaration is here}} 30 + (void)classRootExtensionDirect; // expected-note {{previous declaration is here}} 35 - (void)rootCategoryDirect; // expected-note {{previous declaration is here}} 36 + (void)classRootCategoryDirect; // expected-note {{previous declaration is here}} [all …]
|
| H A D | check-dup-objc-decls-1.m | 3 @interface Foo // expected-note {{previous definition is here}} 8 @class Bar; // expected-note {{previous definition is here}} 16 typedef int OBJECT; // expected-note {{previous definition is here}} 21 typedef int Gorf; // expected-note {{previous definition is here}} 23 … {{redefinition of 'Gorf' as different kind of symbol}} expected-note {{previous definition is her… 32 @interface A<P> @end // expected-note {{previous definition is here}} 35 @protocol PP<P> @end // expected-note {{previous definition is here}} 44 @interface A(Cat)<P> @end // expected-note {{previous definition is here}} 49 NSString * TestBaz; // expected-note {{previous definition is here}}
|
| H A D | method-direct-properties.m | 9 @property(nonatomic, direct) int propertyWithNonDirectGetter; // expected-note {{previous declarati… 15 @property(nonatomic, readonly, direct) int getDirect_setDynamic; // expected-note {{previous … 16 @property(nonatomic, readonly, direct) int getDirect_setDirect; // expected-note {{previous … 25 @property(nonatomic, readonly, direct) int directProperty; // expected-note {{previous declara… 26 @property(nonatomic, readonly, direct) int synthDirectProperty; // expected-note {{previous declara… 32 @property(nonatomic) int propertyWithNonDirectGetter2; // expected-note {{previous declaration is h… 34 @property(nonatomic, readwrite) int getDirect_setDirectMembers; // expected-note {{previous declar… 35 @property(nonatomic, readwrite) int getDynamic_setDirectMembers; // expected-note {{previous declar… 40 @property(nonatomic, readwrite, direct) int getDirect_setDirect; // expected-note {{previous declar… 42 @property(nonatomic, readwrite, direct) int getDynamic_setDirect; // expected-note {{previous decla… [all …]
|
| H A D | class-protocol-method-match.m | 6 - (bycopy id)bud; // expected-note {{previous declaration is here}} 7 - (unsigned char) baz; // expected-note {{previous declaration is here}} 14 - (unsigned char) baz; // expected-note {{previous declaration is here}} 15 - (unsigned char) also_ok; // expected-note {{previous declaration is here}} 16 - (void) ban : (int) arg, ...; // expected-note {{previous declaration is here}} 20 - (void) bar : (unsigned char)arg; // expected-note {{previous declaration is here}} 22 - (char) bak; // expected-note {{previous declaration is here}}
|
| H A D | check-dup-decl-methods-1.m | 11 - (int) meth; // expected-note {{previous declaration is here}} 13 - (T*) meth1; // expected-note {{previous declaration is here}} 19 - (int) catm : (char)ch1; // expected-note {{previous declaration is here}} 27 + (int) catm1 : (char)ch : (int)i; // expected-note {{previous declaration is here}} 28 + (T*) meth1; // expected-note {{previous declaration is here}} 35 - (int) meth; // expected-note {{previous declaration is here}}
|
| H A D | objc2-merge-gc-attribue-decl.m | 13 extern __weak id WLoopGetMain(void); // expected-note {{previous declaration is here}} 16 extern id p3; // expected-note {{previous declaration is here}} 19 extern void *p4; // expected-note {{previous declaration is here}} 25 extern char* __strong p6; // expected-note {{previous declaration is here}} 28 extern __strong char* p7; // expected-note {{previous declaration is here}}
|
| H A D | method-typecheck-1.m | 4 - (void) setMoo: (int) x; // expected-note {{previous definition is here}} 5 - (int) setMoo1: (int) x; // expected-note {{previous definition is here}} 18 + (void) cMoo: (int) x; // expected-note 2 {{previous definition is here}} 28 - (void) setCat: (int) x; // expected-note 2 {{previous definition is here}} 29 + (void) cCat: (int) x; // expected-note {{previous definition is here}} 44 - (float)returnCGFloat; // expected-note {{previous definition is here}}
|
| H A D | ivar-lookup.m | 54 int IVAR; // expected-note 4 {{previous definition is here}} 61 int PIVAR; // expected-note {{previous definition is here}} 137 int d; // expected-note {{previous definition is here}} 138 NSString *e_strong; // expected-note {{previous definition is here}} 139 NSData *f_weak; // expected-note {{previous definition is here}} 140 int g; // expected-note 2 {{previous definition is here}} 145 int g; // expected-note {{previous definition is here}} \
|
| H A D | method-typecheck-2.m | 4 - (void) doSomethingInProtocol: (float) x; // expected-note {{previous definition is here}} 5 + (void) doSomethingClassyInProtocol: (float) x; // expected-note {{previous definition is here}} 11 - (void) doSomething: (float) x; // expected-note {{previous definition is here}} 12 + (void) doSomethingClassy: (int) x; // expected-note {{previous definition is here}}
|
| H A D | method-conflict-1.m | 15 - (void)myMethod1:(NSObject *)object; // broken-note {{previous definition is here}} 30 - (void)myMethod:(id <MyProtocol>)object; // broken-note {{previous definition is here}} 31 - (void)myMethod1:(id <MyProtocol>)object; // broken-note {{previous definition is here}} 47 - (void) test1:(A*) object; // broken-note {{previous definition is here}} 58 - (void) test1:(id) object; // broken-note {{previous definition is here}} 68 - (B*) test2; // broken-note {{previous definition is here}}
|
| H A D | duplicate-property-class-extension.m | 16 @property (readwrite) char foo; // expected-error {{property has a previous declaration}} 17 @property (readwrite) char NewProperty; // expected-error {{property has a previous declaration}} 21 @property (readonly) char foo; // expected-error {{property has a previous declaration}} 22 @property (readwrite) char NewProperty; // expected-error {{property has a previous declaration}}
|
| H A D | warn-superclass-method-mismatch.m | 4 -(void) method_r: (char)ch : (float*)f1 : (int*) x; // expected-note {{previous declaration is here… 10 -(void) method: (int*) x; // expected-note {{previous declaration is here}} 11 -(void) method1: (Base*) x; // expected-note {{previous declaration is here}} 13 + method3: (int)x1 : (Base *)x2 : (float)x3; // expected-note {{previous declaration is here}} 15 - method5: (int) x : (double) d; // expected-note {{previous declaration is here}} 16 - method6: (int) x : (float) d; // expected-note {{previous declaration is here}}
|
| H A D | qualified-protocol-method-conflicts.m | 5 -(void) setX: (int) arg0; // expected-note {{previous declaration is here}} 6 +(int) C; // expected-note {{previous declaration is here}} 10 -(void) setX: (float) arg0; // expected-note 2 {{previous declaration is here}} 11 +(float) C; // expected-note 2 {{previous declaration is here}}
|
| H A D | category-1.m | 8 …ed-warning {{cannot find protocol definition for 'p1'}} expected-note {{previous definition is her… 17 @interface MyClass1 (Category4) @end // expected-note {{previous definition is here}} 20 @interface MyClass1 (Category7) @end // expected-note {{previous definition is here}} 21 @interface MyClass1 (Category8) @end // expected-note {{previous definition is here}} 48 @interface XCRemoteComputerManager(x) // expected-note {{previous definition is here}} 57 @implementation XCRemoteComputerManager(x) // expected-note {{previous definition is here}}
|
| /llvm-project-15.0.7/clang/test/SemaOpenCL/ |
| H A D | invalid-image.cl | 24 typedef int image1d_t; // expected-error{{cannot combine with previous 'int' declaration specifier}… 25 typedef int image2d_t; // expected-error{{cannot combine with previous 'int' declaration specifier}… 26 typedef int image3d_t; // expected-error{{cannot combine with previous 'int' declaration specifier}… 27 typedef int image1d_array_t; // expected-error{{cannot combine with previous 'int' declaration spec… 28 typedef int image2d_array_t; // expected-error{{cannot combine with previous 'int' declaration spec… 29 typedef int image2d_depth_t; // expected-error{{cannot combine with previous 'int' declaration spec… 30 typedef int image1d_buffer_t; // expected-error{{cannot combine with previous 'int' declaration spe… 38 // expected-error@-5{{cannot combine with previous 'int' declaration specifier}} expected-warning@-… 39 // expected-error@-5{{cannot combine with previous 'int' declaration specifier}} expected-warning@-… 40 // expected-error@-5{{cannot combine with previous 'int' declaration specifier}} expected-warning@-… [all …]
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | unit-map.cpp | 41 Chain *previous{nullptr}; in LookUpForClose() local 43 for (Chain *p{bucket_[hash].get()}; p; previous = p, p = p->next.get()) { in LookUpForClose() 45 if (previous) { in LookUpForClose() 46 previous->next.swap(p->next); in LookUpForClose() 62 Chain *previous{nullptr}; in DestroyClosed() local 63 for (p = closing_.get(); p; previous = p, p = p->next.get()) { in DestroyClosed() 69 if (previous) { in DestroyClosed() 70 previous->next.swap(p->next); in DestroyClosed()
|
| H A D | unit-map.h | 77 Chain *previous{nullptr}; in Find() 79 for (Chain *p{bucket_[hash].get()}; p; previous = p, p = p->next.get()) { in Find() 81 if (previous) { in Find() 83 previous->next.swap(p->next); // now p->next.get() == p in Find()
|
| /llvm-project-15.0.7/llvm/test/MC/AsmParser/ |
| H A D | section.s | 7 .previous 11 .previous 15 .previous 35 .previous 39 .previous 45 .previous 47 .previous
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | objc2-merge-gc-attribue-decl.mm | 35 extern __weak id WLoopGetMain(); // expected-note {{previous declaration is here}} 38 extern id p3; // expected-note {{previous declaration is here}} 41 extern void *p4; // expected-note {{previous declaration is here}} 47 extern char* __strong p6; // expected-note {{previous declaration is here}} 50 extern __strong char* p7; // expected-note {{previous declaration is here}}
|
| H A D | objc-extern-c.mm | 3 @protocol P // expected-note {{previous}} 7 @interface I // expected-note {{previous}} 12 @interface I2(C) // expected-note {{previous}}
|