| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ |
| H A D | b3.c | 1 struct tree_common struct 9 register struct tree_common x; in duplicate_decls() argument
|
| H A D | BUG13.c | 1 struct tree_common struct 13 register struct tree_common *x; in duplicate_decls() argument
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20000914-1.c | 152 struct tree_common struct 182 struct tree_common common; argument 287 tree convs = (void *)malloc (sizeof (struct tree_common));; in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/lookup/ |
| H A D | enum2.C | 3 struct tree_common { struct
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | tree.h | 125 struct tree_common GTY(()) 730 struct tree_common common; 758 struct tree_common common; 769 struct tree_common common; 781 struct tree_common common; 792 struct tree_common common; 812 ((tree) ((char *) (NODE) - sizeof (struct tree_common))) 817 struct tree_common common; 827 struct tree_common common; 841 struct tree_common common; [all …]
|
| H A D | tree.c | 193 return (sizeof (struct tree_common) 199 length = (sizeof (struct tree_common) 227 struct tree_common ttmp; 1143 memset (node, 0, sizeof (struct tree_common)); 2361 memset ((PTR) t, 0, sizeof (struct tree_common));
|
| H A D | c-common.h | 179 struct tree_common common;
|
| H A D | c-decl.c | 1572 memcpy ((char *) olddecl + sizeof (struct tree_common), 1573 (char *) newdecl + sizeof (struct tree_common), 1574 sizeof (struct tree_decl) - sizeof (struct tree_common));
|
| H A D | tree.def | 52 … "identifier_node", 'x', ((LANG_HOOKS_IDENTIFIER_SIZE - sizeof (struct tree_common) + sizeof (tree…
|
| H A D | ChangeLog.3 | 1601 * tree.h (struct tree_int_cst): Use struct tree_common. 4657 * tree.h (tree_common): Add bounded_flag member. Remove 6275 * tree.h (tree_common): Members `code', `mode', `built_in_class', 6402 * tree.h (struct tree_common): Remove misleading comment. 11231 * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree.h | 350 struct tree_common GTY(()) 1263 struct tree_common common; 1277 struct tree_common common; 1288 struct tree_common common; 1299 struct tree_common common; 1309 struct tree_common common; 1328 ((tree) ((char *) (NODE) - sizeof (struct tree_common))) 1333 struct tree_common common; 1343 struct tree_common common; 1357 struct tree_common common; [all …]
|
| H A D | tree-iterator.c | 44 memset (list, 0, sizeof(struct tree_common)); in alloc_stmt_list()
|
| H A D | c-common.h | 173 struct tree_common common;
|
| H A D | tree.c | 378 case PLACEHOLDER_EXPR: return sizeof (struct tree_common); in tree_code_size() 1137 memset (s, 0, sizeof (struct tree_common)); in build_string() 1715 memset (node, 0, sizeof (struct tree_common)); in tree_cons_stat() 2885 memset (t, 0, sizeof (struct tree_common)); in build1_stat()
|
| H A D | c-decl.c | 1857 memcpy ((char *) olddecl + sizeof (struct tree_common), in merge_decls() 1858 (char *) newdecl + sizeof (struct tree_common), in merge_decls() 1859 sizeof (struct tree_decl_common) - sizeof (struct tree_common)); in merge_decls()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | cp-tree.h | 220 struct tree_common common; 230 struct tree_common common; 239 struct tree_common common; 322 struct tree_common common; 354 struct tree_common common; 444 struct tree_common common;
|
| H A D | decl.c | 1978 memcpy ((char *) olddecl + sizeof (struct tree_common), in duplicate_decls() 1979 (char *) newdecl + sizeof (struct tree_common), in duplicate_decls() 1980 function_size - sizeof (struct tree_common)); in duplicate_decls() 2014 memcpy ((char *) olddecl + sizeof (struct tree_common), in duplicate_decls() 2015 (char *) newdecl + sizeof (struct tree_common), in duplicate_decls() 2016 sizeof (struct tree_decl_common) - sizeof (struct tree_common)); in duplicate_decls()
|
| H A D | ChangeLog-1999 | 279 sizeof (struct tree_common).
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | cp-tree.h | 312 struct tree_common common; 321 struct tree_common common; 402 struct tree_common common; 433 struct tree_common common; 441 struct tree_common common; 551 struct tree_common GTY ((tag ("TS_CP_COMMON"))) common;
|
| H A D | cp-tree.def | 163 ((sizeof (template_parm_index) - sizeof (struct tree_common))
|
| H A D | decl.c | 4025 memcpy ((char *) olddecl + sizeof (struct tree_common), 4026 (char *) newdecl + sizeof (struct tree_common), 4027 function_size - sizeof (struct tree_common)); 4063 memcpy ((char *) olddecl + sizeof (struct tree_common), 4064 (char *) newdecl + sizeof (struct tree_common), 4065 sizeof (struct tree_decl) - sizeof (struct tree_common)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | gty.texi | 139 struct tree_common common;
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | gty.texi | 198 struct tree_common common;
|
| H A D | tree-ssa.texi | 751 @code{struct tree_common}.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | com.c | 13420 memcpy ((char *) olddecl + sizeof (struct tree_common), in duplicate_decls() 13421 (char *) newdecl + sizeof (struct tree_common), in duplicate_decls() 13422 sizeof (struct tree_decl) - sizeof (struct tree_common)); in duplicate_decls()
|