Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptions.h212 bool IsASubset(const OptionSet &set_a, const OptionSet &set_b);
/openbsd-src/gnu/llvm/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()