Searched refs:OptionSet (Results 1 - 6 of 6) sorted by relevance

/external/lldb/include/lldb/Interpreter/
H A DOptions.h308 typedef std::set<int> OptionSet; typedef in class:lldb_private::Options
309 typedef std::vector<OptionSet> OptionSetVector;
313 OptionSet m_seen_options;
330 IsASubset (const OptionSet& set_a, const OptionSet& set_b);
333 OptionsSetDiff (const OptionSet &set_a, const OptionSet &set_b, OptionSet &diffs);
336 OptionsSetUnion (const OptionSet &set_a, const OptionSet
[all...]
/external/lldb/tools/driver/
H A DDriver.h120 typedef std::set<char> OptionSet; typedef in class:Driver::OptionData
121 OptionSet m_seen_options;
H A DDriver.cpp312 Driver::OptionData::OptionSet options_seen;
313 Driver::OptionData::OptionSet::iterator pos;
/external/lldb/source/Interpreter/
H A DOptions.cpp69 Options::IsASubset (const OptionSet& set_a, const OptionSet& set_b)
72 OptionSet::const_iterator pos_a;
73 OptionSet::const_iterator pos_b;
90 Options::OptionsSetDiff (const OptionSet& set_a, const OptionSet& set_b, OptionSet& diffs)
93 OptionSet::const_iterator pos_a;
94 OptionSet::const_iterator pos_b;
112 Options::OptionsSetUnion (const OptionSet
[all...]
/external/llvm/lib/Support/
H A DCommandLine.cpp1412 SmallPtrSet<Option*, 128> OptionSet; // Duplicate option detection. local
1425 if (!OptionSet.insert(I->second))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 152 milliseconds