Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h216 bool hasSameState(const RefVal &X) const { in hasSameState() function
222 return T == X.T && hasSameState(X) && getObjKind() == X.getObjKind();
H A DRetainCountDiagnostics.cpp104 assert(!PrevV.hasSameState(CurrV) && "The state should have changed."); in shouldGenerateNote()
115 if (!PrevV.hasSameState(CurrV)) in shouldGenerateNote()