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

/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp712 unsigned DstID; local
715 M[Dst] = DstID = Cntr++;
716 *Out << "('vertex', " << DstID << ")\n"; local
719 // We have hit DstID before. Change its style to reflect a cache hit.
720 DstID = DstI->second;
721 *Out << "('change_vertex_style', " << DstID << ", 1)\n"; local
725 *Out << "('edge', " << SrcID << ", " << DstID local

Completed in 33 milliseconds