function_hooks: mark params untracked if there is not data in the DB
commitb10c7d42c9901af4985d32f1efc327d19a65f1ac
authorDan Carpenter <dan.carpenter@linaro.org>
Tue, 27 Jun 2023 09:20:33 +0000 (27 12:20 +0300)
committerDan Carpenter <dan.carpenter@linaro.org>
Tue, 27 Jun 2023 09:20:33 +0000 (27 12:20 +0300)
treec57dc255f18ccabe8c89b4ca0cf97dce018b05a2
parent67349743be66af6fb2b24ef32861ca999130fbde
function_hooks: mark params untracked if there is not data in the DB

If every return is CULLed then even if there are return states that doesn't
matter.  The parameters are untracked.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
smatch_function_hooks.c