Home
last modified time | relevance | path

Searched refs:struct_region (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.h1088 class struct_region : public struct_or_union_region
1091 struct_region (region_id parent_rid, tree type) in struct_region() function
1101 bool compare_fields (const struct_region &other) const;
1109 is_a_helper <struct_region *>::test (region *reg) in test()
1886 void copy_struct_region (region_id dst_rid, struct_region *dst_reg,
1887 struct_region *src_reg, region_model_context *ctxt);
H A Dregion-model.cc918 const struct_region &this_sub in operator ==()
919 = (const struct_region &)*this; in operator ==()
920 const struct_region &other_sub in operator ==()
921 = (const struct_region &)other; in operator ==()
1254 struct_region *dst_sub = as_a <struct_region *> (dst_reg); in copy_region()
1255 struct_region *src_sub = as_a <struct_region *> (src_reg); in copy_region()
1290 struct_region *dst_reg, in copy_struct_region()
1291 struct_region *src_reg, in copy_struct_region()
2186 struct_region::clone () const in clone()
2188 return new struct_region (*this); in clone()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A DChangeLog5111 (struct_region::clone): Delete.
5112 (struct_region::compare_fields): Delete.
5638 (class struct_region): Delete.
5639 (is_a_helper <struct_region *>::test): Delete.