Searched refs:func_reg (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model-manager.cc1375 const function_region *func_reg = get_region_for_fndecl (fndecl); local
1377 = new label_region (alloc_region_id (), func_reg, label);
H A Dregion-model.cc2729 const function_region *func_reg = as_a <const function_region *> (base_reg); local
2730 tree fndecl = func_reg->get_fndecl ();
2731 ctxt->warn (new write_to_const_diagnostic (func_reg, fndecl));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.cc5222 function_region *func_reg = get_region <function_region> (func_rid); local
5223 return func_reg->get_or_create (this, func_rid, label, TREE_TYPE (label),

Completed in 216 milliseconds