Searched refs:nullable (Results 1 – 13 of 13) sorted by relevance
12 **1) nullable**14 If a pointer ``p`` has a nullable annotation and no explicit null check or assert, we should warn i…19 Taking a branch on nullable pointers are the same like taking branch on null unspecified pointers.21 Explicit cast from nullable to nonnul:30 …ens, I will treat bar as nullable unspecified, this way all of the warnings will be suppressed. Tr…35 * Converting nonnull to nullable is Ok.36 * When there is an explicit cast from nonnull to nullable I will trust the cast (it is probable the…60 * Sending a message to a nullable pointer62 …ght return a nonnull pointer, when it was sent to a nullable pointer the return type will be nulla…63 * The result is nullable unless the receiver is known to be non null.[all …]
458 nullable = calloc(1, nsyms); in set_nullable()459 if (nullable == NULL) in set_nullable()468 if (!nullable[j]) in set_nullable()474 if (!nullable[j]) { in set_nullable()475 nullable[j] = 1; in set_nullable()484 if (nullable[i]) in set_nullable()495 free(nullable); in free_nullable()
94 char *nullable; variable
266 extern char *nullable;
320 if (nullable[symbol]) in initialize_F()398 if (nullable[*rp] && length > 0) in build_relations()
54 options:(nullable NSDictionary<NSString *, id> *)options55 terminationQueue:(nullable dispatch_queue_t)terminationQueue56 terminationHandler:(nullable void (^)(int status))terminationHandler
334 HelpText<"Warns when a nullable pointer is dereferenced.">,339 HelpText<"Warns when a nullable pointer is passed to a pointer which has a "345 HelpText<"Warns when a nullable pointer is returned from a function that has "
492 In this case, we have a struct that is what we call 'nullable' - i.e. it is
441 Warns when a nullable pointer is dereferenced.462 Warns when a nullable pointer is passed to a pointer which has a _Nonnull type.479 Warns when a nullable pointer is returned from a function that has _Nonnull return type.
509 def NullableToNonNullConversion : DiagGroup<"nullable-to-nonnull-conversion">;
3898 example) a nullable pointer to an array of nonnull pointers. Nullability3912 // A nullable pointer to non-null pointers to const characters.3922 - (nullable NSView *)ancestorSharedWithView:(nonnull NSView *)aView;3923 @property (assign, nullable) NSView *superview;
11406 "implicit conversion from nullable pointer %0 to non-nullable pointer "
128582 nullable