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

References

tools/clang/lib/AST/Interp/Interp.h
  852   if (Bits > 1 && V >= T::from(Bits, V.bitWidth())) {
  852   if (Bits > 1 && V >= T::from(Bits, V.bitWidth())) {
  856     S.CCEDiag(E, diag::note_constexpr_large_shift) << Val << Ty << Bits;
  857     return Bits;