Home
last modified time | relevance | path

Searched refs:method1 (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dinstantiate-message.mm6 + (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 Dnullability-pragmas.mm28 [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 Dfixit-objc-message.m12 - (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 Dtwo.h2 -(void)method1;
5 -(void)method1 __attribute__((unavailable));
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddbg-info-all-calls-described.cpp81 void method1() {} in method1() function
86 struct1().method1(); in force_irgen()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Ddefault-arguments-ast-print.cpp5 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 Dwarn-superclass-method-mismatch.m11 -(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 Dmethod-attributes.m66 -(id)method1; method
76 -(id)method1 __attribute__((aligned(16))) {
H A Dattr-deprecated.m305 - (void)method1:(S1) x; // expected-error{{is unavailable}}
309 - (void)method1:(S1) x; // expected-error{{is unavailable}}
H A Dattr-availability.m323 -(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 DUserNullabilityAnnotations.m10 - (void)method1:(int *_Nonnull)x;
15 - (void)method1:(int *_Nonnull)x {
/llvm-project-15.0.7/clang/test/Modules/
H A Dmethod_pool.m15 [object method1];
33 [object method1];
H A Dattr-unavailable.m6 [x method1];
/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddeclare_target_messages.cpp143 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 DMethodPoolB.h11 - (int)method1;
H A DMethodPoolA.h6 + (int)method1;
/llvm-project-15.0.7/clang/test/SemaObjCXX/Inputs/
H A Dnullability-consistency-2.h20 - (nullable SomeClass *)method1;
H A Dnullability-pragmas-1.h70 - (A *)method1:(A_ptr)ptr;
/llvm-project-15.0.7/clang/test/Analysis/inlining/
H A DInlineObjCInstanceMethod.m72 - (int) method1 { method
89 - (void) method1 { method
/llvm-project-15.0.7/clang/test/ASTMerge/category/Inputs/
H A Dcategory1.m11 - (int)method1;
H A Dcategory2.m13 - (Int)method1;
/llvm-project-15.0.7/clang/test/Index/
H A Dcomplete-objc-message.m126 - (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 Dwarn-thread-safety-analysis.cpp971 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 Dobjcmt-atomic-property.m207 - (id)method1 ALIGNED NS_AVAILABLE;
H A Dobjcmt-atomic-property.m.result183 @property (strong) id method1 ALIGNED NS_AVAILABLE;

12