Searched refs:get_arg_for_parm (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsupergraph.cc955 callgraph_superedge::get_arg_for_parm (tree parm_to_find, function in class:ana::callgraph_superedge
1047 return get_arg_for_parm (callee_expr, out);
1053 return get_arg_for_parm (SSA_NAME_VAR (callee_expr), out);
H A Dsupergraph.h373 tree get_arg_for_parm (tree parm, callsite_expr *out) const;
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsupergraph.cc1238 callgraph_superedge::get_arg_for_parm (tree parm_to_find, function in class:ana::callgraph_superedge
1330 return get_arg_for_parm (callee_expr, out);
1336 return get_arg_for_parm (SSA_NAME_VAR (callee_expr), out);
H A Dsupergraph.h409 tree get_arg_for_parm (tree parm, callsite_expr *out) const;

Completed in 204 milliseconds