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

References

tools/clang/lib/CodeGen/CoverageMappingGen.cpp
  935     BreakContinueStack.back().ContinueCount = addCounters(
  936         BreakContinueStack.back().ContinueCount, getRegion().getCounter());
  964         addCounters(ParentCount, BackedgeCount, BC.ContinueCount);
  991     Counter CondCount = addCounters(BackedgeCount, BC.ContinueCount);
 1022       propagateCounts(addCounters(BackedgeCount, BodyBC.ContinueCount), Inc);
 1028         addCounters(ParentCount, BackedgeCount, BodyBC.ContinueCount),
 1029         IncrementBC.ContinueCount);
 1069         addCounters(ParentCount, BackedgeCount, BC.ContinueCount);
 1095         addCounters(ParentCount, BackedgeCount, BC.ContinueCount);
 1135       BreakContinueStack.back().ContinueCount = addCounters(
 1136           BreakContinueStack.back().ContinueCount, BC.ContinueCount);
 1136           BreakContinueStack.back().ContinueCount, BC.ContinueCount);