Lines Matching refs:FSI
5610 bool IsVariadic, FormatStringInfo *FSI) { in getFormatStringInfo() argument
5612 FSI->ArgPassingKind = FAPK_VAList; in getFormatStringInfo()
5614 FSI->ArgPassingKind = FAPK_Variadic; in getFormatStringInfo()
5616 FSI->ArgPassingKind = FAPK_Fixed; in getFormatStringInfo()
5617 FSI->FormatIdx = Format->getFormatIdx() - 1; in getFormatStringInfo()
5618 FSI->FirstDataArg = in getFormatStringInfo()
5619 FSI->ArgPassingKind == FAPK_VAList ? 0 : Format->getFirstArg() - 1; in getFormatStringInfo()
5625 if(FSI->FormatIdx == 0) in getFormatStringInfo()
5627 --FSI->FormatIdx; in getFormatStringInfo()
5628 if (FSI->FirstDataArg != 0) in getFormatStringInfo()
5629 --FSI->FirstDataArg; in getFormatStringInfo()
5671 FormatStringInfo FSI; in GetFormatNSStringIdx() local
5673 getFormatStringInfo(Format, false, true, &FSI)) { in GetFormatNSStringIdx()
5674 Idx = FSI.FormatIdx; in GetFormatNSStringIdx()
9120 FormatStringInfo FSI; in CheckFormatArguments() local
9122 &FSI)) in CheckFormatArguments()
9123 return CheckFormatArguments(Args, FSI.ArgPassingKind, FSI.FormatIdx, in CheckFormatArguments()
9124 FSI.FirstDataArg, GetFormatStringType(Format), in CheckFormatArguments()