Searched defs:default_to_union (Results 1 – 2 of 2) sorted by relevance
367 …nal<TypePtr> unifyTypesImpl(const TypePtr& t1, const TypePtr& t2, bool default_to_union=false, con… in unifyTypesImpl()449 std::optional<TypePtr> unifyTypes(const TypePtr& t1, const TypePtr& t2, bool default_to_union, cons… in unifyTypes()462 bool default_to_union, in unifyTypeList()
2127 bool default_to_union = full_type && in emitIfElseBlocks() local