reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaChecking.cpp
10367         if (log2 >= L.Width)
10368           L.Width = (L.NonNegative ? 0 : 1);
10368           L.Width = (L.NonNegative ? 0 : 1);
10370           L.Width = std::min(L.Width - log2, MaxWidth);
10370           L.Width = std::min(L.Width - log2, MaxWidth);
10371         return L;
10376       return IntRange(L.Width, L.NonNegative && R.NonNegative);
10376       return IntRange(L.Width, L.NonNegative && R.NonNegative);