HomeSort by: relevance | last modified time | path
    Searched refs:get_stack_depth (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic-path.h 80 virtual int get_stack_depth () const = 0;
111 int get_stack_depth () const FINAL OVERRIDE { return m_depth; }
tree-diagnostic-path.cc 90 if (e1.get_stack_depth () != e2.get_stack_depth ())
123 m_stack_depth (initial_event.get_stack_depth ()),
515 new json::integer_number (event.get_stack_depth ()));
  /src/external/gpl3/gcc/dist/gcc/analyzer/
infinite-recursion.cc 107 const int frames_consumed = (m_new_entry_enode->get_stack_depth ()
108 - m_prev_entry_enode->get_stack_depth ());
196 m_new_entry_enode->get_stack_depth ()),
462 const int old_stack_depth = prev_entry_enode->get_stack_depth ();
463 if (enclosing_frame->get_stack_depth () < old_stack_depth)
468 const int new_stack_depth = new_entry_enode->get_stack_depth ();
469 if (enclosing_frame->get_stack_depth () < new_stack_depth)
call-info.cc 116 const int stack_depth = src_point.get_stack_depth ();
pending-diagnostic.cc 237 const int src_stack_depth = src_point.get_stack_depth ();
280 enode->get_stack_depth ()),
infinite-loop.cc 226 enode->get_stack_depth ()),
252 const int src_stack_depth = src_point.get_stack_depth ();
253 const int dst_stack_depth = dst_point.get_stack_depth ();
diagnostic-manager.cc 1708 const int src_stack_depth = src_point.get_stack_depth ();
1780 const int src_stack_depth = src_point.get_stack_depth ();
1812 const int src_stack_depth = src_point.get_stack_depth ();
1977 int stack_depth = m_point->get_stack_depth ();
2003 int stack_depth = m_point->get_stack_depth ();
2103 const int src_stack_depth = src_point.get_stack_depth ();
2106 const int dst_stack_depth = dst_point.get_stack_depth ();
2403 const int src_stack_depth = src_point.get_stack_depth ();
2404 const int dst_stack_depth = dst_point.get_stack_depth ();
3095 old_start_ev->get_stack_depth ()),
    [all...]
program-point.h 244 int get_stack_depth () const function in class:ana::program_point
varargs.cc 676 if (model->get_stack_depth () > 1)
805 const int src_stack_depth = src_point.get_stack_depth ();
1042 if (frame_reg->get_stack_depth () > 1)
1082 gcc_assert (frame_reg->get_stack_depth () == 1);
region.cc 1338 pp_printf (pp, "frame: %qs@%i", function_name (&m_fun), get_stack_depth ());
1341 function_name (&m_fun), m_index, get_stack_depth ());
1594 decl_region::get_stack_depth () const function in class:ana::decl_region
1600 return frame_reg->get_stack_depth ();
engine.cc 1065 gcc_assert (m_point.get_stack_depth ()
1066 == m_state.m_region_model->get_stack_depth ());
1851 const int src_stack_depth = src_point.get_stack_depth ();
1934 gcc_assert (longjmp_point.get_stack_depth ()
1935 >= setjmp_point.get_stack_depth ());
1946 setjmp_point.get_stack_depth (), ctxt);
2018 if (get_point ().get_stack_depth () > 1)
2022 gcc_assert (get_point ().get_stack_depth () == 1);
2102 const int src_stack_depth = src_point.get_stack_depth ();
2105 const int dest_stack_depth = dest_point.get_stack_depth ();
    [all...]
checker-event.h 107 int get_stack_depth () const final override { return m_effective_depth; }
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
call-info.cc 111 const int stack_depth = src_point.get_stack_depth ();
diagnostic-manager.cc 1501 const int src_stack_depth = src_point.get_stack_depth ();
1531 const int src_stack_depth = src_point.get_stack_depth ();
1691 int stack_depth = m_point->get_stack_depth ();
1713 int stack_depth = m_point->get_stack_depth ();
1792 const int src_stack_depth = src_point.get_stack_depth ();
1795 const int dst_stack_depth = dst_point.get_stack_depth ();
2089 const int src_stack_depth = src_point.get_stack_depth ();
2090 const int dst_stack_depth = dst_point.get_stack_depth ();
2697 old_start_ev->get_stack_depth (),
2703 old_end_ev->get_stack_depth ());
    [all...]
program-point.h 241 int get_stack_depth () const function in class:ana::program_point
region.cc 839 pp_printf (pp, "frame: %qs@%i", function_name (m_fun), get_stack_depth ());
842 function_name (m_fun), m_index, get_stack_depth ());
1084 decl_region::get_stack_depth () const function in class:ana::decl_region
1090 return frame_reg->get_stack_depth ();
engine.cc 956 gcc_assert (m_point.get_stack_depth ()
957 == m_state.m_region_model->get_stack_depth ());
1587 const int src_stack_depth = src_point.get_stack_depth ();
1667 gcc_assert (longjmp_point.get_stack_depth ()
1668 >= setjmp_point.get_stack_depth ());
1679 setjmp_point.get_stack_depth (), ctxt);
1750 if (get_point ().get_stack_depth () > 1)
1754 gcc_assert (get_point ().get_stack_depth () == 1);
1834 const int src_stack_depth = src_point.get_stack_depth ();
1837 const int dest_stack_depth = dest_point.get_stack_depth ();
    [all...]
checker-path.cc 123 get_stack_depth (),
1049 enode->get_stack_depth (),
checker-path.h 96 int get_stack_depth () const FINAL OVERRIDE { return m_depth; }
  /src/external/gpl3/gcc/dist/gcc/
diagnostic-path.h 151 virtual int get_stack_depth () const = 0;
216 int get_stack_depth () const final override { return m_depth; }
tree-diagnostic-path.cc 93 if (e1.get_stack_depth () != e2.get_stack_depth ())
171 m_stack_depth (initial_event.get_stack_depth ()),
311 pts.update_depth_limits (event.get_stack_depth ());
619 int stack_depth = event.get_stack_depth ();
683 event_obj->set_integer ("depth", event.get_stack_depth ());
  /src/external/gpl3/binutils/dist/gprofng/src/
Settings.h 278 get_stack_depth () function in class:Settings
DbeView.h 388 get_stack_depth () function in class:DbeView
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Settings.h 278 get_stack_depth () function in class:Settings
DbeView.h 388 get_stack_depth () function in class:DbeView

Completed in 55 milliseconds

1 2