Searched defs:_Nullable (Results 1 – 7 of 7) sorted by relevance
28 #define _Nullable macro
70 #define _Nullable macro
58 error:(NSError *__autoreleasing _Nullable *_Nullable)error;
19 - (void)takesNullable:(int *_Nullable)p;
42 - (void)takesNullable:(int *_Nullable)p;
283 … cannot be applied to multi-level pointer type 'void * _Nullable [2]'}} expected-note {{use nullab…
11 - (void)takesNullable:(int *_Nullable)p;