Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp166 uint64_t StrLength = ConstantArrayTy->getSize().getZExtValue(); in CheckStringInit() local
171 llvm::APInt ConstVal(32, StrLength); in CheckStringInit()
192 StrLength--; in CheckStringInit()
196 if (StrLength > CAT->getSize().getZExtValue()) in CheckStringInit()
202 if (StrLength-1 > CAT->getSize().getZExtValue()) in CheckStringInit()