flow: fix some ordering bugs in handling DEREFs and PREOPs
commit11dc729473a1023d1befc644f526ab2607d3506e
authorDan Carpenter <dan.carpenter@linaro.org>
Thu, 1 Feb 2024 12:45:18 +0000 (1 15:45 +0300)
committerDan Carpenter <dan.carpenter@linaro.org>
Thu, 1 Feb 2024 12:45:18 +0000 (1 15:45 +0300)
treec5ce08909b5212a23c814e57ebffcacc10fb8932
parent42b70ba2a48661e59c24bb2fc4ac481827312aeb
flow: fix some ordering bugs in handling DEREFs and PREOPs

I added some debugging for when Smatch looks up the return value for an
inline function before parsing the function.  Then I changed the ordering
to not do that.

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