Searched refs:base_binfos (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/gcc/cp/ |
| HD | search.c | 2578 tree base_binfos; in original_binfo() local 2580 base_binfos = original_binfo (BINFO_INHERITANCE_CHAIN (binfo), here); in original_binfo() 2581 if (base_binfos) in original_binfo() 2586 for (ix = 0; (base_binfo = BINFO_BASE_BINFO (base_binfos, ix)); ix++) in original_binfo()
|
| HD | ChangeLog-1998 | 4338 * tree.c (propagate_binfo_offsets): Likewise for `base_binfos'.
|
| /trueos/contrib/gcc/ |
| HD | tree.c | 417 return (offsetof (struct tree_binfo, base_binfos) in tree_size() 1219 make_tree_binfo_stat (unsigned base_binfos MEM_STAT_DECL) in make_tree_binfo_stat() 1222 size_t length = (offsetof (struct tree_binfo, base_binfos) in make_tree_binfo_stat() 1223 + VEC_embedded_size (tree, base_binfos)); in make_tree_binfo_stat() 1232 memset (t, 0, offsetof (struct tree_binfo, base_binfos)); in make_tree_binfo_stat() 1236 VEC_embedded_init (tree, BINFO_BASE_BINFOS (t), base_binfos); in make_tree_binfo_stat()
|
| HD | tree.h | 2239 #define BINFO_BASE_BINFOS(NODE) (&TREE_BINFO_CHECK(NODE)->binfo.base_binfos) 2298 VEC(tree,none) base_binfos;
|
| HD | ChangeLog-2004 | 22536 (struct tree_binfo): Turn base_binfos into a trailing 25758 (struct tree_binfo): Rename base_types to base_binfos.
|