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