Searched refs:FormatIndex (Results 1 – 1 of 1) sorted by relevance
1279 unsigned FormatIndex = 1; in checkFortifiedBuiltinMemoryFunction() local1282 FormatIndex = 0; in checkFortifiedBuiltinMemoryFunction()1287 TheCall->getArg(FormatIndex)->IgnoreParenImpCasts(); in checkFortifiedBuiltinMemoryFunction()1321 size_t FormatIndex = BuiltinID == Builtin::BIsprintf ? 1 : 3; in checkFortifiedBuiltinMemoryFunction() local1322 auto *FormatExpr = TheCall->getArg(FormatIndex)->IgnoreParenImpCasts(); in checkFortifiedBuiltinMemoryFunction()