Home
last modified time | relevance | path

Searched refs:get_call_string (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dprogram-point.cc687 return before_stmt (get_supernode (), 0, get_call_string ()); in get_next()
689 return after_supernode (get_supernode (), get_call_string ()); in get_next()
694 return before_stmt (get_supernode (), next_idx, get_call_string ()); in get_next()
696 return after_supernode (get_supernode (), get_call_string ()); in get_next()
H A Dengine.cc1519 const call_string &cs_at_longjmp = longjmp_point.get_call_string (); in valid_longjmp_stack_p()
1520 const call_string &cs_at_setjmp = setjmp_point.get_call_string (); in valid_longjmp_stack_p()
1687 setjmp_point.get_call_string ()); in on_longjmp()
2231 const call_string &call_string_a = point_a.get_call_string (); in cmp()
2232 const call_string &call_string_b = point_b.get_call_string (); in cmp()
2608 = &get_or_create_per_call_string_data (point.get_call_string ())->m_stats; in get_or_create_node()
3327 && point_2.get_call_string () == point.get_call_string ()) in maybe_process_run_of_before_supernode_enodes()
3555 this_point->get_call_string ()); in maybe_create_dynamic_call()
3565 if (new_point.get_call_string ().calc_recursion_depth () in maybe_create_dynamic_call()
3803 point.get_call_string ()) in process_node()
[all …]
H A Dprogram-point.h200 const call_string &get_call_string () const { return m_call_string; } in get_call_string() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dengine.cc1170 const call_string &cs_at_longjmp = longjmp_point.get_call_string (); in valid_longjmp_stack_p()
1171 const call_string &cs_at_setjmp = setjmp_point.get_call_string (); in valid_longjmp_stack_p()
1282 setjmp_point.get_call_string ()); in on_longjmp()
1720 const call_string &call_string_a = point_a.get_call_string (); in cmp()
1721 const call_string &call_string_b = point_b.get_call_string (); in cmp()
1936 = &get_or_create_per_call_string_data (point.get_call_string ())->m_stats; in get_or_create_node()
2474 point.get_call_string ()); in process_node()
2484 point.get_call_string ()); in process_node()
2544 point.get_call_string ()) in process_node()
2546 point.get_call_string ())); in process_node()
[all …]
H A Dprogram-point.h211 const call_string &get_call_string () const { return m_call_string; } in get_call_string() function