Home | History | Annotate | Download | only in Analysis

Lines Matching refs:InsertRes

1311           InsertRes = Visited.insert(std::make_pair(Pred, Pointer.getAddr()));
1312 if (InsertRes.second) {
1321 if (InsertRes.first->second != Pointer.getAddr()) {
1365 InsertRes = Visited.insert(std::make_pair(Pred, PredPtrVal));
1367 if (!InsertRes.second) {
1373 if (InsertRes.first->second == PredPtrVal)