Lines Matching refs:ObjectIndex
613 unsigned SizeIndex, ObjectIndex; in checkFortifiedBuiltinMemoryFunction() local
646 ObjectIndex = 2; in checkFortifiedBuiltinMemoryFunction()
649 ObjectIndex = 0; in checkFortifiedBuiltinMemoryFunction()
669 ObjectIndex = TheCall->getNumArgs() - 1; in checkFortifiedBuiltinMemoryFunction()
678 ObjectIndex = 3; in checkFortifiedBuiltinMemoryFunction()
695 ObjectIndex = 0; in checkFortifiedBuiltinMemoryFunction()
709 ObjectIndex = 0; in checkFortifiedBuiltinMemoryFunction()
718 ObjectIndex = 0; in checkFortifiedBuiltinMemoryFunction()
728 Expr *SizeArg = TheCall->getArg(ObjectIndex); in checkFortifiedBuiltinMemoryFunction()
740 FD->getParamDecl(ObjectIndex)->getAttr<PassObjectSizeAttr>()) in checkFortifiedBuiltinMemoryFunction()
743 Expr *ObjArg = TheCall->getArg(ObjectIndex); in checkFortifiedBuiltinMemoryFunction()