Lines Matching defs:strLengthNL
1739 std::optional<NonLoc> strLengthNL = strLength.getAs<NonLoc>();
1742 if (strLengthNL && maxlenValNL) {
1748 .evalBinOpNN(state, BO_GT, *strLengthNL, *maxlenValNL, cmpTy)
1756 result = *strLengthNL;
1769 if (strLengthNL) {
1771 state, BO_LE, resultNL, *strLengthNL, cmpTy)
1895 std::optional<NonLoc> strLengthNL = strLength.getAs<NonLoc>();
1942 if (strLengthNL && lenValNL) {
1952 .evalBinOpNN(state, BO_GE, *strLengthNL, *lenValNL, cmpTy)
1987 state, BO_LE, *strLengthNL, *freeSpaceNL, cmpTy);
2103 if (appendK == ConcatFnKind::strlcat && dstStrLengthNL && strLengthNL) {
2104 strlRetVal = svalBuilder.evalBinOpNN(state, BO_Add, *strLengthNL,