| 196 | } |
| 197 | |
| 198 | bool |
| 199 | ExpressionFuncall::has_uncertain_call_recursive(void) const |
| 200 | { |
| 201 | return invoke.has_uncertain_call_recursive(); |
| 202 | } |
| 203 | |
| 204 | /* |
| 205 | * return the const/volatile qualifiers for function calls |
nothing calls this directly
no outgoing calls
no test coverage detected