| 139 | } |
| 140 | |
| 141 | void |
| 142 | ExpressionFuncall::get_called_funcs(std::vector<const FunctionInvocationUser*>& funcs) const |
| 143 | { |
| 144 | invoke.get_called_funcs(funcs); |
| 145 | } |
| 146 | |
| 147 | unsigned int |
| 148 | ExpressionFuncall::get_complexity(void) const |
nothing calls this directly
no outgoing calls
no test coverage detected