Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DOptions.h333 OptionsSetDiff (const OptionSet &set_a, const OptionSet &set_b, OptionSet &diffs);
/external/lldb/source/Interpreter/
DOptions.cpp90 Options::OptionsSetDiff (const OptionSet& set_a, const OptionSet& set_b, OptionSet& diffs) in OptionsSetDiff() function in Options
151 OptionsSetDiff (m_seen_options, GetRequiredOptions()[i], remaining_options); in VerifyOptions()