Home | History | Annotate | Download | only in IPO

Lines Matching refs:ArgIndex

527   unsigned ArgIndex = 1;
529 ++I, ++ArgIndex) {
540 if (Attributes attrs = PAL.getParamAttributes(ArgIndex))
654 ArgIndex = 1;
656 I != E; ++I, ++AI, ++ArgIndex)
660 if (Attributes Attrs = CallPAL.getParamAttributes(ArgIndex))
722 for (; AI != CS.arg_end(); ++AI, ++ArgIndex) {
724 if (Attributes Attrs = CallPAL.getParamAttributes(ArgIndex))