Searched refs:EdgeValueType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | Graph.h | 87 using EdgeValueType = detail::DenseMapPair<EdgeIdentifier, EdgeAttribute>; variable 130 std::conditional_t<IsConst, const EdgeValueType, EdgeValueType>> 138 friend class NeighborEdgeIteratorT<false, IsOut, BaseIt, EdgeValueType>; 140 const EdgeValueType>; 149 const EdgeValueType>() const { 151 const EdgeValueType>(this->I, MP, SI);
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-graph-diff.h | 33 using GREdgeValueType = GraphRenderer::GraphT::EdgeValueType;
|
| H A D | xray-graph-diff.cpp | 250 static std::string getColor(const GraphDiffRenderer::GraphT::EdgeValueType &E, in getColor() 300 static std::string getLabel(const GraphDiffRenderer::GraphT::EdgeValueType &E, in getLabel() 340 static double getLineWidth(const GraphDiffRenderer::GraphT::EdgeValueType &E, in getLineWidth()
|