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

  /external/swiftshader/third_party/LLVM/lib/Support/
CommandLine.cpp 113 static void GetOptionInfo(SmallVectorImpl<Option*> &PositionalOpts,
138 PositionalOpts.push_back(O);
149 PositionalOpts.push_back(CAOpt);
152 std::reverse(PositionalOpts.begin(), PositionalOpts.end());
537 SmallVector<Option*, 4> PositionalOpts;
540 GetOptionInfo(PositionalOpts, SinkOpts, Opts);
542 assert((!Opts.empty() || !PositionalOpts.empty()) &&
570 if (!PositionalOpts.empty()) {
571 if (PositionalOpts[0]->getNumOccurrencesFlag() == cl::ConsumeAfter)
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 156 SC->PositionalOpts.push_back(O);
205 for (auto Opt = Sub.PositionalOpts.begin();
206 Opt != Sub.PositionalOpts.end(); ++Opt) {
208 Sub.PositionalOpts.erase(Opt);
238 return (!Sub.OptionsMap.empty() || !Sub.PositionalOpts.empty() ||
381 PositionalOpts.clear();
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
CommandLine.cpp 170 SC->PositionalOpts.push_back(O);
219 for (auto Opt = Sub.PositionalOpts.begin();
220 Opt != Sub.PositionalOpts.end(); ++Opt) {
222 Sub.PositionalOpts.erase(Opt);
252 return (!Sub.OptionsMap.empty() || !Sub.PositionalOpts.empty() ||
401 PositionalOpts.clear();
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 202 SmallVector<Option *, 4> PositionalOpts;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
CommandLine.h 209 SmallVector<Option *, 4> PositionalOpts;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 212 SmallVector<Option *, 4> PositionalOpts;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
CommandLine.h 217 SmallVector<Option *, 4> PositionalOpts;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
CommandLine.h 217 SmallVector<Option *, 4> PositionalOpts;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
CommandLine.h 217 SmallVector<Option *, 4> PositionalOpts;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
CommandLine.h 217 SmallVector<Option *, 4> PositionalOpts;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
CommandLine.h 217 SmallVector<Option *, 4> PositionalOpts;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
CommandLine.h 217 SmallVector<Option *, 4> PositionalOpts;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 212 SmallVector<Option *, 4> PositionalOpts;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
CommandLine.h 217 SmallVector<Option *, 4> PositionalOpts;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
CommandLine.h 217 SmallVector<Option *, 4> PositionalOpts;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
CommandLine.h 217 SmallVector<Option *, 4> PositionalOpts;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
CommandLine.h 217 SmallVector<Option *, 4> PositionalOpts;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
CommandLine.h 217 SmallVector<Option *, 4> PositionalOpts;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
CommandLine.h 217 SmallVector<Option *, 4> PositionalOpts;
    [all...]

Completed in 140 milliseconds