HomeSort by relevance Sort by last modified time
    Searched full:allsubcommands (Results 1 - 3 of 3) sorted by null

  /external/llvm/unittests/Support/
CommandLineTest.cpp 349 StackOption<bool> AllOpt("everywhere", cl::sub(*cl::AllSubCommands),
440 StackOption<bool> RemoveOption("remove-option", cl::sub(*cl::AllSubCommands),
442 StackOption<bool> KeepOption("keep-option", cl::sub(*cl::AllSubCommands),
  /external/llvm/lib/Support/
CommandLine.cpp 106 registerSubCommand(&*AllSubCommands);
125 if (SC == &*AllSubCommands) {
176 if (SC == &*AllSubCommands) {
294 if (sub != &*AllSubCommands) {
295 for (auto &E : AllSubCommands->OptionsMap) {
322 AllSubCommands->reset();
324 registerSubCommand(&*AllSubCommands);
370 ManagedStatic<SubCommand> llvm::cl::AllSubCommands;
404 assert(&Sub != &*AllSubCommands);
433 if (S == &*AllSubCommands)
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 213 extern ManagedStatic<SubCommand> AllSubCommands;
282 return SC == &*AllSubCommands;
    [all...]

Completed in 233 milliseconds