Searched defs:StrLength (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaInit.cpp154 uint64_t StrLength = ConstantArrayTy->getSize().getZExtValue(); local
159 llvm::APInt ConstVal(32, StrLength);
180 StrLength--;
184 if (StrLength > CAT->getSize().getZExtValue())
190 if (StrLength-1 > CAT->getSize().getZExtValue())

Completed in 90 milliseconds