| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | instantiate-message.mm | 6 + (ClassMethods *)method1:(void*)ptr; 16 R *result1 = [T method1:arg1]; 17 R *result2 = [typename identity<T>::type method1:arg1]; 18 …R *result3 = [ClassMethods method1:arg1]; // expected-error{{cannot initialize a variable of type … 25 + (ClassMethods2 *)method1:(int*)ptr; 32 - (InstanceMethods *)method1:(void*)ptr; 39 R *result1 = [receiver method1:arg1]; 40 …R *result2 = [im method1:arg1]; // expected-error{{cannot initialize a variable of type 'InstanceM… 47 - (InstanceMethods2 *)method1:(void*)ptr;
|
| H A D | nullability-pragmas.mm | 28 [a method1:0]; // expected-warning{{null passed to a callee that requires a non-null argument}} 37 …ptr = [a method1:a]; // expected-error{{incompatible pointer types assigning to 'float *' from 'A …
|
| /llvm-project-15.0.7/clang/test/FixIt/ |
| H A D | fixit-objc-message.m | 12 - (int)method1:(int)x second:(float)y; 18 a method1:5+2 second:+(3.14159)]; 19 a method1:[a method1:3 second:j] second:i++] 23 (void)array[a method1:5+2 second:+(3.14159)]]; 30 - (int)method1:(int)x second:(float)y; 34 - (int)method1:(int)x second:(float)y { 35 super method1:x second:y];
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/attr-unavailable/ |
| H A D | two.h | 2 -(void)method1; 5 -(void)method1 __attribute__((unavailable));
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | dbg-info-all-calls-described.cpp | 81 void method1() {} in method1() function 86 struct1().method1(); in force_irgen()
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | default-arguments-ast-print.cpp | 5 template <> class Foo<int, double> { int method1(); }; 9 int Foo<int_type, double>::method1() { in method1() function in Foo
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | warn-superclass-method-mismatch.m | 11 -(void) method1: (Base*) x; // expected-note {{previous declaration is here}} 25 -(void) method1: (Sub*) x; // expected-warning {{method parameter type 'Sub *' does not match super… 39 [base method1:b]; // if base is actuall 'Sub' it will use [Sub method1] with wrong argument.
|
| H A D | method-attributes.m | 66 -(id)method1; method 76 -(id)method1 __attribute__((aligned(16))) {
|
| H A D | attr-deprecated.m | 305 - (void)method1:(S1) x; // expected-error{{is unavailable}} 309 - (void)method1:(S1) x; // expected-error{{is unavailable}}
|
| H A D | attr-availability.m | 323 -(void) method1; method 327 -(void)method1 { fn_10_7(); } // expected-warning{{only available on macOS 10.7}} expected-note{{@a… method
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | UserNullabilityAnnotations.m | 10 - (void)method1:(int *_Nonnull)x; 15 - (void)method1:(int *_Nonnull)x {
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | method_pool.m | 15 [object method1]; 33 [object method1];
|
| H A D | attr-unavailable.m | 6 [x method1];
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | declare_target_messages.cpp | 143 int method1(); 146 int C::method1() { in method1() function in C 157 g += object.method1(); in foo()
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/ |
| H A D | MethodPoolB.h | 11 - (int)method1;
|
| H A D | MethodPoolA.h | 6 + (int)method1;
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/Inputs/ |
| H A D | nullability-consistency-2.h | 20 - (nullable SomeClass *)method1;
|
| H A D | nullability-pragmas-1.h | 70 - (A *)method1:(A_ptr)ptr;
|
| /llvm-project-15.0.7/clang/test/Analysis/inlining/ |
| H A D | InlineObjCInstanceMethod.m | 72 - (int) method1 { method 89 - (void) method1 { method
|
| /llvm-project-15.0.7/clang/test/ASTMerge/category/Inputs/ |
| H A D | category1.m | 11 - (int)method1;
|
| H A D | category2.m | 13 - (Int)method1;
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | complete-objc-message.m | 126 - (void)method1; method 134 [b method1]; 135 b method1]; 311 // CHECK-CCI: ObjCInstanceMethodDecl:{ResultType void}{TypedText method1} (37)
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | warn-thread-safety-analysis.cpp | 971 int method1(int i) SHARED_LOCKS_REQUIRED(mu2) EXCLUSIVE_LOCKS_REQUIRED(mu1); 974 int Foo::method1(int i) { in method1() function in thread_annot_lock_27_modified::Foo 994 a.method1(1); in main() 1129 int method1(int i) SHARED_LOCKS_REQUIRED(mu1, mu, mu2); 1135 int Foo::method1(int i) in method1() function in thread_annot_lock_66_modified::Foo 1147 a.method1(1); in main() 1536 int method1(int i) SHARED_LOCKS_REQUIRED(mu1, mu, mu2, mu3); 1542 int Foo::method1(int i) { in method1() function in thread_annot_lock_67_modified::Foo 1549 a.method1(1); // expected-warning {{calling function 'method1' requires holding mutex 'a.mu1'}} \ in main()
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | objcmt-atomic-property.m | 207 - (id)method1 ALIGNED NS_AVAILABLE;
|
| H A D | objcmt-atomic-property.m.result | 183 @property (strong) id method1 ALIGNED NS_AVAILABLE;
|