HomeSort by relevance Sort by last modified time
    Searched refs:AllSubCommands (Results 1 - 19 of 19) sorted by null

  /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/swiftshader/third_party/llvm-subzero/lib/Support/
CommandLine.cpp 120 registerSubCommand(&*AllSubCommands);
139 if (SC == &*AllSubCommands) {
190 if (SC == &*AllSubCommands) {
308 if (sub != &*AllSubCommands) {
309 for (auto &E : AllSubCommands->OptionsMap) {
342 AllSubCommands->reset();
344 registerSubCommand(&*AllSubCommands);
390 ManagedStatic<SubCommand> llvm::cl::AllSubCommands;
424 assert(&Sub != &*AllSubCommands);
453 if (S == &*AllSubCommands)
    [all...]
  /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/include/llvm/Support/
CommandLine.h 213 extern ManagedStatic<SubCommand> AllSubCommands;
282 return SC == &*AllSubCommands;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
CommandLine.h 220 extern ManagedStatic<SubCommand> AllSubCommands;
294 return SC == &*AllSubCommands;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 223 extern ManagedStatic<SubCommand> AllSubCommands;
297 return SC == &*AllSubCommands;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
CommandLine.h 228 extern ManagedStatic<SubCommand> AllSubCommands;
302 return SC == &*AllSubCommands;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
CommandLine.h 228 extern ManagedStatic<SubCommand> AllSubCommands;
302 return SC == &*AllSubCommands;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
CommandLine.h 228 extern ManagedStatic<SubCommand> AllSubCommands;
302 return SC == &*AllSubCommands;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
CommandLine.h 228 extern ManagedStatic<SubCommand> AllSubCommands;
302 return SC == &*AllSubCommands;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
CommandLine.h 228 extern ManagedStatic<SubCommand> AllSubCommands;
302 return SC == &*AllSubCommands;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
CommandLine.h 228 extern ManagedStatic<SubCommand> AllSubCommands;
302 return SC == &*AllSubCommands;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 223 extern ManagedStatic<SubCommand> AllSubCommands;
297 return SC == &*AllSubCommands;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
CommandLine.h 228 extern ManagedStatic<SubCommand> AllSubCommands;
302 return SC == &*AllSubCommands;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
CommandLine.h 228 extern ManagedStatic<SubCommand> AllSubCommands;
302 return SC == &*AllSubCommands;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
CommandLine.h 228 extern ManagedStatic<SubCommand> AllSubCommands;
302 return SC == &*AllSubCommands;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
CommandLine.h 228 extern ManagedStatic<SubCommand> AllSubCommands;
302 return SC == &*AllSubCommands;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
CommandLine.h 228 extern ManagedStatic<SubCommand> AllSubCommands;
302 return SC == &*AllSubCommands;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
CommandLine.h 228 extern ManagedStatic<SubCommand> AllSubCommands;
302 return SC == &*AllSubCommands;
    [all...]

Completed in 660 milliseconds