Searched refs:NumAttrs (Results 1 – 2 of 2) sorted by relevance
132 AttributeListImpl(const AttributeWithIndex *Attr, unsigned NumAttrs) in AttributeListImpl() argument133 : Attrs(Attr, Attr+NumAttrs) { in AttributeListImpl()154 unsigned NumAttrs) { in Profile() argument155 for (unsigned i = 0; i != NumAttrs; ++i) in Profile()167 AttrListPtr AttrListPtr::get(const AttributeWithIndex *Attrs, unsigned NumAttrs) { in get() argument169 if (NumAttrs == 0) in get()173 for (unsigned i = 0; i != NumAttrs; ++i) { in get()183 AttributeListImpl::Profile(ID, Attrs, NumAttrs); in get()194 PAL = new AttributeListImpl(Attrs, NumAttrs); in get()
202 static AttrListPtr get(const AttributeWithIndex *Attr, unsigned NumAttrs);