Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp1496 SVal dstStrLength = getCStringLength(C, state, Dst, DstVal); in evalStrcpyCommon() local
1497 if (dstStrLength.isUndef()) in evalStrcpyCommon()
1500 if (Optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>()) { in evalStrcpyCommon()
1595 SVal dstStrLength = getCStringLength(C, state, Dst, DstVal); in evalStrcpyCommon() local
1596 if (dstStrLength.isUndef()) in evalStrcpyCommon()
1600 Optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>(); in evalStrcpyCommon()