introduce getting_address()
commitabcedb85bcd91eebf11bae5cdaf6d6e0bb5e1767
authorDan Carpenter <error27@gmail.com>
Thu, 7 Jan 2010 19:58:21 +0000 (7 22:58 +0300)
committerDan Carpenter <error27@gmail.com>
Thu, 7 Jan 2010 19:58:21 +0000 (7 22:58 +0300)
treeb07d42a4f6531b166746f1961895be1e52a497af
parent2a0de0bd82f9e1323d730ae67f0f71078c165787
introduce getting_address()

It returns true if the expression we are currently looking at is used to
figure out an address.

I'm not fond of the name, or stuffing more random stuff into smatch_helper.c
but what the heck.

Signed-off-by: Dan Carpenter <error27@gmail.com>
check_deref_check.c
check_overflow.c
smatch.h
smatch_helper.c