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