Home
last modified time | relevance | path

Searched refs:m_returning_call (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsupergraph.cc478 if (m_returning_call) in dump_dot()
486 pp_gimple_stmt_1 (pp, m_returning_call, 0, (dump_flags_t)0); in dump_dot()
492 args.m_node_annotator->add_stmt_annotations (gv, m_returning_call, in dump_dot()
498 args.m_node_annotator->add_stmt_annotations (gv, m_returning_call, in dump_dot()
602 if (m_returning_call in get_start_location()
603 && get_pure_location (m_returning_call->location) != UNKNOWN_LOCATION) in get_start_location()
604 return m_returning_call->location; in get_start_location()
636 if (m_returning_call in get_end_location()
637 && get_pure_location (m_returning_call->location) != UNKNOWN_LOCATION) in get_end_location()
638 return m_returning_call->location; in get_end_location()
H A Dstate-purge.cc339 if (snode->m_returning_call) in process_point()
343 snode->m_returning_call); in process_point()
H A Dsupergraph.h215 : m_fun (fun), m_bb (bb), m_returning_call (returning_call), in supernode()
271 gcall * const m_returning_call; // for handling the result of a returned call variable
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsupergraph.cc588 if (m_returning_call) in dump_dot()
596 pp_gimple_stmt_1 (pp, m_returning_call, 0, (dump_flags_t)0); in dump_dot()
602 args.m_node_annotator->add_stmt_annotations (gv, m_returning_call, in dump_dot()
608 args.m_node_annotator->add_stmt_annotations (gv, m_returning_call, in dump_dot()
725 if (m_returning_call) in to_json()
729 pp_gimple_stmt_1 (&pp, m_returning_call, 0, (dump_flags_t)0); in to_json()
772 if (m_returning_call in get_start_location()
773 && get_pure_location (m_returning_call->location) != UNKNOWN_LOCATION) in get_start_location()
774 return m_returning_call->location; in get_start_location()
806 if (m_returning_call in get_end_location()
[all …]
H A Dsupergraph.h232 : m_fun (fun), m_bb (bb), m_returning_call (returning_call), in supernode()
273 return m_returning_call; in get_returning_call()
295 gcall * const m_returning_call; // for handling the result of a returned call variable
H A Dstate-purge.cc585 if (snode->m_returning_call) in process_point()
587 gcall *returning_call = snode->m_returning_call; in process_point()
896 if (snode->m_returning_call) in process_point_backwards()
898 gcall *returning_call = snode->m_returning_call; in process_point_backwards()
1091 if (n.entry_p () || n.m_returning_call) in add_node_annotations()