Home
last modified time | relevance | path

Searched refs:tree_string (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-core.h1472 struct GTY(()) tree_string { struct
2051 struct tree_string GTY ((tag ("TS_STRING"))) string;
H A Dggc-page.cc1487 gcc_assert (offset == offsetof (struct tree_string, str)); in gt_ggc_m_S()
H A Dtree.cc1103 return TREE_STRING_LENGTH (node) + offsetof (struct tree_string, str) + 1; in tree_size()
2485 unsigned size = len + offsetof (struct tree_string, str) + 1; in build_string()
H A DChangeLog-200610991 struct tree_string and make the size be the same as
11045 struct tree_string.
H A DChangeLog-20048768 (struct tree_string): Remove "const" qualifier for "str".
12222 (tree_string): Place contents of string in tree node.
43082 (tree_string): Place contents of string in tree node.
46586 (tree_string): Place contents of string in tree node.
H A DChangeLog-20003560 * tree.h (struct tree_string): Constify pointer field.
16868 (struct tree_real_cst, struct tree_string): Likewise.
H A DChangeLog-200217684 (struct tree_string): Likewise.
35678 (tree_string): Likewise.
H A DChangeLog-200325144 (struct tree_int_cst, struct tree_real_cst, struct tree_string,
H A DChangeLog-201129998 (struct tree_fixed_cst, struct tree_string, struct tree_complex):
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-core.h1400 struct GTY(()) tree_string { struct
1979 struct tree_string GTY ((tag ("TS_STRING"))) string;
H A Dggc-page.c1487 gcc_assert (offset == offsetof (struct tree_string, str)); in gt_ggc_m_S()
H A Dtree.c940 return TREE_STRING_LENGTH (node) + offsetof (struct tree_string, str) + 1; in tree_size()
2216 unsigned size = len + offsetof (struct tree_string, str) + 1; in build_string()