Home | History | Annotate | Download | only in src

Lines Matching full:ts_tmp

980 	type_set_t ts_tmp;
982 type_set_init(&ts_tmp);
983 if (type_set_convert(types, &ts_tmp, mod, state) == -1) {
986 if (type_set_or_eq(dst, &ts_tmp)) {
989 type_set_destroy(&ts_tmp);
994 type_set_destroy(&ts_tmp);