Lines Matching refs:FSI
5411 bool IsVariadic, FormatStringInfo *FSI) { in getFormatStringInfo() argument
5413 FSI->ArgPassingKind = FAPK_VAList; in getFormatStringInfo()
5415 FSI->ArgPassingKind = FAPK_Variadic; in getFormatStringInfo()
5417 FSI->ArgPassingKind = FAPK_Fixed; in getFormatStringInfo()
5418 FSI->FormatIdx = Format->getFormatIdx() - 1; in getFormatStringInfo()
5419 FSI->FirstDataArg = in getFormatStringInfo()
5420 FSI->ArgPassingKind == FAPK_VAList ? 0 : Format->getFirstArg() - 1; in getFormatStringInfo()
5426 if(FSI->FormatIdx == 0) in getFormatStringInfo()
5428 --FSI->FormatIdx; in getFormatStringInfo()
5429 if (FSI->FirstDataArg != 0) in getFormatStringInfo()
5430 --FSI->FirstDataArg; in getFormatStringInfo()
5473 FormatStringInfo FSI; in GetFormatNSStringIdx() local
5475 getFormatStringInfo(Format, false, true, &FSI)) { in GetFormatNSStringIdx()
5476 Idx = FSI.FormatIdx; in GetFormatNSStringIdx()
8848 FormatStringInfo FSI; in CheckFormatArguments() local
8850 &FSI)) in CheckFormatArguments()
8851 return CheckFormatArguments(Args, FSI.ArgPassingKind, FSI.FormatIdx, in CheckFormatArguments()
8852 FSI.FirstDataArg, GetFormatStringType(Format), in CheckFormatArguments()