Searched refs:getNumAttrSets (Results 1 – 7 of 7) sorted by relevance
629 unsigned getNumAttrSets() const;633 unsigned index_end() const { return getNumAttrSets() - 1; }
1014 MaxSize = std::max(MaxSize, List.getNumAttrSets()); in get()1150 if (WithoutIndex >= getNumAttrSets()) in removeAttributes()1281 if (!pImpl || Index >= getNumAttrSets()) in getAttributes()1298 unsigned AttributeList::getNumAttrSets() const { in getNumAttrSets() function in AttributeList
1853 return Attrs.getNumAttrSets() <= Params + 2; in verifyAttributeCount()
167 EXPECT_EQ(2U, AL.getNumAttrSets()); in TEST()
106 if (int Res = cmpNumbers(L.getNumAttrSets(), R.getNumAttrSets())) in cmpAttrs()
927 for (unsigned I = 0; I + 2 < Attrs.getNumAttrSets(); ++I) in applyICallBranchFunnel()
269 ie = CallSiteAttrs.getNumAttrSets(); i<ie; ++i) { in TransformFunctionAttributes()