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