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

Declarations

lib/Transforms/ObjCARC/ObjCARCOpts.cpp
  208     static const unsigned OverflowOccurredValue;

References

lib/Transforms/ObjCARC/ObjCARCOpts.cpp
  301       if (TopDownPathCount == OverflowOccurredValue ||
  302           BottomUpPathCount == OverflowOccurredValue)
  309              ((PathCount = Product) == OverflowOccurredValue);
  350   if (TopDownPathCount == OverflowOccurredValue)
  360   if (TopDownPathCount == OverflowOccurredValue) {
  368     TopDownPathCount = OverflowOccurredValue;
  393   if (BottomUpPathCount == OverflowOccurredValue)
  403   if (BottomUpPathCount == OverflowOccurredValue) {
  411     BottomUpPathCount = OverflowOccurredValue;
 1670           unsigned PathCount = BBState::OverflowOccurredValue;
 1673           assert(PathCount != BBState::OverflowOccurredValue &&
 1701                 PathCount = BBState::OverflowOccurredValue;
 1704                 assert(PathCount != BBState::OverflowOccurredValue &&
 1742           unsigned PathCount = BBState::OverflowOccurredValue;
 1745           assert(PathCount != BBState::OverflowOccurredValue &&
 1759                 PathCount = BBState::OverflowOccurredValue;
 1762                 assert(PathCount != BBState::OverflowOccurredValue &&