Searched refs:CurrV (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp96 const RefVal &CurrV,
104 assert(!PrevV.hasSameState(CurrV) && "The state should have changed.");
107 if (CurrV.getKind() == RefVal::Released) {
108 assert(CurrV.getCombinedCounts() == 0);
115 if (!PrevV.hasSameState(CurrV))
116 switch (CurrV.getKind()) {
119 if (PrevV.getCount() == CurrV.getCount()) {
121 if (PrevV.getAutoreleaseCount() == CurrV.getAutoreleaseCount())
124 assert(PrevV.getAutoreleaseCount() < CurrV.getAutoreleaseCount());
129 if (PrevV.getCount() > CurrV
94 shouldGenerateNote(llvm::raw_string_ostream &os, const RefVal *PrevT, const RefVal &CurrV, bool DeallocSent) argument
210 generateDiagnosticsForCallLike(ProgramStateRef CurrSt, const LocationContext *LCtx, const RefVal &CurrV, SymbolRef &Sym, const Stmt *S, llvm::raw_string_ostream &os) argument
485 const RefVal &CurrV = *CurrT; local
[all...]

Completed in 112 milliseconds