Searched refs:nullable (Results 1 – 12 of 12) sorted by relevance
545 nullable = TMALLOC(char, nsyms); in set_nullable()546 NO_SPACE(nullable); in set_nullable()549 nullable[i] = 0; in set_nullable()560 if (!nullable[j]) in set_nullable()567 if (!nullable[j]) in set_nullable()569 nullable[j] = 1; in set_nullable()579 if (nullable[i]) in set_nullable()608 DO_FREE(nullable); in lr0_leaks()
317 if (nullable[symbol]) in initialize_F()411 if (nullable[*rp] && length > 0) in build_relations()
385 extern char *nullable;
115 char *nullable; variable
583 if (auto nullable = OCI.getDefaultNullability()) in emitUnversionedInfo() local584 payload |= (0x01 << 2) | static_cast<uint8_t>(*nullable); in emitUnversionedInfo()650 if (auto nullable = VI.getNullability()) { in emitVariableInfo() local652 bytes[1] = static_cast<uint8_t>(*nullable); in emitVariableInfo()
117 dnl # blk_alloc_queue() takes a nullable queue_limits arg.
354 HelpText<"Warns when a nullable pointer is dereferenced.">,359 HelpText<"Warns when a nullable pointer is passed to a pointer which has a "365 HelpText<"Warns when a nullable pointer is returned from a function that has "
529 def NullableToNonNullConversion : DiagGroup<"nullable-to-nonnull-conversion">;
4063 example) a nullable pointer to an array of nonnull pointers. Nullability4077 // A nullable pointer to non-null pointers to const characters.4087 - (nullable NSView *)ancestorSharedWithView:(nonnull NSView *)aView;4088 @property (assign, nullable) NSView *superview;
11708 "implicit conversion from nullable pointer %0 to non-nullable pointer "
143340 static void unsetJoinExpr(Expr *p, int iTable, int nullable){143346 if( p->op==TK_COLUMN && p->iTable==iTable && !nullable ){143355 unsetJoinExpr(p->x.pList->a[i].pExpr, iTable, nullable);143359 unsetJoinExpr(p->pLeft, iTable, nullable);
128606 nullable