Searched refs:Leaked (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 2669 SmallVectorImpl<SymbolRef> &Leaked) const; 2677 SmallVectorImpl<SymbolRef> &Leaked, 3809 SmallVectorImpl<SymbolRef> &Leaked) const { in handleSymbolDeath() 3830 Leaked.push_back(sid); in handleSymbolDeath() 3836 SmallVectorImpl<SymbolRef> &Leaked, in processLeaks() argument 3844 I = Leaked.begin(), E = Leaked.end(); I != E; ++I) { in processLeaks() 3888 SmallVector<SymbolRef, 10> Leaked; in checkEndFunction() local 3891 state = handleSymbolDeath(state, I->first, I->second, Leaked); in checkEndFunction() 3893 processLeaks(state, Leaked, Ctx, Pred); in checkEndFunction() 3915 SmallVector<SymbolRef, 10> Leaked; in checkDeadSymbols() local [all …]
|