Lines Matching refs:built_in_attributes
172 static GTY(()) tree built_in_attributes[(int) ATTR_LAST];
667 /* Fill in the built_in_attributes array. */
669 built_in_attributes[(int) ENUM] = NULL_TREE;
671 built_in_attributes[(int) ENUM] = build_int_cst (NULL_TREE, VALUE);
673 built_in_attributes[(int) ENUM] = build_string (strlen (VALUE), VALUE);
675 built_in_attributes[(int) ENUM] = get_identifier (STRING);
677 built_in_attributes[(int) ENUM] \
678 = tree_cons (built_in_attributes[(int) PURPOSE], \
679 built_in_attributes[(int) VALUE], \
680 built_in_attributes[(int) CHAIN]);
786 NONANSI_P, built_in_attributes[(int) ATTRS], IMPLICIT);