Home | History | Annotate | Download | only in Sema

Lines Matching full:strlength

152   uint64_t StrLength =
159 llvm::APInt ConstVal(32, StrLength);
180 StrLength--;
184 if (StrLength > CAT->getSize().getZExtValue())
190 if (StrLength-1 > CAT->getSize().getZExtValue())