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