Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp219 uint64_t StrLength = ConstantArrayTy->getZExtSize(); in CheckStringInit() local
228 llvm::APInt ConstVal(32, StrLength); in CheckStringInit()
248 StrLength--; in CheckStringInit()
252 if (StrLength > CAT->getZExtSize()) in CheckStringInit()
255 << CAT->getZExtSize() << StrLength << Str->getSourceRange(); in CheckStringInit()
258 if (StrLength - 1 > CAT->getZExtSize()) in CheckStringInit()