Searched refs:StoreSite (Results 1 – 1 of 1) sorted by relevance
1404 const ExplodedNode *StoreSite = nullptr; in VisitNode() local1412 StoreSite = Pred; in VisitNode()1422 StoreSite = Pred; in VisitNode()1432 if (!StoreSite) { in VisitNode()1442 StoreSite = Succ; in VisitNode()1481 if (!StoreSite) in VisitNode()1492 bugreporter::trackExpressionValue(StoreSite, InitE, BR, TKind, in VisitNode()1516 for (const ExplodedNode *N = StoreSite; N; N = N->getFirstPred()) { in VisitNode()1539 if (!OldRegion && StoreSite->getState()->getSVal(R) == V) { in VisitNode()1542 const ExplodedNode *NodeWithoutBinding = StoreSite->getFirstPred(); in VisitNode()[all …]