Home | History | Annotate | Download | only in d

Lines Matching refs:built_in_attributes

934 static GTY(()) tree built_in_attributes[(int) ATTR_LAST];
941 /* Fill in the built_in_attributes array. */
943 built_in_attributes[(int) ENUM] = NULL_TREE;
945 built_in_attributes[(int) ENUM] = build_int_cst (NULL_TREE, VALUE);
947 built_in_attributes[(int) ENUM] = build_string (strlen (VALUE), VALUE);
949 built_in_attributes[(int) ENUM] = get_identifier (STRING);
951 built_in_attributes[(int) ENUM] \
952 = tree_cons (built_in_attributes[(int) PURPOSE], \
953 built_in_attributes[(int) VALUE], \
954 built_in_attributes[(int) CHAIN]);
1174 built_in_attributes[(int) ATTRS], IMPLICIT);