Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1143 SVal destVal = state->getSVal(Dest.Expression, LCtx); in evalCopyCommon() local
1148 stateZeroSize = stateZeroSize->BindExpr(CE, LCtx, destVal); in evalCopyCommon()
1159 state = checkNonNull(C, state, Dest, destVal); in evalCopyCommon()
1190 SvalBuilder.evalCast(destVal, CharPtrTy, Dest.Expression->getType()); in evalCopyCommon()
1204 state = state->BindExpr(CE, LCtx, destVal); in evalCopyCommon()