Searched refs:RegisteredSubCommands (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp116 SmallPtrSet<SubCommand *, 4> RegisteredSubCommands; member in class:__anon20590::CommandLineParser
140 for (const auto &Sub : RegisteredSubCommands) {
191 for (const auto &Sub : RegisteredSubCommands) {
242 for (auto SC : RegisteredSubCommands)
257 for (const auto &S : RegisteredSubCommands) {
298 assert(count_if(RegisteredSubCommands,
304 RegisteredSubCommands.insert(sub);
321 RegisteredSubCommands.erase(sub);
326 return make_range(RegisteredSubCommands.begin(),
327 RegisteredSubCommands
[all...]
/external/llvm/lib/Support/
H A DCommandLine.cpp102 SmallPtrSet<SubCommand *, 4> RegisteredSubCommands; member in class:__anon12886::CommandLineParser
126 for (const auto &Sub : RegisteredSubCommands) {
177 for (const auto &Sub : RegisteredSubCommands) {
228 for (auto SC : RegisteredSubCommands)
243 for (const auto &S : RegisteredSubCommands) {
284 assert(count_if(RegisteredSubCommands,
290 RegisteredSubCommands.insert(sub);
307 RegisteredSubCommands.erase(sub);
319 RegisteredSubCommands.clear();
432 for (auto S : RegisteredSubCommands) {
[all...]

Completed in 119 milliseconds