Searched refs:NodeIndexPair (Results 1 – 1 of 1) sorted by relevance
2807 typedef std::pair<const ExplodedNode *, size_t> NodeIndexPair; typedef in __anon889b26420311::TrimmedGraph2808 SmallVector<NodeIndexPair, 32> ReportNodes;2834 bool operator()(const NodeIndexPair &LHS, const NodeIndexPair &RHS) const { in operator ()()