Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1018 if (std::optional<NonLoc> strLn = strLength.getAs<NonLoc>()) { in getCStringLengthForRegion() local
1026 SVal evalLength = svalBuilder.evalBinOpNN(state, BO_LE, *strLn, maxLength, in getCStringLengthForRegion()