Home
last modified time | relevance | path

Searched defs:get_call_stmt (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dcall-info.h37 const gcall *get_call_stmt () const { return m_call_stmt; } in get_call_stmt() function
H A Dsupergraph.cc1217 callgraph_superedge::get_call_stmt () const in get_call_stmt() function in ana::callgraph_superedge
H A Dregion-model.h524 const gcall *get_call_stmt () const { return m_call; } in get_call_stmt() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsupergraph.h372 gcall *get_call_stmt () const { return m_cedge->call_stmt; } in get_call_stmt() function