reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-xray/xray-graph-diff.cpp
  233       R.G[VAttr.SymbolName].CorrVertexPtr[i] = &V;
  288   if (VertexAttr.CorrVertexPtr[0] == nullptr)
  290   if (VertexAttr.CorrVertexPtr[1] == nullptr)
  296   const auto &LeftStat = VertexAttr.CorrVertexPtr[0]->second.S;
  297   const auto &RightStat = VertexAttr.CorrVertexPtr[1]->second.S;
  342     if (containsNullptr(VertexAttr.CorrVertexPtr))
  345     const auto &LeftStat = VertexAttr.CorrVertexPtr[0]->second.S;
  346     const auto &RightStat = VertexAttr.CorrVertexPtr[1]->second.S;