Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h265 static std::unique_ptr<CheckerProgramPointTag> DeallocSentTag; variable
H A DRetainCountChecker.cpp1476 std::unique_ptr<CheckerProgramPointTag> RetainCountChecker::DeallocSentTag; member in RetainCountChecker