Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h367 static const CheckerProgramPointTag &getCastFailTag() { return *CastFailTag; } in getCastFailTag() function
H A DRetainCountDiagnostics.cpp553 if (Tag == &RetainCountChecker::getCastFailTag()) { in VisitNode()
H A DRetainCountChecker.cpp949 C.addTransition(NullOutputState, &getCastFailTag()); in evalCall()