Searched refs:method4 (Results 1 – 11 of 11) sorted by relevance
23 …[object method4]; // expected-warning{{instance method '-method4' not found (return type defaults …63 [object method4];
34 0:6 Function Call: myContext::method4(f1;f1; ( temp float)38 0:7 Function Definition: myContext::method4(f1;f1; ( temp float)112 0:6 Function Call: myContext::method4(f1;f1; ( temp float)116 0:7 Function Definition: myContext::method4(f1;f1; ( temp float)176 Name 30 "myContext::method4(f1;f1;"240 … 50: 6(float) FunctionCall 30(myContext::method4(f1;f1;) 22(@this) 46(param) 48(param)243 30(myContext::method4(f1;f1;): 6(float) Function None 26
6 float method3(float a) { return method4(a, a); }7 float method4(float a, float b) { return a + b + f; }
28 def method4(self, z, w): member in B59 print b.method4(1, 4)89 m2.method4.expect_call(1, 4).and_return(6)
29 - method4:(void(^)(void))arg;34 [c method4:^{}];62 // CHECK-CC4: ObjCInstanceMethodDecl:{ResultType id}{TypedText method4:}{Placeholder ^(void)arg} (3…
69 - (id) method4: (int)arg1 __attribute__((aligned(16))) __attribute__((deprecated)) __attribute__((…85 - (id) method4: (int)arg1 __attribute__((aligned(16))) __attribute__((deprecated)) __attribute__((u…
2 - (char*)method4;
3 - (char*)method4;
57 - (void)method4:(NSErrorPtr *)error; // expected-note{{passing argument to parameter 'error' here}}
32 …[a method4: a]; // expected-error{{cannot initialize a parameter of type 'NSErrorPtr _Nullable * …