Home
last modified time | relevance | path

Searched refs:tree_common (Results 1 – 25 of 32) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A Db3.c1 struct tree_common struct
9 register struct tree_common x; in duplicate_decls() argument
H A DBUG13.c1 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 D20000914-1.c152 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 Denum2.C3 struct tree_common { struct
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.h125 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 Dtree.c193 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 Dc-common.h179 struct tree_common common;
H A Dc-decl.c1572 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 Dtree.def52 … "identifier_node", 'x', ((LANG_HOOKS_IDENTIFIER_SIZE - sizeof (struct tree_common) + sizeof (tree…
H A DChangeLog.31601 * 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 Dtree.h350 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 Dtree-iterator.c44 memset (list, 0, sizeof(struct tree_common)); in alloc_stmt_list()
H A Dc-common.h173 struct tree_common common;
H A Dtree.c378 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 Dc-decl.c1857 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 Dcp-tree.h220 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 Ddecl.c1978 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 DChangeLog-1999279 sizeof (struct tree_common).
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dcp-tree.h312 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 Dcp-tree.def163 ((sizeof (template_parm_index) - sizeof (struct tree_common))
H A Ddecl.c4025 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 Dgty.texi139 struct tree_common common;
/openbsd-src/gnu/gcc/gcc/doc/
H A Dgty.texi198 struct tree_common common;
H A Dtree-ssa.texi751 @code{struct tree_common}.
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c13420 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()

12