| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | blockaddress.ll | 8 br label %here.i 10 here.i: 11 store i8* blockaddress(@doit, %here), i8** %ptr1, align 8 12 ; CHECK: blockaddress(@doit, %here) 22 br label %here 24 here: 25 store i8* blockaddress(@doit, %here), i8** %pptr, align 8 26 ; CHECK: blockaddress(@doit, %here) 37 br label %here 39 here: [all …]
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| 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 …oid)rootRegular; // expected-note {{previous declaration is here}} 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}} 55 @property int foo; // expected-note {{previous declaration is here}} 123 - (void)direct1 { // expected-note {{direct method 'direct1' declared here}} 125 - (void)direct2 { // expected-note {{direct method 'direct2' declared here}} [all …]
|
| H A D | undef-protocol-methods-1.m | 4 - (void) P1proto; // expected-note {{method 'P1proto' declared here}} 5 + (void) ClsP1Proto; // expected-note {{method 'ClsP1Proto' declared here}} 9 - (void) P2proto; // expected-note {{method 'P2proto' declared here}} 10 + (void) ClsP2Proto; // expected-note {{method 'ClsP2Proto' declared here}} 14 - (void) P3proto; // expected-note {{method 'P3proto' declared here}} 15 + (void) ClsP3Proto; // expected-note {{method 'ClsP3Proto' declared here}} 20 - (void) meth; // expected-note {{method 'meth' declared here}} 21 - (void) meth : (int) arg1; // expected-note {{method 'meth:' declared here}} 22 + (void) cls_meth : (int) arg1; // expected-note {{method 'cls_meth:' declared here}}
|
| 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 | arc-repeated-weak.mm | 24 use(a.weakProp); // expected-note{{also accessed here}} 29 use(a.weakProp); // expected-note{{also accessed here}} 57 a.weakProp = get(); // expected-note{{also accessed here}} 94 use(a->weakIvar); // expected-note{{also accessed here}} 100 use(a); // expected-note{{also accessed here}} 105 use([a weakProp]); // expected-note{{also accessed here}} 120 use([a weakProp]); // expected-note{{also accessed here}} 123 use(b.weakProp); // expected-note{{also accessed here}} 134 val = a.weakProp; // expected-note{{also accessed here}} 145 a = get(); // expected-note{{also accessed here}} [all …]
|
| H A D | special-dep-unavail-warning.m | 6 …Meth __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}} 7 …ttribute__((deprecated)); // expected-note {{'depInA1' has been explicitly marked deprecated here}} 9 …ttribute__((deprecated)); // expected-note {{'depInA2' has been explicitly marked deprecated here}} 10 …eth2 __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}} 12 …ed)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}} 13 …ribute__((deprecated)); // expected-note {{'FuzzyMeth' has been explicitly marked deprecated here}} 18 …eth1 __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}} 19 …attribute__((deprecated)); // expected-note {{'depInA' has been explicitly marked deprecated here}} 26 …ibute__((deprecated)); // expected-note {{'FuzzyMeth1' has been explicitly marked deprecated here}} 30 @class C; // expected-note 10 {{forward declaration of class here}} [all …]
|
| H A D | arc-property.m | 11 @property (strong) id myString; // expected-note {{property declared here}} 13 @property (retain) id myString2; // expected-note {{property declared here}} 17 @property __weak id myString5; // expected-note {{property declared here}} 21 @synthesize myString; // expected-note {{property synthesized here}} 23 @synthesize myString2 = myString2; // expected-note {{property synthesized here}} 27 @synthesize myString5 = StrongIvar5; // expected-note {{property synthesized here}} 38 @property(weak) id x; // expected-note {{property declared here}} 39 @property(weak) id y; // expected-note {{property declared here}} 44 @synthesize x; // expected-note {{property synthesized here}} 45 @synthesize y; // expected-note {{property synthesized here}}
|
| 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 …y(nonatomic, readonly, direct) int direct_normal; // expected-note {{previous declaration is here}} 74 …y(nonatomic, readonly) int normal_direct; // expected-note {{previous declaration is here}} 75 …y(nonatomic, readonly, direct) int direct_direct; // expected-note {{previous declaration is here}} 94 …y(nonatomic, readonly, direct) int direct_normal; // expected-note {{previous declaration is here}} 95 …y(nonatomic, readonly) int normal_direct; // expected-note {{previous declaration is here}} 96 …y(nonatomic, readonly, direct) int direct_direct; // expected-note {{previous declaration is here}} 115 …y(nonatomic, readonly, direct) int direct_normal; // expected-note {{previous declaration is here}} 116 …y(nonatomic, readonly) int normal_direct; // 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 here}} 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 | circular-container.m | 46 NSMutableArray *_array; // expected-note {{'_array' declared here}} 48 NSMutableSet *_set; // expected-note {{'_set' declared here}} 49 NSCountedSet *_countedSet; // expected-note {{'_countedSet' declared here}} 107 NSMutableArray *a = nil; // expected-note 5 {{'a' declared here}} 5 117 NSMutableDictionary *d = nil; // expected-note 4 {{'d' declared here}} 126 NSMutableSet *s = nil; // expected-note {{'s' declared here}} 132 NSCountedSet *s = nil; // expected-note {{'s' declared here}} 138 NSMutableOrderedSet *s = nil; // expected-note 5 {{'s' declared here}} 184 FootableArray *a = nil; // expected-note 5 {{'a' declared here}} 5 194 FootableDictionary *d = nil; // expected-note 4 {{'d' declared here}} [all …]
|
| H A D | property-deprecated-warning.m | 9 …perty 'ptarget' is declared deprecated here}} expected-note {{'ptarget' has been explicitly marked… 12 // expected-note@+2 {{'partialPtarget' has been marked as being introduced in iOS 5.0 here, but the… 24 …erty 'target' is declared deprecated here}} expected-note {{'setTarget:' has been explicitly marke… 27 // expected-note@+2 {{'setPartialTarget:' has been marked as being introduced in iOS 5.0 here, but … 43 // expected-note@+3 2 {{'partial_dep_target' has been marked as being introduced in iOS 5.0 here, b… 99 …ed' has been explicitly marked deprecated here}} expected-note {{property 'enabled' is declared de… 101 …:' has been explicitly marked deprecated here}} expected-note {{property 'delegate' is declared de… 104 // expected-note@+2 {{'partialIsEnabled' has been marked as being introduced in iOS 5.0 here, but t… 153 …tribute__ ((deprecated)); // expected-note 2 {{'setX:' has been explicitly marked deprecated here}} 154 …__attribute__ ((unavailable)); // expected-note {{'x' has been explicitly marked unavailable here}} [all …]
|
| H A D | method-direct-properties.m | 9 …natomic, direct) int propertyWithNonDirectGetter; // expected-note {{previous declaration is here}} 15 …readonly, direct) int getDirect_setDynamic; // expected-note {{previous declaration is here}} 16 …readonly, direct) int getDirect_setDirect; // expected-note {{previous declaration is here}} 25 …tomic, readonly, direct) int directProperty; // expected-note {{previous declaration is here}} 26 …tomic, readonly, direct) int synthDirectProperty; // expected-note {{previous declaration is here}} 32 …erty(nonatomic) int propertyWithNonDirectGetter2; // expected-note {{previous declaration is here}} 34 …omic, readwrite) int getDirect_setDirectMembers; // expected-note {{previous declaration is here}} 35 …omic, readwrite) int getDynamic_setDirectMembers; // expected-note {{previous declaration is here}} 40 …omic, readwrite, direct) int getDirect_setDirect; // expected-note {{previous declaration is here}} 42 …mic, readwrite, direct) int getDynamic_setDirect; // expected-note {{previous declaration is here}} [all …]
|
| H A D | arc-property-lifetime.m | 10 @property(strong) id x; // expected-note {{property declared here}} 11 @property(strong) id y; // expected-note {{property declared here}} 16 @synthesize x; // expected-note {{property synthesized here}} 17 @synthesize y; // expected-note {{property synthesized here}} 33 @synthesize x; // expected-note {{property synthesized here}} 34 @synthesize y; // expected-note {{property synthesized here}} 44 @property(copy) id x; // expected-note {{property declared here}} 50 @synthesize x; // expected-note {{property synthesized here}} 51 @synthesize y; // expected-note {{property synthesized here}} 82 @synthesize y; // expected-note {{property synthesized here}} [all …]
|
| H A D | attr-deprecated-replacement-fixit.m | 18 // expected-note@+1 {{has been explicitly marked deprecated here}} 22 // expected-note@+1 {{has been explicitly marked deprecated here}} 26 // expected-note@+1 {{has been explicitly marked deprecated here}} 30 // expected-note@+1 {{has been explicitly marked deprecated here}} 34 // expected-note@+1 {{has been explicitly marked deprecated here}} 38 // expected-note@+1 {{has been explicitly marked deprecated here}} 42 // expected-note@+1 {{has been explicitly marked deprecated here}} 49 // expected-note@+1 {{has been explicitly marked deprecated here}} 88 // expected-note@+1 {{has been explicitly marked deprecated here}} 91 // expected-note@+1 {{has been explicitly marked deprecated here}} [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}}
|
| /llvm-project-15.0.7/clang/test/SemaOpenCL/ |
| H A D | invalid-kernel-parameters.cl | 61 struct SizeTStruct { // expected-note{{within field of type 'SizeTStruct' declared here}} 66 union SizeTUnion { // expected-note{{within field of type 'SizeTUnion' declared here}} 72 typedef size_t s_ty; // expected-note{{'s_ty' (aka 'unsigned int') declared here}} 83 bool x; // expected-note{{field of illegal type 'bool' declared here}} 93 // as a note here any longer. 100 typedef struct Foo // expected-note{{within field of type 'Foo' declared here}} 107 typedef union FooUnion // expected-note{{within field of type 'FooUnion' declared here}} 147 bool boolField; // expected-note 2 {{field of illegal type 'bool' declared here}} 160 bool boolField; // expected-note{{field of illegal type 'bool' declared here}} 192 struct AlsoUser // expected-note{{within field of type 'AlsoUser' declared here}} [all …]
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | requires.m | 6 @import DependsOnModule.CXX; // expected-note {{module imported here}} 9 @import DependsOnModule.NotObjC; // expected-note {{module imported here}} 12 @import DependsOnModule.CustomReq2; // expected-note {{module imported here}} 16 @import RequiresWithMissingHeader.HeaderBefore; // expected-note {{module imported here}} 18 @import RequiresWithMissingHeader.HeaderAfter; // expected-note {{module imported here}} 20 @import DependsOnModule.CXX11; // expected-note {{module imported here}} 22 @import DependsOnModule.CXX14; // expected-note {{module imported here}} 24 @import DependsOnModule.CXX17; // expected-note {{module imported here}} 27 @import DependsOnModule.C99; // expected-note {{module imported here}} 29 @import DependsOnModule.C11; // expected-note {{module imported here}} [all …]
|
| /llvm-project-15.0.7/clang/test/TableGen/ |
| H A D | redefined-group.td | 8 // CHECK: redefined-group.td:[[@LINE-3]]:1: note: also implicitly defined here 9 // CHECK: redefined-group.td:[[@LINE-3]]:1: note: also implicitly defined here 14 // CHECK: redefined-group.td:[[@LINE-2]]:1: note: also implicitly defined here 21 // CHECK: redefined-group.td:[[@LINE-4]]:1: note: also implicitly defined here 22 // CHECK: redefined-group.td:[[@LINE-4]]:1: note: also implicitly defined here 27 // CHECK: redefined-group.td:[[@LINE-2]]:1: note: also defined here 32 // CHECK: redefined-group.td:[[@LINE-3]]:1: note: also defined here 41 // CHECK: redefined-group.td:[[@LINE-7]]:1: note: also implicitly defined here 42 // CHECK: redefined-group.td:[[@LINE-6]]:1: note: also implicitly defined here 43 // CHECK: redefined-group.td:[[@LINE-4]]:1: note: also implicitly defined here
|
| /llvm-project-15.0.7/clang/test/ASTMerge/interface/ |
| H A D | test.m | 6 // CHECK: interface1.m:16:7: note: declared here with type 'int' 8 // CHECK: interface1.m:21:17: note: inherits from superclass 'I2' here 9 // CHECK: interface2.m:21:17: note: inherits from superclass 'I1' here 11 // CHECK: interface1.m:34:1: note: class method 'foo' also declared here 13 // CHECK: interface1.m:40:17: note: declared here with type 'int' 15 // CHECK: interface1.m:46:1: note: class method 'bar:' also declared here 17 // CHECK: interface1.m:58:19: note: declared here with type 'float' 19 // CHECK: interface1.m:100:17: note: inherits from superclass 'I12' here 20 // CHECK: interface2.m:99:17: note: inherits from superclass 'I11' here
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | atautorelease-check.m | 101 // expected-note {{scope begins here}} 105 int x = 0; // expected-note {{declared here}} 107 [pool release]; // expected-note {{scope ends here}} 114 // expected-note {{scope begins here}} 116 struct S { int x; }; // expected-note {{declared here}} 118 [pool release]; // expected-note {{scope ends here}} 126 // expected-note {{scope begins here}} 128 enum { Bar }; // expected-note {{declared here}} 130 [pool release]; // expected-note {{scope ends here}} 139 typedef int Bar; // expected-note {{declared here}} [all …]
|
| /llvm-project-15.0.7/mlir/test/Dialect/Transform/ |
| H A D | check-use-after-free.mlir | 4 // expected-note @below {{allocated here}} 13 // expected-note @below {{freed here}} 31 // expected-note @below {{allocated here}} 33 // expected-note @below {{freed here}} 60 // expected-note @below {{allocated here}} 74 // expected-note @below {{freed here}} 104 // expected-note @below {{freed here}} 120 // expected-note @below {{allocated here}} 134 // expected-note @below {{freed here}} 149 // expected-note @below {{allocated here}} [all …]
|
| /llvm-project-15.0.7/llvm/test/FileCheck/ |
| H A D | verbose.txt | 40 V-NEXT: verbose.txt:[[@LINE-9]]:1: note: found here 47 V-NEXT: verbose.txt:[[@LINE-15]]:1: note: found here 66 V-NEXT: verbose.txt:[[#@LINE-8]]:1: note: found here 76 V-NEXT: verbose.txt:[[#@LINE-17]]:1: note: found here 92 V-NEXT: verbose.txt:[[#@LINE-9]]:1: note: found here 102 V-NEXT: verbose.txt:[[#@LINE-18]]:1: note: found here 126 V-NEXT: verbose.txt:[[@LINE-10]]:1: note: found here 140 V-NEXT: verbose.txt:[[@LINE-22]]:1: note: found here 152 V-NEXT: verbose.txt:[[@LINE-8]]:1: note: found here 169 V-NEXT: verbose.txt:[[@LINE-24]]:4: note: found here [all …]
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | regexec.c | 76 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n)) 77 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n)) 78 #define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0) 125 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) 126 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here]) 127 #define ISSETBACK(v, n) ((v)[here - (n)])
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/objc-stepping/ |
| H A D | stepping-tests.m | 121 [mySource randomMethod]; // Set first breakpoint here. 122 ret_val = [mySource returnsStruct]; // Set second breakpoint here. 126 [mySource randomMethod]; // Set third breakpoint here. 127 ret_val = [mySource returnsStruct]; // Set fourth breakpoint here. 128 [mySource setProperty: 5]; // Set fifth breakpoint here. 131 // into continue. So make sure that works here: 134 [mySource randomMethod]; // Set nil step breakpoint here. 135 [pool release]; // Step over nil should stop here.
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | code.td | 6 // CHECK: code CodeCode = [{code here;}] 7 // CHECK: code StringCode = [{code here;}] 10 // CHECK: string CodeCode = "string here" 11 // CHECK: string StringCode = "string here" 30 def A1 : A<[{code here;}]>; 31 def A2 : A<"string here">;
|