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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp140 SymbolRef ReallocatedSym; member in struct:__anon1680::ReallocPair
144 ReallocatedSym(S), Kind(K) {}
147 ID.AddPointer(ReallocatedSym);
150 return ReallocatedSym == X.ReallocatedSym &&
2143 SymReaper.isDead(I->second.ReallocatedSym)) {
2357 SymbolRef ReallocSym = I.getData().ReallocatedSym;

Completed in 90 milliseconds