/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | Options.h | 194 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/ |
D | opts.h | 9 friend class OptionSet; variable 25 class OptionSet 28 OptionSet(std::initializer_list<Option> il);
|
/external/libkmsxx/kms++util/src/ |
D | opts.cpp | 47 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/ |
D | Options.cpp | 47 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/ |
D | Driver.h | 89 using OptionSet = std::set<char>; member 90 OptionSet m_seen_options;
|
/external/libkmsxx/kmscube/ |
D | cube.cpp | 39 OptionSet optionset = { in main()
|
/external/libkmsxx/utils/ |
D | kmsblank.cpp | 34 OptionSet optionset = { in main()
|
D | kmsview.cpp | 44 OptionSet optionset = { in main()
|
D | omap-wbm2m.cpp | 80 OptionSet optionset = { in main()
|
D | kmstouch.cpp | 202 OptionSet optionset = { in main()
|
D | omap-wbcap.cpp | 269 OptionSet optionset = { in main()
|
D | kmscapture.cpp | 300 OptionSet optionset = { in main()
|
D | kmsprint.cpp | 480 OptionSet optionset = { in main()
|
D | kmstest.cpp | 448 OptionSet optionset = { in parse_cmdline()
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/aosp/ |
D | RepackagingTransform.java | 48 import joptsimple.OptionSet; 148 OptionSet optionSet; in main()
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 1684 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/ |
D | CommandLine.cpp | 1714 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/ |
D | CommandLine.cpp | 2106 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/ |
D | CommandLine.cpp | 2088 SmallPtrSet<Option *, 32> OptionSet; // Duplicate option detection. in sortOpts() local 2101 if (!OptionSet.insert(I->second).second) in sortOpts()
|