sval: change type_min/max() => sval_type_min/max()
commit9f422e2de2fb25581fa8491a6f9e2887be4f388c
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 29 Oct 2012 13:27:12 +0000 (29 16:27 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 29 Oct 2012 13:27:12 +0000 (29 16:27 +0300)
tree8666c1abc6848bf661f1a731da9ee04872ef02de
parent8655637a5f6040d38807ac64cbd0d68a3941b791
sval: change type_min/max() => sval_type_min/max()

Replace calls to type_max() with calls to sval_tpye_max() which returns
an sval_t.  This is useful because ULLONG_MAX doesn't fit into a long long.

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