Searched refs:NullAssignedToNonNull (Results 1 – 1 of 1) sorted by relevance
1288 bool NullAssignedToNonNull = (LocNullability == Nullability::Nonnull && in checkBind() local1290 if (ChecksEnabled[CK_NullPassedToNonnull] && NullAssignedToNonNull && in checkBind()1315 if (NullAssignedToNonNull) { in checkBind()