Searched refs:FormatIndex (Results 1 – 1 of 1) sorted by relevance
1133 unsigned FormatIndex = 1; in checkFortifiedBuiltinMemoryFunction() local1136 FormatIndex = 0; in checkFortifiedBuiltinMemoryFunction()1141 TheCall->getArg(FormatIndex)->IgnoreParenImpCasts(); in checkFortifiedBuiltinMemoryFunction()1187 size_t FormatIndex = BuiltinID == Builtin::BIsprintf ? 1 : 3; in checkFortifiedBuiltinMemoryFunction() local1188 auto *FormatExpr = TheCall->getArg(FormatIndex)->IgnoreParenImpCasts(); in checkFortifiedBuiltinMemoryFunction()