Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion.h130 virtual const string_region *
1127 class string_region : public region
1130 string_region (unsigned id, const region *parent, tree string_cst)
1135 const string_region *
1153 is_a_helper <const string_region *>::test (const region *reg)
H A Dregion-model-impl-calls.cc162 if (const string_region *string_reg = pointee->dyn_cast_string_region ()) in get_arg_string_literal()
883 if (const string_region *str_reg in impl_call_strlen()
H A Dregion-model-manager.cc1593 const string_region *
1598 string_region **slot = m_string_map.get (string_cst); in get_region_for_string()
1601 string_region *reg in get_region_for_string()
1602 = new string_region (alloc_region_id (), &m_root_region, string_cst); in get_region_for_string()
H A Danalyzer.h70 class string_region; variable
H A Dregion-model.h327 const string_region *get_region_for_string (tree string_cst);
488 typedef hash_map<tree, string_region *> string_map_t;
H A Dregion.cc1554 string_region::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp()
H A Dregion-model.cc2446 if (const string_region *str_reg in get_store_value()
2458 if (const string_region *str_reg in get_store_value()
3597 const string_region *string_reg = as_a <const string_region *> (reg); in get_representative_path_var_1()
H A DChangeLog3484 * region.cc (string_region::dump_to_pp): Likewise for
4530 (class string_region): New forward decl.
5680 (class string_region): New.
5681 (is_a_helper <const string_region *>::test): New.