Searched refs:TypeJoin (Results 1 – 3 of 3) sorted by relevance
46 TypePtr TypeJoin(const TypePtr &type1, const TypePtr &type2) { in TypeJoin() function188 TypePtr TypeJoin(const TypePtrList &args_type_list) { in TypeJoin() function195 type_tmp = abstract::TypeJoin(type_tmp, args_type_list[i]); in TypeJoin()215 return TypeJoin(args_type_list); in CheckTypeList()
34 TypePtr TypeJoin(const TypePtr &type1, const TypePtr &type2);
178 TypePtr res_type = TypeJoin(type_self, type_other); in Join()