ranges: introduce possibly_true/false_range_lists()
commiteb5aefe6f9a11f1b3cea9fc35d5493b28370fb9a
authorDan Carpenter <error27@gmail.com>
Thu, 13 May 2010 08:29:20 +0000 (13 10:29 +0200)
committerDan Carpenter <error27@gmail.com>
Thu, 13 May 2010 08:29:20 +0000 (13 10:29 +0200)
tree70a421561ae5379399ed536d68fe5fe6d98f03af
parentb94b83f784ffc84d8e4905656546b7e7fe13c82f
ranges: introduce possibly_true/false_range_lists()

We used to have possibly_true_range_list() but I renamed that to
possibly_true_range_list_lr().  This is a temporary thing.  I plan to
remove it in later commits.

The new functions are basically the same as the old
possibly_true_range_list() except instead of a dinfo they take a range.
I plan to use them more extensively in later commits.

Signed-off-by: Dan Carpenter <error27@gmail.com>
smatch_extra.h
smatch_implied.c
smatch_ranges.c