Lines Matching defs:Edge
126 struct Edge { struct
128 Value *From;
131 Value *To;
134 EdgeType Weight;
139 StratifiedAttrs AdditionalAttrs;
141 Edge(Value *From, Value *To, EdgeType W, StratifiedAttrs A) in Edge() argument
587 struct Edge { struct in __anondc6bc0680111::WeightedBidirectionalGraph
588 EdgeTypeT Weight;
589 Node Other;
591 Edge(const EdgeTypeT &W, const Node &N) : Weight(W), Other(N) {} in Edge() argument
593 bool operator==(const Edge &E) const { in operator ==()
597 bool operator!=(const Edge &E) const { return !operator==(E); } in operator !=()
878 for (auto &Edge : ConstexprEdges) { in constexprToEdges() local