Searched refs:returning (Results 1 – 25 of 187) sorted by relevance
12345678
4 - (id) test1 __attribute((malloc)); // expected-warning {{functions returning a pointer type}}5 - (int) test2 __attribute((malloc)); // expected-warning {{functions returning a pointer type}}13 __attribute((malloc)) id (*f)(); // expected-warning {{functions returning a pointer type}}14 __attribute((malloc)) bptr (*g)(); // expected-warning {{functions returning a pointer type}}15 __attribute((malloc)) void *(^h)(); // expected-warning {{functions returning a pointer type}}
33 …return p2; // expected-warning {{returning 'id<MyProto1>' from a function with incompatible result…40 …return p2; // expected-warning {{returning 'id<MyProto2>' from a function with incompatible resul…65 …return p2; // expected-warning {{returning 'id<MyProto1>' from a function with incompatible result…70 …return p2; // expected-warning {{returning 'id<MyProto2>' from a function with incompatible resul…
69 // intent: block taking int returning block that takes char,int and returns int74 …turn ^(char c, short y) { return one + c + y; };}; // expected-error {{returning block that lives…76 …^(char c, short y) { return one + (int)c + y; };}; // expected-error {{returning block that lives…
58 …; // expected-error {{property's synthesized getter follows Cocoa naming convention for returning}}59 …; // expected-error {{property's synthesized getter follows Cocoa naming convention for returning}}60 …; // expected-error {{property's synthesized getter follows Cocoa naming convention for returning}}
11 …Name2; // expected-warning {{property declared as returning non-retained objects; getter returni…
33 // expected-warning {{incompatible pointer to integer conversion returning}}37 return index; // expected-warning {{incompatible pointer to integer conversion returning}}
25 …return p2; // expected-warning {{incompatible pointer types returning 'INTF<MyProto1> *' from a fu…32 …return p2; // expected-warning {{incompatible pointer types returning 'INTF<MyProto2> *' from a fu…
54 …pdfView : browserView; // expected-warning {{incompatible pointer types returning 'UIView<NSObject…
23 …return object; // expected-warning {{incompatible pointer types returning 'NSArray *' from a funct…
28 …return bar; // expected-warning {{returning 'id<NSCopying>' from a function with incompatible res…
4 Testing transaction failing mid-way and error callback returning true : SUCCESS6 Testing statement callback throwing exception and error callback returning true : SUCCESS7 Testing statement callback throwing exception and error callback returning false : SUCCESS
27 Called 2 times, but only 1 WillOnce() is specified - returning default value.33 Unexpected mock function call - returning default value.47 Unexpected mock function call - returning directly.59 Mock function called more times than expected - returning default value.67 Mock function called more times than expected - returning directly.75 Uninteresting mock function call - returning default value.83 Uninteresting mock function call - returning directly.90 Unexpected mock function call - returning default value.111 Unexpected mock function call - returning default value.132 Unexpected mock function call - returning default value.[all …]
20 ! returning39 ! returning59 ! returning
42 ! returning65 ! returning
36 public static <T> Callable<T> returning(final @Nullable T value) { in returning() method in Callables
1 Test to make sure that getRangeAt does not modify the range when returning it.
1 ; Test that returning a pointer to a function causes the disassembler to print
2 ; rudimentary test of select on vectors returning vector of bool
2 ; rudimentary test of fcmp/icmp on vectors returning vector of bool
3 ; Check that a fastcc function pops its stack variables before returning.
36 (* JIT the function, returning a function pointer. *)