Home
last modified time | relevance | path

Searched refs:SuperDeallocBRVisitor (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSuperDeallocChecker.cpp64 class SuperDeallocBRVisitor final : public BugReporterVisitor { class
69 SuperDeallocBRVisitor(SymbolRef ReceiverSymbol) in SuperDeallocBRVisitor() function in __anon03bd27f80211::SuperDeallocBRVisitor
194 BR->addVisitor(std::make_unique<SuperDeallocBRVisitor>(Sym)); in reportUseAfterDealloc()
247 SuperDeallocBRVisitor::VisitNode(const ExplodedNode *Succ, in VisitNode()