Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp798 if (strLength.isUnknown()) in setCStringLength()
801 return state->set<CStringLength>(MR, strLength); in setCStringLength()
840 return strLength; in getCStringLengthForRegion()
1469 if (strLength.isUndef()) in evalstrLengthCommon()
1640 if (strLength.isUndef()) in evalStrcpyCommon()
1701 amountCopied = strLength; in evalStrcpyCommon()
1732 amountCopied = strLength; in evalStrcpyCommon()
1812 amountCopied = strLength; in evalStrcpyCommon()
1825 strlRetVal = strLength; in evalStrcpyCommon()
1967 if (amountCopied != strLength) in evalStrcpyCommon()
[all …]