Searched refs:get_num_frames (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.cc2858 if (stack_region_a->get_num_frames ()
2859 != stack_region_b->get_num_frames ())
2874 for (unsigned i = 0; i < stack_region_a->get_num_frames (); i++)
2893 for (unsigned i = 0; i < stack_region_a->get_num_frames (); i++)
3099 stack->get_num_frames ());
6127 path_var (expr, stack->get_num_frames () - 1)
6129 gcc_assert (stack->get_num_frames () >= 2);
6130 result_dst_rid = get_lvalue (path_var (lhs, stack->get_num_frames () - 2),
6324 return stack->get_num_frames ();
H A Dregion-model.h1478 unsigned get_num_frames () const { return m_frame_rids.length (); } function in class:ana::stack_region

Completed in 106 milliseconds