Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h266 static std::unique_ptr<CheckerProgramPointTag> DeallocSentTag; variable
364 return *DeallocSentTag; in getDeallocSentTag()
H A DRetainCountChecker.cpp1476 std::unique_ptr<CheckerProgramPointTag> RetainCountChecker::DeallocSentTag; member in RetainCountChecker
1481 Chk->DeallocSentTag = in registerRetainCountBase()