Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp1504 if (Optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>()) { in evalStrcpyCommon() local
1507 *dstStrLengthNL, in evalStrcpyCommon()
1604 Optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>(); in evalStrcpyCommon() local
1607 if (srcStrLengthNL && dstStrLengthNL) { in evalStrcpyCommon()
1609 state = checkAdditionOverflow(C, state, *srcStrLengthNL, *dstStrLengthNL); in evalStrcpyCommon()
1614 *dstStrLengthNL, sizeTy); in evalStrcpyCommon()
1638 if (dstStrLengthNL) { in evalStrcpyCommon()
1642 *dstStrLengthNL, in evalStrcpyCommon()