| 985 | } |
| 986 | |
| 987 | void (*functionPointerReturnValue_c())() |
| 988 | { |
| 989 | return (void (*)()) actualCall->returnFunctionPointerValue(); |
| 990 | } |
| 991 | |
| 992 | void (*returnFunctionPointerValueOrDefault_c(void (*defaultValue)()))() |
| 993 | { |
nothing calls this directly
no outgoing calls
no test coverage detected