Lines Matching refs:nil
3 #define nil 0 macro
21 TestObject *local = nil;
22 …return local; // expected-warning {{nil returned from a function that is expected to return a non-…
26 TestObject *local = nil;
32 …return nil; // expected-warning {{null returned from function that requires a non-null return valu…
33 …// expected-warning@-1 {{nil returned from a function that is expected to return a non-null value}}
37 return (TestObject * _Nonnull)nil; // no-warning
46 …TestObject * _Nonnull explicitlyZeroInitialized = nil; // expected-warning {{nil assigned to a poi…
66 ClassWithInitializers *other = nil;
76 return (ClassWithInitializers * _Nonnull)nil;
94 return (TestObject * _Nonnull)nil;