Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp710 if (strLength.isUnknown()) in setCStringLength()
713 return state->set<CStringLength>(MR, strLength); in setCStringLength()
749 state = state->set<CStringLength>(MR, strLength); in getCStringLengthForRegion()
752 return strLength; in getCStringLengthForRegion()
1385 if (strLength.isUndef()) in evalstrLengthCommon()
1566 if (strLength.isUndef()) in evalStrcpyCommon()
1618 amountCopied = strLength; in evalStrcpyCommon()
1717 amountCopied = strLength; in evalStrcpyCommon()
1863 if (amountCopied != strLength) in evalStrcpyCommon()
2380 DefinedOrUnknownSVal strLength = in checkPreStmt() local
[all …]