Searched defs:OptionSet (Results 1 - 4 of 4) 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;
/external/llvm/lib/Support/
H A DCommandLine.cpp1455 SmallPtrSet<Option *, 128> OptionSet; // Duplicate option detection. local
1468 if (!OptionSet.insert(I->second).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 121 milliseconds