Home
last modified time | relevance | path

Searched refs:union_set (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp89 OptionSet &union_set) { in OptionsSetUnion() argument
96 union_set.insert(*pos); in OptionsSetUnion()
100 pos_union = union_set.find(*pos); in OptionsSetUnion()
101 if (pos_union == union_set.end()) in OptionsSetUnion()
102 union_set.insert(*pos); in OptionsSetUnion()
576 OptionSet union_set; in VerifyPartialOptions() local
578 union_set); in VerifyPartialOptions()
579 if (IsASubset(m_seen_options, union_set)) in VerifyPartialOptions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h219 OptionSet &union_set);