Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp2601 SymbolRef ReallocSym = I.getData().ReallocatedSym; in evalAssume() local
2602 if (const RefState *RS = state->get<RegionState>(ReallocSym)) { in evalAssume()
2605 state = state->set<RegionState>(ReallocSym, in evalAssume()
2608 state = state->remove<RegionState>(ReallocSym); in evalAssume()