Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp48 bool Options::IsASubset(const OptionSet &set_a, const OptionSet &set_b) { in IsASubset() function in Options
121 if (IsASubset(GetRequiredOptions()[i], m_seen_options)) { in VerifyOptions()
129 if (IsASubset(remaining_options, GetOptionalOptions()[i])) in VerifyOptions()
579 if (IsASubset(m_seen_options, union_set)) in VerifyPartialOptions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h213 bool IsASubset(const OptionSet &set_a, const OptionSet &set_b);