Home
last modified time | relevance | path

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

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