Home
last modified time | relevance | path

Searched refs:offset_region (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion.h124 virtual const offset_region *
848 class offset_region : public region
889 offset_region (unsigned id, const region *parent, tree type,
896 const offset_region *
916 is_a_helper <const offset_region *>::test (const region *reg)
921 template <> struct default_hash_traits<offset_region::key_t>
922 : public member_function_hash_traits<offset_region::key_t>
H A Dregion-model-manager.cc1475 if (const offset_region *parent_offset_reg in get_offset_region()
1485 offset_region::key_t key (parent, type, byte_offset); in get_offset_region()
1486 if (offset_region *reg = m_offset_regions.get (key)) in get_offset_region()
1489 offset_region *offset_reg in get_offset_region()
1490 = new offset_region (alloc_region_id (), parent, type, byte_offset); in get_offset_region()
H A Dregion.cc1378 offset_region::accept (visitor *v) const in accept()
1387 offset_region::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp()
1413 offset_region::get_relative_concrete_offset (bit_offset_t *out) const in get_relative_concrete_offset()
H A Dsm-taint.cc1073 const offset_region *offset_reg in check_region_for_taint()
1074 = (const offset_region *)iter_region; in check_region_for_taint()
H A Danalyzer.h66 class offset_region; variable
H A Dregion-model.h482 consolidation_map<offset_region> m_offset_regions;
H A Dregion-model.cc2443 if (const offset_region *offset_reg = reg->dyn_cast_offset_region ()) in get_store_value()
3555 const offset_region *offset_reg in get_representative_path_var_1()
3556 = as_a <const offset_region *> (reg); in get_representative_path_var_1()
H A DChangeLog2213 (offset_region::get_relative_concrete_offset): Likewise.
2226 (offset_region::get_relative_concrete_offset): Likewise.
3723 When handling offset_region, wrap the MEM_REF's first argument in
4527 (class offset_region): New forward decl.
5671 (class offset_region): New.
5672 (is_a_helper <const offset_region *>::test): New.
5673 (template <> struct default_hash_traits<offset_region::key_t>):