Home
last modified time | relevance | path

Searched refs:stack_region (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.cc974 const stack_region &this_sub in operator ==()
975 = (const stack_region &)*this; in operator ==()
976 const stack_region &other_sub in operator ==()
977 = (const stack_region &)other; in operator ==()
2664 stack_region::stack_region (const stack_region &other) in stack_region() function in ana::stack_region
2679 stack_region::compare_fields (const stack_region &other) const in compare_fields()
2696 stack_region::clone () const in clone()
2698 return new stack_region (*this); in clone()
2704 stack_region::print_fields (const region_model &model, in print_fields()
2715 stack_region::dump_child_label (const region_model &model, in dump_child_label()
[all …]
H A Dregion-model.h1449 class stack_region : public region
1452 stack_region (region_id parent_rid, svalue_id sval_id) in stack_region() function
1456 stack_region (const stack_region &other);
1458 bool compare_fields (const stack_region &other) const;
1481 static bool can_merge_p (const stack_region *stack_region_a,
1482 const stack_region *stack_region_b,
1507 is_a_helper <stack_region *>::test (region *reg) in test()
1584 stack_region *get_stack_region (const region_model *model) const;
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion.h487 class stack_region : public space_region
490 stack_region (unsigned id, region *parent)
504 is_a_helper <const stack_region *>::test (const region *reg)
H A Dregion-model.h302 const stack_region * get_stack_region () const { return &m_stack_region; } in get_stack_region()
385 stack_region m_stack_region;
H A DChangeLog5146 (stack_region::stack_region): Delete.
5147 (stack_region::compare_fields): Delete.
5148 (stack_region::clone): Delete.
5149 (stack_region::print_fields): Delete.
5150 (stack_region::dump_child_label): Delete.
5151 (stack_region::validate): Delete.
5152 (stack_region::push_frame): Delete.
5153 (stack_region::get_current_frame_id): Delete.
5154 (stack_region::pop_frame): Delete.
5155 (stack_region::add_to_hash): Delete.
[all …]
H A Dregion.cc971 stack_region::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp()