HomeSort by: relevance | last modified time | path
    Searched defs:get_call_stmt (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
call-info.h 37 const gcall *get_call_stmt () const { return m_call_stmt; } function in class:ana::call_info
call-info.h 37 const gcall *get_call_stmt () const { return m_call_stmt; } function in class:ana::call_info
supergraph.cc 1217 callgraph_superedge::get_call_stmt () const function in class:ana::callgraph_superedge
1244 const gcall *call_stmt = get_call_stmt ();
1274 const gcall *call_stmt = get_call_stmt ();
1308 if (caller_expr == gimple_call_lhs (get_call_stmt ()))
1343 return gimple_call_lhs (get_call_stmt ());
supergraph.cc 1217 callgraph_superedge::get_call_stmt () const function in class:ana::callgraph_superedge
1244 const gcall *call_stmt = get_call_stmt ();
1274 const gcall *call_stmt = get_call_stmt ();
1308 if (caller_expr == gimple_call_lhs (get_call_stmt ()))
1343 return gimple_call_lhs (get_call_stmt ());
region-model.h 524 const gcall *get_call_stmt () const { return m_call; } function in class:ana::call_details
region-model.h 524 const gcall *get_call_stmt () const { return m_call; } function in class:ana::call_details
  /src/external/gpl3/gcc/dist/gcc/analyzer/
call-info.h 37 const gcall *get_call_stmt () const { return m_call_stmt; } function in class:ana::call_info
call-info.h 37 const gcall *get_call_stmt () const { return m_call_stmt; } function in class:ana::call_info
call-details.h 58 const gcall *get_call_stmt () const { return m_call; } function in class:ana::call_details
104 : m_call (cd.get_call_stmt ()),
call-summary.h 76 const gcall *get_call_stmt () const { return m_cd.get_call_stmt (); } function in class:ana::call_summary_replay
call-details.h 58 const gcall *get_call_stmt () const { return m_call; } function in class:ana::call_details
104 : m_call (cd.get_call_stmt ()),
call-summary.h 76 const gcall *get_call_stmt () const { return m_cd.get_call_stmt (); } function in class:ana::call_summary_replay
supergraph.cc 1271 callgraph_superedge::get_call_stmt () const function in class:ana::callgraph_superedge
1298 const gcall *call_stmt = get_call_stmt ();
1328 const gcall *call_stmt = get_call_stmt ();
1362 if (caller_expr == gimple_call_lhs (get_call_stmt ()))
1397 return gimple_call_lhs (get_call_stmt ());
supergraph.cc 1271 callgraph_superedge::get_call_stmt () const function in class:ana::callgraph_superedge
1298 const gcall *call_stmt = get_call_stmt ();
1328 const gcall *call_stmt = get_call_stmt ();
1362 if (caller_expr == gimple_call_lhs (get_call_stmt ()))
1397 return gimple_call_lhs (get_call_stmt ());

Completed in 37 milliseconds