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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp129 SymbolRef ReallocatedSym; member in struct:__anon18202::ReallocPair
133 ReallocatedSym(S), Kind(K) {}
136 ID.AddPointer(ReallocatedSym);
139 return ReallocatedSym == X.ReallocatedSym &&
1825 SymReaper.isDead(I->second.ReallocatedSym)) {
2020 SymbolRef ReallocSym = I.getData().ReallocatedSym;

Completed in 98 milliseconds