Home | History | Annotate | Download | only in Interpreter

Lines Matching defs:union_set

112 Options::OptionsSetUnion (const OptionSet &set_a, const OptionSet &set_b, OptionSet &union_set)
120 union_set.insert(*pos);
125 pos_union = union_set.find(*pos);
126 if (pos_union == union_set.end())
127 union_set.insert(*pos);
727 OptionSet union_set;
728 OptionsSetUnion (GetRequiredOptions()[i], GetOptionalOptions()[i], union_set);
729 if (IsASubset (m_seen_options, union_set))