Searched refs:ArgIndex (Results 1 – 3 of 3) sorted by relevance
525 unsigned ArgIndex = 1; in DoPromotion() local527 ++I, ++ArgIndex) { in DoPromotion()538 if (Attributes attrs = PAL.getParamAttributes(ArgIndex)) in DoPromotion()654 ArgIndex = 1; in DoPromotion()656 I != E; ++I, ++AI, ++ArgIndex) in DoPromotion()660 if (Attributes Attrs = CallPAL.getParamAttributes(ArgIndex)) in DoPromotion()723 for (; AI != CS.arg_end(); ++AI, ++ArgIndex) { in DoPromotion()725 if (Attributes Attrs = CallPAL.getParamAttributes(ArgIndex)) in DoPromotion()
842 GenericValue ArgIndex; in visitCallSite() local843 ArgIndex.UIntPairVal.first = ECStack.size() - 1; in visitCallSite()844 ArgIndex.UIntPairVal.second = 0; in visitCallSite()845 SetValue(CS.getInstruction(), ArgIndex, SF); in visitCallSite()
1054 unsigned ArgIndex = FA->getFormatIdx(); in SemaCheckStringLiteral() local1055 const Expr *Arg = CE->getArg(ArgIndex - 1); in SemaCheckStringLiteral()