Searched refs:tree_string (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dtree.h1321 struct tree_string GTY(())
3278 struct tree_string GTY ((tag ("TS_STRING"))) string;
1316 struct tree_string GTY(()) function
H A Dtree.c427 return TREE_STRING_LENGTH (node) + offsetof (struct tree_string, str) + 1;
1139 /* Do not waste bytes provided by padding of struct tree_string. */
1140 length = len + offsetof (struct tree_string, str) + 1;

Completed in 169 milliseconds