type: introduce is_pointer() function
commit99a5c66cac3902626035d4ab7f402ae65abaacaf
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 23 Apr 2012 11:54:29 +0000 (23 14:54 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 23 Apr 2012 11:54:29 +0000 (23 14:54 +0300)
tree34958b3708066763dcf18921a1d278dccb2fa1b7
parent538c3a884cd63fd434e270eefa1e8ce8c7d57a8d
type: introduce is_pointer() function

You give it and an expression and it returns true if the expression is a
pointer.

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