Searched refs:DstI (Results 1 – 2 of 2) sorted by relevance
711 VMap::iterator DstI= M.find(Dst); in AddEdge() local714 if (DstI == M.end()) { in AddEdge()720 DstID = DstI->second; in AddEdge()
341 ExplodedNodeSet DstI; in ProcessStmt() local343 Visit(currStmt, *I, DstI); in ProcessStmt()344 Dst.insert(DstI); in ProcessStmt()