Searched refs:RemainingNodes (Results 1 – 1 of 1) sorted by relevance
2598 llvm::SmallPtrSet<const ExplodedNode *, 32> RemainingNodes; in BugPathGetter() local2606 RemainingNodes.insert(NewNode); in BugPathGetter()2609 assert(!RemainingNodes.empty() && "No error node found in the trimmed graph"); in BugPathGetter()2632 if (RemainingNodes.erase(Node)) in BugPathGetter()2633 if (RemainingNodes.empty()) in BugPathGetter()