Home
last modified time | relevance | path

Searched refs:OptionSet (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptions.h194 typedef std::set<int> OptionSet; typedef
195 typedef std::vector<OptionSet> OptionSetVector;
198 OptionSet m_seen_options;
212 bool IsASubset(const OptionSet &set_a, const OptionSet &set_b);
214 size_t OptionsSetDiff(const OptionSet &set_a, const OptionSet &set_b,
215 OptionSet &diffs);
217 void OptionsSetUnion(const OptionSet &set_a, const OptionSet &set_b,
218 OptionSet &union_set);
/external/libkmsxx/kms++util/inc/kms++util/
Dopts.h9 friend class OptionSet; variable
25 class OptionSet
28 OptionSet(std::initializer_list<Option> il);
/external/libkmsxx/kms++util/src/
Dopts.cpp47 OptionSet::OptionSet(initializer_list<Option> il) in OptionSet() function in OptionSet
52 void OptionSet::parse(int argc, char** argv) in parse()
112 const Option& OptionSet::find_opt(int c) in find_opt()
/external/llvm-project/lldb/source/Interpreter/
DOptions.cpp47 bool Options::IsASubset(const OptionSet &set_a, const OptionSet &set_b) { in IsASubset()
49 OptionSet::const_iterator pos_a; in IsASubset()
50 OptionSet::const_iterator pos_b; in IsASubset()
67 size_t Options::OptionsSetDiff(const OptionSet &set_a, const OptionSet &set_b, in OptionsSetDiff()
68 OptionSet &diffs) { in OptionsSetDiff()
70 OptionSet::const_iterator pos_a; in OptionsSetDiff()
71 OptionSet::const_iterator pos_b; in OptionsSetDiff()
87 void Options::OptionsSetUnion(const OptionSet &set_a, const OptionSet &set_b, in OptionsSetUnion()
88 OptionSet &union_set) { in OptionsSetUnion()
89 OptionSet::const_iterator pos; in OptionsSetUnion()
[all …]
/external/llvm-project/lldb/tools/driver/
DDriver.h89 using OptionSet = std::set<char>; member
90 OptionSet m_seen_options;
/external/libkmsxx/kmscube/
Dcube.cpp39 OptionSet optionset = { in main()
/external/libkmsxx/utils/
Dkmsblank.cpp34 OptionSet optionset = { in main()
Dkmsview.cpp44 OptionSet optionset = { in main()
Domap-wbm2m.cpp80 OptionSet optionset = { in main()
Dkmstouch.cpp202 OptionSet optionset = { in main()
Domap-wbcap.cpp269 OptionSet optionset = { in main()
Dkmscapture.cpp300 OptionSet optionset = { in main()
Dkmsprint.cpp480 OptionSet optionset = { in main()
Dkmstest.cpp448 OptionSet optionset = { in parse_cmdline()
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/aosp/
DRepackagingTransform.java48 import joptsimple.OptionSet;
148 OptionSet optionSet; in main()
/external/llvm/lib/Support/
DCommandLine.cpp1684 SmallPtrSet<Option *, 32> OptionSet; // Duplicate option detection. in sortOpts() local
1697 if (!OptionSet.insert(I->second).second) in sortOpts()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp1714 SmallPtrSet<Option *, 32> OptionSet; // Duplicate option detection. in sortOpts() local
1727 if (!OptionSet.insert(I->second).second) in sortOpts()
/external/llvm-project/llvm/lib/Support/
DCommandLine.cpp2106 SmallPtrSet<Option *, 32> OptionSet; // Duplicate option detection. in sortOpts() local
2119 if (!OptionSet.insert(I->second).second) in sortOpts()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp2088 SmallPtrSet<Option *, 32> OptionSet; // Duplicate option detection. in sortOpts() local
2101 if (!OptionSet.insert(I->second).second) in sortOpts()