Searched refs:attrIdxToArrayIdx (Results 1 – 1 of 1) sorted by relevance
951 static unsigned attrIdxToArrayIdx(unsigned Index) { in attrIdxToArrayIdx() function1101 SmallVector<AttributeSet, 4> AttrVec(attrIdxToArrayIdx(MaxIndex) + 1); in get()1103 AttrVec[attrIdxToArrayIdx(Pair.first)] = Pair.second; in get()1153 Index = attrIdxToArrayIdx(Index); in get()1239 Index = attrIdxToArrayIdx(Index); in setAttributes()1275 unsigned MaxIndex = attrIdxToArrayIdx(ArgNos.back() + FirstArgIndex); in addParamAttribute()1280 unsigned Index = attrIdxToArrayIdx(ArgNo + FirstArgIndex); in addParamAttribute()1293 Index = attrIdxToArrayIdx(Index); in removeAttribute()1306 Index = attrIdxToArrayIdx(Index); in removeAttribute()1330 WithoutIndex = attrIdxToArrayIdx(WithoutIndex); in removeAttributes()[all …]