Searched refs:RegisteredSubCommands (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 116 SmallPtrSet<SubCommand *, 4> RegisteredSubCommands; member in __anon7f0a984f0111::CommandLineParser 140 for (const auto &Sub : RegisteredSubCommands) { in addLiteralOption() 191 for (const auto &Sub : RegisteredSubCommands) { in addOption() 242 for (auto SC : RegisteredSubCommands) in removeOption() 257 for (const auto &S : RegisteredSubCommands) { in hasOptions() 298 assert(count_if(RegisteredSubCommands, in registerSubCommand() 304 RegisteredSubCommands.insert(sub); in registerSubCommand() 321 RegisteredSubCommands.erase(sub); in unregisterSubCommand() 326 return make_range(RegisteredSubCommands.begin(), in getRegisteredSubcommands() 327 RegisteredSubCommands.end()); in getRegisteredSubcommands() [all …]
|
/external/llvm-project/llvm/lib/Support/ |
D | CommandLine.cpp | 165 SmallPtrSet<SubCommand *, 4> RegisteredSubCommands; member in __anon52a1001a0111::CommandLineParser 190 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption() 246 for (auto *Sub : RegisteredSubCommands) { in addOption() 306 for (auto SC : RegisteredSubCommands) in removeOption() 321 for (const auto *S : RegisteredSubCommands) { in hasOptions() 345 for (auto SC : RegisteredSubCommands) in updateArgStr() 367 assert(count_if(RegisteredSubCommands, in registerSubCommand() 373 RegisteredSubCommands.insert(sub); in registerSubCommand() 390 RegisteredSubCommands.erase(sub); in unregisterSubCommand() 395 return make_range(RegisteredSubCommands.begin(), in getRegisteredSubcommands() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CommandLine.cpp | 165 SmallPtrSet<SubCommand *, 4> RegisteredSubCommands; member in __anonbd45570e0111::CommandLineParser 190 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption() 246 for (auto *Sub : RegisteredSubCommands) { in addOption() 306 for (auto SC : RegisteredSubCommands) in removeOption() 321 for (const auto *S : RegisteredSubCommands) { in hasOptions() 345 for (auto SC : RegisteredSubCommands) in updateArgStr() 367 assert(count_if(RegisteredSubCommands, in registerSubCommand() 373 RegisteredSubCommands.insert(sub); in registerSubCommand() 390 RegisteredSubCommands.erase(sub); in unregisterSubCommand() 395 return make_range(RegisteredSubCommands.begin(), in getRegisteredSubcommands() [all …]
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 102 SmallPtrSet<SubCommand *, 4> RegisteredSubCommands; member in __anon92194b6c0111::CommandLineParser 126 for (const auto &Sub : RegisteredSubCommands) { in addLiteralOption() 177 for (const auto &Sub : RegisteredSubCommands) { in addOption() 228 for (auto SC : RegisteredSubCommands) in removeOption() 243 for (const auto &S : RegisteredSubCommands) { in hasOptions() 284 assert(count_if(RegisteredSubCommands, in registerSubCommand() 290 RegisteredSubCommands.insert(sub); in registerSubCommand() 307 RegisteredSubCommands.erase(sub); in unregisterSubCommand() 319 RegisteredSubCommands.clear(); in reset() 432 for (auto S : RegisteredSubCommands) { in LookupSubCommand() [all …]
|