Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2203 if (std::optional<NonLoc> knownStrLength = finalStrLength.getAs<NonLoc>()) { in evalStrcpyCommon() local
2205 *knownStrLength, ptrTy); in evalStrcpyCommon()