Home | History | Annotate | Download | only in IPO

Lines Matching defs:ArgIndex

526   unsigned ArgIndex = 1;
528 ++I, ++ArgIndex) {
539 AttributeSet attrs = PAL.getParamAttributes(ArgIndex);
540 if (attrs.hasAttributes(ArgIndex)) {
541 AttrBuilder B(attrs, ArgIndex);
650 ArgIndex = 1;
652 I != E; ++I, ++AI, ++ArgIndex)
656 if (CallPAL.hasAttributes(ArgIndex)) {
657 AttrBuilder B(CallPAL, ArgIndex);
717 for (; AI != CS.arg_end(); ++AI, ++ArgIndex) {
719 if (CallPAL.hasAttributes(ArgIndex)) {
720 AttrBuilder B(CallPAL, ArgIndex);