Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2251 SVal LenVal = state->getSVal(LenExpr, LCtx); in evalStrcpyCommon() local
2254 LenVal = svalBuilder.evalCast(LenVal, sizeTy, LenExpr->getType()); in evalStrcpyCommon()
2260 CouldAccessOutOfBoundForSVal(LenVal.getAs<NonLoc>()); in evalStrcpyCommon()