reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
259 void SetAsExit() { BottomUpPathCount = 1; } 302 BottomUpPathCount == OverflowOccurredValue) 305 (unsigned long long)TopDownPathCount*BottomUpPathCount; 344 BottomUpPathCount = Other.BottomUpPathCount; 344 BottomUpPathCount = Other.BottomUpPathCount; 393 if (BottomUpPathCount == OverflowOccurredValue) 398 BottomUpPathCount += Other.BottomUpPathCount; 398 BottomUpPathCount += Other.BottomUpPathCount; 403 if (BottomUpPathCount == OverflowOccurredValue) { 410 if (BottomUpPathCount < Other.BottomUpPathCount) { 410 if (BottomUpPathCount < Other.BottomUpPathCount) { 411 BottomUpPathCount = OverflowOccurredValue;