Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp732 if (strLength.isUnknown()) in setCStringLength()
735 return state->set<CStringLength>(MR, strLength); in setCStringLength()
774 return strLength; in getCStringLengthForRegion()
1401 if (strLength.isUndef()) in evalstrLengthCommon()
1572 if (strLength.isUndef()) in evalStrcpyCommon()
1633 amountCopied = strLength; in evalStrcpyCommon()
1664 amountCopied = strLength; in evalStrcpyCommon()
1744 amountCopied = strLength; in evalStrcpyCommon()
1757 strlRetVal = strLength; in evalStrcpyCommon()
1899 if (amountCopied != strLength) in evalStrcpyCommon()
[all …]