Home
last modified time | relevance | path

Searched refs:DstI (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp711 VMap::iterator DstI= M.find(Dst); in AddEdge() local
714 if (DstI == M.end()) { in AddEdge()
720 DstID = DstI->second; in AddEdge()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp341 ExplodedNodeSet DstI; in ProcessStmt() local
343 Visit(currStmt, *I, DstI); in ProcessStmt()
344 Dst.insert(DstI); in ProcessStmt()