Searched refs:VectorStringLength (Results 1 – 1 of 1) sorted by relevance
3372 size_t VectorStringLength = 0; in handleModeAttr() local3373 while ((VectorStringLength + 1) < StrSize && in handleModeAttr()3374 isdigit(Str[VectorStringLength + 1])) in handleModeAttr()3375 ++VectorStringLength; in handleModeAttr()3376 if (VectorStringLength && in handleModeAttr()3377 !Str.substr(1, VectorStringLength).getAsInteger(10, VectorSize) && in handleModeAttr()3379 parseModeAttrArg(S, Str.substr(VectorStringLength + 1), DestWidth, in handleModeAttr()