Searched refs:FAPK_Fixed (Results 1 – 2 of 2) sorted by relevance
3280 FSI->ArgPassingKind = FAPK_Fixed; in getFormatStringInfo()6444 case combineFAPK(Sema::FAPK_Fixed, Sema::FAPK_Fixed): in checkFormatStringExpr()6445 case combineFAPK(Sema::FAPK_Fixed, Sema::FAPK_Variadic): in checkFormatStringExpr()6827 return ArgPassingKind == Sema::FAPK_Fixed || in HasFormatArguments()
2584 FAPK_Fixed, // values to format are fixed (no C-style variadic arguments) enumerator