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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1833 SymbolRef ReallocSym = I.getData().ReallocatedSym; local
1834 if (const RefState *RS = state->get<RegionState>(ReallocSym)) {
1837 state = state->set<RegionState>(ReallocSym,
1840 state = state->remove<RegionState>(ReallocSym);

Completed in 29 milliseconds