Searched refs:IsSymDead (Results 1 - 1 of 1) sorted by path

/external/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp174 bool IsSymDead, ProgramStateRef State) {
175 if (IsSymDead && SS.isOpened()) {
193 bool IsSymDead = SymReaper.isDead(Sym); local
196 if (isLeaked(Sym, I->second, IsSymDead, State))
200 if (IsSymDead)
173 isLeaked(SymbolRef Sym, const StreamState &SS, bool IsSymDead, ProgramStateRef State) argument

Completed in 560 milliseconds