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

/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp753 unsigned DstID; local
756 M[Dst] = DstID = Cntr++;
757 *Out << "('vertex', " << DstID << ")\n"; local
760 // We have hit DstID before. Change its style to reflect a cache hit.
761 DstID = DstI->second;
762 *Out << "('change_vertex_style', " << DstID << ", 1)\n"; local
766 *Out << "('edge', " << SrcID << ", " << DstID local

Completed in 813 milliseconds