Home
last modified time | relevance | path

Searched refs:m_call_string (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dprogram-point.cc218 m_call_string.print (pp); in print()
243 hstate.merge_hash (m_call_string.hash ()); in hash()
252 gcc_assert (depth <= m_call_string.length ()); in get_function_at_depth()
253 if (depth == m_call_string.length ()) in get_function_at_depth()
256 return m_call_string[depth]->get_caller_function (); in get_function_at_depth()
269 m_call_string.validate (); in validate()
272 if (m_call_string.length () > 0) in validate()
273 gcc_assert (m_call_string[m_call_string.length () - 1]->get_callee_function () in validate()
317 m_call_string.push_call (eg.get_supergraph (), call_sedge); in on_edge()
324 if (m_call_string.calc_recursion_depth () in on_edge()
[all …]
H A Dprogram-point.h193 m_call_string (call_string) in program_point()
205 && m_call_string == other.m_call_string);
211 const call_string &get_call_string () const { return m_call_string; } in get_call_string()
256 return m_call_string.length () + 1; in get_stack_depth()
309 call_string m_call_string; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dprogram-point.cc293 m_call_string.print (pp); in print()
343 point_obj->set ("call_string", m_call_string.to_json ()); in to_json()
356 m_call_string.push_call (callee, caller); in push_to_call_stack()
363 m_call_string.pop (); in pop_from_call_stack()
373 hstate.merge_hash (m_call_string.hash ()); in hash()
382 gcc_assert (depth <= m_call_string.length ()); in get_function_at_depth()
383 if (depth == m_call_string.length ()) in get_function_at_depth()
386 return m_call_string[depth].get_caller_function (); in get_function_at_depth()
399 m_call_string.validate (); in validate()
402 if (m_call_string.length () > 0) in validate()
[all …]
H A Dprogram-point.h177 m_call_string (call_string) in program_point()
190 && m_call_string == other.m_call_string);
200 const call_string &get_call_string () const { return m_call_string; } in get_call_string()
245 return m_call_string.length () + 1; in get_stack_depth()
310 call_string m_call_string; variable