Searched refs:tree_string (Results 1 – 7 of 7) sorted by relevance
1329 struct GTY(()) tree_string { struct1881 struct tree_string GTY ((tag ("TS_STRING"))) string;
1474 gcc_assert (offset == offsetof (struct tree_string, str)); in gt_ggc_m_S()
920 return TREE_STRING_LENGTH (node) + offsetof (struct tree_string, str) + 1; in tree_size()2153 length = len + offsetof (struct tree_string, str) + 1; in build_string()
1424 gcc_assert (offset == offsetof (struct tree_string, str)); in gt_ggc_m_S()
1510 gcc_assert (offset == offsetof (struct tree_string, str)); in gt_ggc_m_S()
1524 struct GTY(()) tree_string { struct3696 struct tree_string GTY ((tag ("TS_STRING"))) string;
728 return TREE_STRING_LENGTH (node) + offsetof (struct tree_string, str) + 1; in tree_size()1538 length = len + offsetof (struct tree_string, str) + 1; in build_string()