Searched refs:tree_string (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-core.h | 1472 struct GTY(()) tree_string { struct 2051 struct tree_string GTY ((tag ("TS_STRING"))) string;
|
H A D | ggc-page.cc | 1487 gcc_assert (offset == offsetof (struct tree_string, str)); in gt_ggc_m_S()
|
H A D | tree.cc | 1103 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 D | ChangeLog-2006 | 10991 struct tree_string and make the size be the same as 11045 struct tree_string.
|
H A D | ChangeLog-2004 | 8768 (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 D | ChangeLog-2000 | 3560 * tree.h (struct tree_string): Constify pointer field. 16868 (struct tree_real_cst, struct tree_string): Likewise.
|
H A D | ChangeLog-2002 | 17684 (struct tree_string): Likewise. 35678 (tree_string): Likewise.
|
H A D | ChangeLog-2003 | 25144 (struct tree_int_cst, struct tree_real_cst, struct tree_string,
|
H A D | ChangeLog-2011 | 29998 (struct tree_fixed_cst, struct tree_string, struct tree_complex):
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-core.h | 1400 struct GTY(()) tree_string { struct 1979 struct tree_string GTY ((tag ("TS_STRING"))) string;
|
H A D | ggc-page.c | 1487 gcc_assert (offset == offsetof (struct tree_string, str)); in gt_ggc_m_S()
|
H A D | tree.c | 940 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()
|