Searched refs:DstID (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp729 unsigned DstID; local
732 M[Dst] = DstID = Cntr++;
733 *Out << "('vertex', " << DstID << ")\n"; local
736 // We have hit DstID before. Change its style to reflect a cache hit.
737 DstID = DstI->second;
738 *Out << "('change_vertex_style', " << DstID << ", 1)\n"; local
742 *Out << "('edge', " << SrcID << ", " << DstID local

Completed in 361 milliseconds