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