Home | History | Annotate | Download | only in Core

Lines Matching refs:copyExpr

220       const Expr *copyExpr = nullptr;
223 copyExpr = CI->getCopyExpr();
229 if (copyExpr) {
230 originalV = State->getSVal(copyExpr, Pred->getLocationContext());