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

References

tools/clang/lib/AST/Interp/Interp.h
  107     S.Stk.push<T>(Result);
  112   S.Stk.push<T>(Result);
  118   const Expr *E = S.Current->getExpr(OpPC);
  120   if (S.checkingForUndefinedBehavior()) {
  123     S.report(Loc, diag::warn_integer_constant_overflow) << Trunc << Type;
  126     S.CCEDiag(E, diag::note_constexpr_overflow) << Value << Type;
  127     return S.noteUndefinedBehavior();