Home
last modified time | relevance | path

Searched refs:get_function_at_depth (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dprogram-point.h221 function *get_function_at_depth (unsigned depth) const;
H A Dprogram-point.cc250 program_point::get_function_at_depth (unsigned depth) const in get_function_at_depth() function in ana::program_point
H A Dengine.cc735 gcc_assert (m_point.get_function_at_depth (depth) in validate()
736 == m_state.m_region_model->get_function_at_depth (depth)); in validate()
H A Dregion-model.h1752 function *get_function_at_depth (unsigned depth) const;
H A Dregion-model.cc6332 region_model::get_function_at_depth (unsigned depth) const in get_function_at_depth() function in ana::region_model
8431 ASSERT_EQ (model0.get_function_at_depth (0), in test_state_merging()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dprogram-point.h210 function *get_function_at_depth (unsigned depth) const;
H A Dprogram-point.cc380 program_point::get_function_at_depth (unsigned depth) const in get_function_at_depth() function in ana::program_point
H A Dengine.cc965 gcc_assert (m_point.get_function_at_depth (index) in validate()
H A DChangeLog1721 * program-point.cc (program_point::get_function_at_depth): Refactor to
5286 (region_model::get_function_at_depth): Delete.
5719 (region_model::function *get_function_at_depth): Delete.