27 const std::string &callercallee,
28 std::vector<std::string> &result)
31 return result.size() != 2;
36 const std::string &callercallee,
42 std::vector<std::string> caller_callee;
45 message.
error() <<
"Expecting two function names separated by a comma"
49 goto_functionst::function_mapt::iterator caller_fun=
51 goto_functionst::function_mapt::const_iterator callee_fun=
58 if(!caller_fun->second.body_available())
69 caller_fun->second.body.instructions.begin();
71 ns.
lookup(callee_fun->first).symbol_expr());
72 caller_fun->second.body.insert_before(