Home
last modified time | relevance | path

Searched refs:get_svalue_for_constructor (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion.cc1105 return get_svalue_for_constructor (DECL_INITIAL (m_decl), mgr); in maybe_get_constant_value()
1112 decl_region::get_svalue_for_constructor (tree ctor, in get_svalue_for_constructor() function in ana::decl_region
1168 return get_svalue_for_constructor (init, mgr); in get_svalue_for_initializer()
H A Dregion.h659 const svalue *get_svalue_for_constructor (tree ctor,
H A DChangeLog4273 * region.cc (decl_region::get_svalue_for_constructor): Support
4410 * region-model.h (decl_region::get_svalue_for_constructor): New
4417 (decl_region::get_svalue_for_constructor): ...this new function.