Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h218 bool hasSameState(const RefVal &X) const { in hasSameState() function
224 return T == X.T && hasSameState(X) && getObjKind() == X.getObjKind();
H A DRetainCountDiagnostics.cpp53 assert(!PrevV.hasSameState(CurrV) && "The state should have changed."); in shouldGenerateNote()
64 if (!PrevV.hasSameState(CurrV)) in shouldGenerateNote()