Searched refs:tree_binfo (Results 1 – 6 of 6) sorted by relevance
1733 struct GTY (()) tree_binfo { struct2080 struct tree_binfo GTY ((tag ("TS_BINFO"))) binfo;
1090 return (offsetof (struct tree_binfo, base_binfos) in tree_size()2695 size_t length = (offsetof (struct tree_binfo, base_binfos) in make_tree_binfo()2702 memset (t, 0, offsetof (struct tree_binfo, base_binfos)); in make_tree_binfo()
1049 DEFTREECODE (TREE_BINFO, "tree_binfo", tcc_exceptional, 0)
16192 (struct tree_binfo): Remove primary field.21547 (struct tree_binfo): Make base_accesses a VEC(tree) pointer.22536 (struct tree_binfo): Turn base_binfos into a trailing25758 (struct tree_binfo): Rename base_types to base_binfos.26132 (struct tree_binfo): New.
11058 Add struct tree_function_decl and struct tree_binfo size to11113 Add struct tree_function_decl and struct tree_binfo size to
22952 (struct tree_binfo): Adjust.