Lines Matching defs:attributes
29 NamedAttrList::NamedAttrList(ArrayRef<NamedAttribute> attributes) {
30 assign(attributes.begin(), attributes.end());
33 NamedAttrList::NamedAttrList(DictionaryAttr attributes)
34 : NamedAttrList(attributes ? attributes.getValue()
36 dictionarySorted.setPointerAndInt(attributes, true);
65 /// Replaces the attributes with new list of attributes.
101 assert(value && "attributes may never be null");
113 // If the attributes have changed, the dictionary is invalidated.
129 assert(value && "attributes may never be null");
172 ArrayRef<NamedAttribute> attributes,
178 attributes(attributes.begin(), attributes.end()),
185 ArrayRef<NamedAttribute> attributes,
189 operands, types, attributes, successors, regions) {}
519 // Update any of the provided segment attributes.