reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
619 assert(N->getLocationAs<CallExitBegin>()); 620 ProgramStateRef LastReturnState = N->getState(); 622 const LocationContext *Ctx = N->getLocationContext(); 626 ProgramStateRef State = N->getState(); 627 auto CallExitLoc = N->getLocationAs<CallExitBegin>(); 633 FramesModifyingCalculated.insert(N->getLocationContext()->getStackFrame()); 635 if (wasRegionOfInterestModifiedAt(RegionOfInterest, N, ValueAtReturn)) { 636 const StackFrameContext *SCtx = N->getStackFrame(); 646 if (auto CE = N->getLocationAs<CallEnter>()) 650 N = N->getFirstPred(); 650 N = N->getFirstPred(); 651 } while (N);