Lines Matching full:attributeset
24 AttributeSet ASs[] = {
25 AttributeSet::get(C, 1, Attribute::ZExt),
26 AttributeSet::get(C, 2, Attribute::SExt)
29 AttributeSet SetA = AttributeSet::get(C, ASs);
30 AttributeSet SetB = AttributeSet::get(C, ASs);
37 AttributeSet ASs[] = {
38 AttributeSet::get(C, 2, Attribute::ZExt),
39 AttributeSet::get(C, 1, Attribute::SExt)
42 AttributeSet SetA = AttributeSet::get(C, ASs);
43 AttributeSet SetB = SetA.removeAttributes(C, 1, ASs[1]);