Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp846 if (strLength.isUnknown()) in setCStringLength()
849 return state->set<CStringLength>(MR, strLength); in setCStringLength()
888 return strLength; in getCStringLengthForRegion()
1576 if (strLength.isUndef()) in evalstrLengthCommon()
1754 if (strLength.isUndef()) in evalStrcpyCommon()
1816 amountCopied = strLength; in evalStrcpyCommon()
1847 amountCopied = strLength; in evalStrcpyCommon()
1930 amountCopied = strLength; in evalStrcpyCommon()
1943 strlRetVal = strLength; in evalStrcpyCommon()
2097 if (amountCopied != strLength) in evalStrcpyCommon()
[all …]