Lines Matching refs:stree

598 	struct stree *final_states;
890 …nt_struct_members(struct expression *call, struct expression *expr, int param, struct stree *stree, in print_struct_members() argument
921 FOR_EACH_SM(stree, sm) { in print_struct_members()
974 struct stree *stree; in match_call_info() local
983 stree = get_all_states_stree(cb->owner); in match_call_info()
986 print_struct_members(call, arg, i, stree, cb->callback, 0); in match_call_info()
989 free_stree(&stree); in match_call_info()
999 struct stree *stree; in match_call_info_new() local
1008 stree = get_all_states_stree(cb->owner); in match_call_info_new()
1011 print_struct_members(call, arg, i, stree, cb->callback, 1); in match_call_info_new()
1014 free_stree(&stree); in match_call_info_new()
1071 struct stree *stree; in caller_info_callback() local
1095 stree = __pop_fake_cur_stree(); in caller_info_callback()
1097 merge_stree(&data->final_states, stree); in caller_info_callback()
1098 free_stree(&stree); in caller_info_callback()
1175 struct stree *stree; in match_data_from_db() local
1207 stree = __pop_fake_cur_stree(); in match_data_from_db()
1209 merge_stree(&data.final_states, stree); in match_data_from_db()
1210 free_stree(&stree); in match_data_from_db()
1248 stree = __pop_fake_cur_stree(); in match_data_from_db()
1250 merge_stree(&data.final_states, stree); in match_data_from_db()
1251 free_stree(&stree); in match_data_from_db()
1948 struct stree *start_states; in find_bool_param()
2177 struct stree *stree; in print_returned_struct_members() local
2196 stree = __get_cur_stree(); in print_returned_struct_members()
2197 FOR_EACH_MY_SM(cb->owner, stree, sm) { in print_returned_struct_members()