Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h265 static std::unique_ptr<SimpleProgramPointTag> DeallocSentTag; variable
362 return *DeallocSentTag; in getDeallocSentTag()
H A DRetainCountChecker.cpp1462 std::unique_ptr<SimpleProgramPointTag> RetainCountChecker::DeallocSentTag; member in RetainCountChecker
1467 Chk->DeallocSentTag = std::make_unique<SimpleProgramPointTag>( in registerRetainCountBase()