Searched defs:remaining_options (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Interpreter/
H A DOptions.cpp149 // Construct the set difference: remaining_options = {m_seen_options} - {m_required_options[i]}
150 OptionSet remaining_options; local
151 OptionsSetDiff (m_seen_options, GetRequiredOptions()[i], remaining_options);
152 // Check to see if remaining_options is a subset of m_optional_options[i]
153 if (IsASubset (remaining_options, GetOptionalOptions()[i]))

Completed in 71 milliseconds