Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountChecker.h363 static const CheckerProgramPointTag &getDeallocSentTag() { in getDeallocSentTag() function
DRetainCountDiagnostics.cpp557 if (Tag == &RetainCountChecker::getDeallocSentTag()) { in VisitNode()
DRetainCountChecker.cpp704 C.addTransition(St, C.getPredecessor(), &getDeallocSentTag()); in checkSummary()