db: rename add_returned_state_callback() => add_split_return_callback()
commitb6757e13764cf5518fb6b5f18db5777715b8cc6e
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 18 Jul 2013 11:51:59 +0000 (18 14:51 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 18 Jul 2013 11:51:59 +0000 (18 14:51 +0300)
treeeb2067913a6b75611ac93140de46456b85363ede
parente08ce5a563e9be2dacc3b5fe707798e7b1108502
db: rename add_returned_state_callback() => add_split_return_callback()

I could never remember the original name and I could never remember what
it did when I saw it in the code.  I guess the reason why it was called
"returned_state" callback is because it is often used to fill the
returned_state table in the database.  But that's not the only use for it.

Really it's like the RETURN_HOOK except that it's split apart and called
multiple times for the same return statement.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_locking.c
check_user_data.c
smatch.h
smatch_db.c
smatch_param_cleared.c
smatch_param_filter.c
smatch_param_limit.c
smatch_param_set.c
smatch_parse_call_math.c