Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2184 if (std::optional<loc::MemRegionVal> dstRegVal = in evalStrcpyCommon() local
2192 svalBuilder.evalBinOpLN(state, BO_Add, *dstRegVal, *maxLastNL, ptrTy); in evalStrcpyCommon()
2206 SVal lastElement = svalBuilder.evalBinOpLN(state, BO_Add, *dstRegVal, in evalStrcpyCommon()
2273 C, state, Dst.Expression, Call.getCFGElementRef(), *dstRegVal, in evalStrcpyCommon()
2277 C, state, Call.getCFGElementRef(), *dstRegVal); in evalStrcpyCommon()
2292 state = setCStringLength(state, dstRegVal->getRegion(), finalStrLength); in evalStrcpyCommon()