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