Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptions.h338 OptionsSetDiff (const OptionSet &set_a, const OptionSet &set_b, OptionSet &diffs);
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptions.cpp88 Options::OptionsSetDiff (const OptionSet& set_a, const OptionSet& set_b, OptionSet& diffs) in OptionsSetDiff() function in Options
149 OptionsSetDiff (m_seen_options, GetRequiredOptions()[i], remaining_options); in VerifyOptions()