Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp3102 SymbolRef ReallocSym = I.getData().ReallocatedSym; in evalAssume() local
3103 if (const RefState *RS = state->get<RegionState>(ReallocSym)) { in evalAssume()
3107 state = state->set<RegionState>(ReallocSym, in evalAssume()
3111 state = state->remove<RegionState>(ReallocSym); in evalAssume()