Lines Matching refs:nil
103 …TestObject * _Nonnull explicitlyZeroInitialized = nil; // expected-warning {{nil assigned to a poi…
110 TestObject *local = nil;
111 …return local; // expected-warning {{nil returned from a function that is expected to return a non-…
115 TestObject *local = nil;
120 …return nil; // expected-warning {{nil returned from a function that is expected to return a non-nu…
124 return (TestObject * _Nonnull)nil; // no-warning
132 SomeClass *local = nil;
133 …return local; // expected-warning {{nil returned from a method that is expected to return a non-nu…
137 SomeClass *local = nil;
142 SomeClass *local = nil;
153 s = nil;
157 // expected-warning@-2{{nil passed to a callee that requires a non-null 1st parameter}}
163 s = nil;
168 // expected-warning@-2{{nil passed to a callee that requires a non-null 1st parameter}}