flow: fix certain inline functions
commit2b71f7b66bc80163bfc470d3027364a1ec6f8ba6
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 14 Jul 2020 14:45:47 +0000 (14 17:45 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 14 Jul 2020 14:45:47 +0000 (14 17:45 +0300)
treedc502ed8032df6846de0e6cc527d4e65ae14b997
parent70fb692c376787197d40b3a9e83b01ee184f23a7
flow: fix certain inline functions

The problem was if there is a function declaration which follows the
function definition then the definition isn't found.  The fix for this
was to merge the latest Sparse upstreama and use the ->definition pointer.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_flow.c