Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp333 SVal AllocV = state->getSVal(CNE, callerCtx); in processCallExit() local
334 AllocV = svalBuilder.evalCast( in processCallExit()
335 AllocV, CNE->getType(), in processCallExit()
339 AllocV); in processCallExit()