Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp198 uint64_t StrLength = ConstantArrayTy->getSize().getZExtValue(); in CheckStringInit() local
203 llvm::APInt ConstVal(32, StrLength); in CheckStringInit()
223 StrLength--; in CheckStringInit()
227 if (StrLength > CAT->getSize().getZExtValue()) in CheckStringInit()
230 << CAT->getSize().getZExtValue() << StrLength in CheckStringInit()
234 if (StrLength-1 > CAT->getSize().getZExtValue()) in CheckStringInit()