Searched refs:FormatIndex (Results 1 – 1 of 1) sorted by relevance
1174 unsigned FormatIndex = 1; in checkFortifiedBuiltinMemoryFunction() local1177 FormatIndex = 0; in checkFortifiedBuiltinMemoryFunction()1182 TheCall->getArg(FormatIndex)->IgnoreParenImpCasts(); in checkFortifiedBuiltinMemoryFunction()1228 size_t FormatIndex = BuiltinID == Builtin::BIsprintf ? 1 : 3; in checkFortifiedBuiltinMemoryFunction() local1229 auto *FormatExpr = TheCall->getArg(FormatIndex)->IgnoreParenImpCasts(); in checkFortifiedBuiltinMemoryFunction()