Lines Matching refs:FSI
7161 bool IsVariadic, FormatStringInfo *FSI) { in getFormatStringInfo() argument
7163 FSI->ArgPassingKind = FAPK_VAList; in getFormatStringInfo()
7165 FSI->ArgPassingKind = FAPK_Variadic; in getFormatStringInfo()
7167 FSI->ArgPassingKind = FAPK_Fixed; in getFormatStringInfo()
7168 FSI->FormatIdx = Format->getFormatIdx() - 1; in getFormatStringInfo()
7169 FSI->FirstDataArg = in getFormatStringInfo()
7170 FSI->ArgPassingKind == FAPK_VAList ? 0 : Format->getFirstArg() - 1; in getFormatStringInfo()
7176 if(FSI->FormatIdx == 0) in getFormatStringInfo()
7178 --FSI->FormatIdx; in getFormatStringInfo()
7179 if (FSI->FirstDataArg != 0) in getFormatStringInfo()
7180 --FSI->FirstDataArg; in getFormatStringInfo()
7222 FormatStringInfo FSI; in GetFormatNSStringIdx() local
7224 getFormatStringInfo(Format, false, true, &FSI)) { in GetFormatNSStringIdx()
7225 Idx = FSI.FormatIdx; in GetFormatNSStringIdx()
10851 FormatStringInfo FSI; in CheckFormatArguments() local
10853 &FSI)) in CheckFormatArguments()
10854 return CheckFormatArguments(Args, FSI.ArgPassingKind, FSI.FormatIdx, in CheckFormatArguments()
10855 FSI.FirstDataArg, GetFormatStringType(Format), in CheckFormatArguments()