HomeSort by relevance Sort by last modified time
    Searched defs:AllSubCommands (Results 1 - 2 of 2) 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...]

Completed in 56 milliseconds