Home
last modified time | relevance | path

Searched refs:ReallocSym (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp2365 SymbolRef ReallocSym = I.getData().ReallocatedSym; in evalAssume() local
2366 if (const RefState *RS = state->get<RegionState>(ReallocSym)) { in evalAssume()
2369 state = state->set<RegionState>(ReallocSym, in evalAssume()
2372 state = state->remove<RegionState>(ReallocSym); in evalAssume()