Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h366 static const CheckerProgramPointTag &getCastFailTag() { return *CastFailTag; } in getCastFailTag() function
H A DRetainCountDiagnostics.cpp547 if (Tag == &RetainCountChecker::getCastFailTag()) { in VisitNode()
H A DRetainCountChecker.cpp949 C.addTransition(NullOutputState, &getCastFailTag()); in evalCall()