Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
HDRetainCountChecker.h362 static const CheckerProgramPointTag &getDeallocSentTag() { in getDeallocSentTag() function
HDRetainCountDiagnostics.cpp551 if (Tag == &RetainCountChecker::getDeallocSentTag()) { in VisitNode()
HDRetainCountChecker.cpp703 C.addTransition(St, C.getPredecessor(), &getDeallocSentTag()); in checkSummary()