* */
| 349 | * |
| 350 | */ |
| 351 | void |
| 352 | FunctionInvocation::add_operand(const Expression* e) |
| 353 | { |
| 354 | param_value.push_back(e); |
| 355 | } |
| 356 | |
| 357 | void |
| 358 | FunctionInvocation::get_called_funcs(std::vector<const FunctionInvocationUser*>& funcs) const |
no outgoing calls
no test coverage detected