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

References

tools/clang/lib/AST/Interp/State.cpp
  121   if (Limit && Limit < ActiveCalls) {
  121   if (Limit && Limit < ActiveCalls) {
  122     SkipStart = Limit / 2 + Limit % 2;
  122     SkipStart = Limit / 2 + Limit % 2;
  123     SkipEnd = ActiveCalls - Limit / 2;
  138             << unsigned(ActiveCalls - Limit);