Searched refs:function_region (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model-reachability.cc279 auto_vec<const function_region *> escaped_fn_regs
289 if (const function_region *fn_reg = base_reg->dyn_cast_function_region ())
297 const function_region *fn_reg;
H A Dregion.h80 function_region (RK_FUNCTION)
114 virtual const function_region *
416 class function_region : public region class in namespace:ana
419 function_region (unsigned id, const code_region *parent, tree fndecl) function in class:ana::function_region
429 const function_region *
443 is_a_helper <const function_region *>::test (const region *reg)
456 label_region (unsigned id, const function_region *parent, tree label)
H A Danalyzer.h61 class function_region;
H A Dregion-model-manager.cc1347 const function_region *
1352 function_region **slot = m_fndecls_map.get (fndecl);
1355 function_region *reg
1356 = new function_region (alloc_region_id (), &m_code_region, fndecl);
1375 const function_region *func_reg = get_region_for_fndecl (fndecl);
1789 log_uniq_map (logger, show_objs, "function_region", m_fndecls_map);
H A Dregion-model.h309 const function_region *get_region_for_fndecl (tree fndecl);
467 typedef hash_map<tree, function_region *> fndecls_map_t;
H A Dregion.cc928 /* class function_region : public region. */
930 /* Implementation of region::dump_to_pp vfunc for function_region. */
933 function_region::dump_to_pp (pretty_printer *pp, bool simple) const
941 pp_string (pp, "function_region(");
H A Dregion-model.cc2729 const function_region *func_reg = as_a <const function_region *> (base_reg);
3489 const function_region *function_reg
3490 = as_a <const function_region *> (reg);
4243 if (const function_region *fn_reg = reg->dyn_cast_function_region ())
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.h832 function_region (RK_FUNCTION)
1296 class function_region : public map_region class in namespace:ana
1299 function_region (region_id parent_rid, tree type) function in class:ana::function_region
1304 function_region (const function_region &other) function in class:ana::function_region
1320 bool compare_fields (const function_region &other) const;
1328 is_a_helper <function_region *>::test (region *reg)
H A Dregion-model.cc966 const function_region &this_sub
967 = (const function_region &)*this;
968 const function_region &other_sub
969 = (const function_region &)other;
2632 /* class function_region : public map_region. */
2634 /* Compare the fields of this function_region with OTHER, returning true
2639 function_region::compare_fields (const function_region &other) const
2644 /* Implementation of region::clone vfunc for function_region. */
2647 function_region
[all...]

Completed in 281 milliseconds