Lines Matching defs:attrib
557 AttributeForm *attrib;
583 attrib = new AttributeForm(ident, INS_ATTR, aexpr);
584 _globalNames.Insert(ident, attrib); // Add name to the name table
585 _AD.addForm(attrib);
592 AttributeForm *attrib;
618 attrib = new AttributeForm(ident, OP_ATTR, aexpr);
619 _globalNames.Insert(ident, attrib);
620 _AD.addForm(attrib);
3980 Attribute *attrib; // Attribute class
3997 attrib = new Attribute(ident,cost,INS_ATTR); // Build new predicate object
3998 return attrib;