HomeSort by relevance Sort by last modified time
    Searched defs:getNumOptions (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/Option/
OptTable.h 71 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
82 unsigned getNumOptions() const { return OptionInfos.size(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 71 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
82 unsigned getNumOptions() const { return OptionInfos.size(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Option/
OptTable.h 78 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
89 unsigned getNumOptions() const { return OptionInfos.size(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Option/
OptTable.h 78 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
89 unsigned getNumOptions() const { return OptionInfos.size(); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Option/
OptTable.h 79 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
90 unsigned getNumOptions() const { return OptionInfos.size(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Option/
OptTable.h 79 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
90 unsigned getNumOptions() const { return OptionInfos.size(); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Option/
OptTable.h 79 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
90 unsigned getNumOptions() const { return OptionInfos.size(); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Option/
OptTable.h 79 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
90 unsigned getNumOptions() const { return OptionInfos.size(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 71 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
82 unsigned getNumOptions() const { return OptionInfos.size(); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Option/
OptTable.h 78 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
89 unsigned getNumOptions() const { return OptionInfos.size(); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Option/
OptTable.h 78 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
89 unsigned getNumOptions() const { return OptionInfos.size(); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Option/
OptTable.h 79 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
90 unsigned getNumOptions() const { return OptionInfos.size(); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Option/
OptTable.h 79 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
90 unsigned getNumOptions() const { return OptionInfos.size(); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Option/
OptTable.h 79 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
90 unsigned getNumOptions() const { return OptionInfos.size(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Option/
OptTable.h 79 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
90 unsigned getNumOptions() const { return OptionInfos.size(); }
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CommandLine.h 513 // getNumOptions - Virtual function implemented by generic subclass to
516 virtual unsigned getNumOptions() const = 0;
561 for (unsigned i = 0, e = getNumOptions(); i != e; ++i)
585 // argument string. If the option is not found, getNumOptions() is returned.
613 unsigned getNumOptions() const { return unsigned(Values.size()); }
    [all...]

Completed in 1763 milliseconds