Searched refs:newAttribute (Results 1 – 7 of 7) sorted by relevance
28 ISO::CFI_attribute_t newAttribute, enum LowerBoundModifier newLowerBounds) { in RTDEF()36 to.raw().attribute = newAttribute; in RTDEF()
30 mlir::Value newAttribute, in genCopyAndUpdateDescriptor() argument38 newAttribute, newLowerBounds); in genCopyAndUpdateDescriptor()
96 mlir::Value newAttribute = builder.createIntegerConstant( in matchAndRewrite() local 104 newAttribute, lowerBoundModifier); in matchAndRewrite()
46 ISO::CFI_attribute_t newAttribute, enum LowerBoundModifier newLowerBounds);
27 mlir::Value newAttribute,
71 void NamedAttrList::push_back(NamedAttribute newAttribute) { in assign() 73 dictionarySorted.setInt(attrs.empty() || attrs.back() < newAttribute); in assign() 75 attrs.push_back(newAttribute);76 push_back(NamedAttribute newAttribute) push_back() argument
870 void push_back(NamedAttribute newAttribute); in reserve()