db: don't use function pointers for caller info on inline functions
commit9fad4fcc04ca83d0136d7d148041d46066cb4709
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 21 Feb 2013 12:37:32 +0000 (21 15:37 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 21 Feb 2013 12:37:32 +0000 (21 15:37 +0300)
treea1c8bfda137e6728d7349972d5f3a8effaa89448
parent1131da98250e61b1301bae430fa378847eb1ce56
db: don't use function pointers for caller info on inline functions

We never process function pointers inline.

The situation here is that we could combine additional less precise
information when we try to find how a function is called.  When we're
handling it inline we only want to consider the one caller.

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