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