Searched refs:StrLength (Results 1 – 2 of 2) sorted by relevance
501 inline unsigned char StrLength(ConstStr255Param string) { return (*string); } in StrLength() function503 #define StrLength(string) (*(unsigned char *)(string)) macro507 #define Length(string) StrLength(string)
154 uint64_t StrLength = ConstantArrayTy->getSize().getZExtValue(); in CheckStringInit() local159 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()