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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp129 SymbolRef ReallocatedSym; member in struct:__anon3572::ReallocPair
133 ReallocatedSym(S), Kind(K) {}
136 ID.AddPointer(ReallocatedSym);
139 return ReallocatedSym == X.ReallocatedSym &&
1667 SymReaper.isDead(I->second.ReallocatedSym)) {
1847 SymbolRef ReallocSym = I.getData().ReallocatedSym;

Completed in 54 milliseconds