Home
last modified time | relevance | path

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

/NextBSD/include/
HDMacTypes.h501 inline unsigned char StrLength(ConstStr255Param string) { return (*string); } in StrLength() function
503 #define StrLength(string) (*(unsigned char *)(string)) macro
507 #define Length(string) StrLength(string)
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaInit.cpp154 uint64_t StrLength = ConstantArrayTy->getSize().getZExtValue(); 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()