Searched refs:union_set (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptions.cpp112 Options::OptionsSetUnion (const OptionSet &set_a, const OptionSet &set_b, OptionSet &union_set) argument
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; local
728 OptionsSetUnion (GetRequiredOptions()[i], GetOptionalOptions()[i], union_set);
729 if (IsASubset (m_seen_options, union_set))
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptions.h335 OptionsSetUnion (const OptionSet &set_a, const OptionSet &set_b, OptionSet &union_set);
/freebsd-10.1-release/contrib/libgnuregex/
H A Dregexec.c3072 re_node_set union_set;
3073 re_node_set_init_empty (&union_set);
3094 re_node_set_empty (&union_set);
3097 err = re_node_set_merge (&union_set, &dest_state->nodes);
3100 re_node_set_free (&union_set);
3104 result = re_node_set_insert (&union_set, next_node);
3107 re_node_set_free (&union_set);
3111 &union_set);
3115 re_node_set_free (&union_set);
3127 re_node_set_free (&union_set);
3068 re_node_set union_set; local
3286 re_node_set union_set; local
[all...]

Completed in 301 milliseconds