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

References

tools/clang/lib/AST/Interp/Interp.h
  900   const auto &RHS = S.Stk.pop<typename PrimConv<TR>::T>();
  901   const auto &LHS = S.Stk.pop<typename PrimConv<TL>::T>();
  905     const SourceInfo &Loc = S.Current->getSource(OpPC);
  906     S.CCEDiag(Loc, diag::note_constexpr_negative_shift) << RHS.toAPSInt();
  907     return ShiftLeft<TL, TR>(S, OpPC, LHS, Trunc<TR, TL>(S, OpPC, Bits, -RHS));
  907     return ShiftLeft<TL, TR>(S, OpPC, LHS, Trunc<TR, TL>(S, OpPC, Bits, -RHS));
  909     return ShiftRight<TL, TR>(S, OpPC, LHS, Trunc<TR, TL>(S, OpPC, Bits, RHS));
  909     return ShiftRight<TL, TR>(S, OpPC, LHS, Trunc<TR, TL>(S, OpPC, Bits, RHS));