Home
last modified time | relevance | path

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

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